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.

30 lines
640 B

5 years ago
  1. [package]
  2. name = "acme_common"
  3. version = "0.7.0"
  4. authors = ["Rodolphe Breard <rodolphe@what.tf>"]
  5. edition = "2018"
  6. repository = "https://github.com/breard-r/libreauth"
  7. readme = "../README.md"
  8. license = "MIT OR Apache-2.0"
  9. include = ["src/**/*", "Cargo.toml", "Licence_*.txt"]
  10. publish = false
  11. [lib]
  12. name = "acme_common"
  13. [dependencies]
  14. base64 = "0.12"
  15. daemonize = "0.4"
  16. env_logger = "0.7"
  17. handlebars = "3.0"
  18. log = "0.4"
  19. openssl = "0.10"
  20. punycode = "0.4"
  21. reqwest = { version = "0.10", features = ["blocking", "default-tls"] }
  22. serde_json = "1.0"
  23. syslog = "5.0"
  24. toml = "0.5"
  25. x509-parser = "0.7"
  26. [target.'cfg(unix)'.dependencies]
  27. nix = "0.17"