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.

22 lines
549 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. keywords = ["acme", "tls", "alpn", "X.509"]
  8. repository = "https://github.com/breard-r/acmed"
  9. readme = "../README.md"
  10. license = "MIT OR Apache-2.0"
  11. include = ["src/**/*", "Cargo.toml", "LICENSE-*.txt"]
  12. publish = false
  13. [features]
  14. default = ["openssl_dyn"]
  15. openssl_dyn = ["acme_common/openssl_dyn"]
  16. [dependencies]
  17. acme_common = { path = "../acme_common" }
  18. clap = "2.32"
  19. log = "0.4"
  20. openssl = "0.10"