You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
579 B

4 years ago
  1. [package]
  2. name = "tacd"
  3. version = "0.12.0"
  4. authors = ["Rodolphe Breard <rodolphe@what.tf>"]
  5. edition = "2018"
  6. description = "TLS-ALPN Challenge Daemon"
  7. readme = "../README.md"
  8. repository = "https://github.com/breard-r/acmed"
  9. license = "MIT OR Apache-2.0"
  10. keywords = ["acme", "tls", "alpn", "X.509"]
  11. categories = ["cryptography"]
  12. include = ["src/**/*", "Cargo.toml", "LICENSE-*.txt"]
  13. publish = false
  14. [features]
  15. default = ["openssl_dyn"]
  16. openssl_dyn = ["acme_common/openssl_dyn"]
  17. [dependencies]
  18. acme_common = { path = "../acme_common" }
  19. clap = "2.32"
  20. log = "0.4"
  21. openssl = "0.10"