[package] name = "tacd" version = "0.6.0" authors = ["Rodolphe Breard "] edition = "2018" description = "TLS-ALPN Challenge Daemon" keywords = ["acme", "tls", "alpn", "X.509"] repository = "https://github.com/breard-r/acmed" readme = "../README.md" license = "MIT OR Apache-2.0" include = ["src/**/*", "Cargo.toml", "LICENSE-*.txt"] [features] default = ["openssl"] standalone = [] [dependencies] acme_common = { path = "../acme_common" } clap = "2.32" log = "0.4" openssl = { version = "0.10", optional = true }