aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0ec440c..b3b73f1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,3 +17,9 @@ categories = ["encoding"]
[features]
ast = []
convert = []
+request = ["rustls", "url", "anyhow"]
+
+[dependencies]
+rustls = { version = "0.20.5", features = ["dangerous_configuration"], optional = true } # TLS
+url = { version = "2.2.2", optional = true } # URL Validation
+anyhow = { version = "1.0.57", optional = true } # `Result`