|
@ -12,9 +12,13 @@ include = ["src/**/*", "Cargo.toml", "LICENSE-*.txt"] |
|
|
build = "build.rs" |
|
|
build = "build.rs" |
|
|
publish = false |
|
|
publish = false |
|
|
|
|
|
|
|
|
|
|
|
[features] |
|
|
|
|
|
default = ["openssl_dyn"] |
|
|
|
|
|
openssl_dyn = ["acme_common/openssl_dyn", "attohttpc/tls"] |
|
|
|
|
|
|
|
|
[dependencies] |
|
|
[dependencies] |
|
|
acme_common = { path = "../acme_common" } |
|
|
acme_common = { path = "../acme_common" } |
|
|
attohttpc = { version = "0.15", features = ["charsets", "json"] } |
|
|
|
|
|
|
|
|
attohttpc = { version = "0.15", default-features = false, features = ["charsets", "json"] } |
|
|
clap = "2.32" |
|
|
clap = "2.32" |
|
|
handlebars = "3.0" |
|
|
handlebars = "3.0" |
|
|
log = "0.4" |
|
|
log = "0.4" |
|
|