summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 02c7815..7abd94e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,5 +19,6 @@ ureq = { version = "3.1.2", features = ["json"], optional = true }
urlencoding = "2.1.3"
[features]
+deafult = ["sync"]
async = ["dep:async-trait", "dep:reqwest", "dep:tokio", "dep:tokio-util"]
sync = ["dep:ureq"]