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.

21 lines
533 B

6 years ago
  1. [package]
  2. name = "tacd"
  3. version = "0.6.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. [features]
  13. default = ["openssl"]
  14. standalone = []
  15. [dependencies]
  16. acme_common = { path = "../acme_common" }
  17. clap = "2.32"
  18. log = "0.4"
  19. openssl = { version = "0.10", optional = true }