aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 1 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d7f2c09..b23c4b9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,15 +13,11 @@ license = "MIT"
log = "*"
regex = "*"
regex_macros = "*"
+openssl = "*"
[features]
-ssl = ["openssl"]
lints = ["clippy"]
-[dependencies.openssl]
-version = "*"
-optional = true
-
[dependencies.carboxyl]
git = "https://github.com/tilpner/carboxyl"