aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoracdenisSK <[email protected]>2017-12-16 13:37:32 +0100
committeracdenisSK <[email protected]>2017-12-16 13:37:43 +0100
commit06562435343be7241c0efad3a70a7eff19e3bdc6 (patch)
treee6ec2ca337dd745fe22370987b8b8999f9e9843b /Cargo.toml
parentFix deserialization of `Guild::application_id` (diff)
downloadserenity-06562435343be7241c0efad3a70a7eff19e3bdc6.tar.xz
serenity-06562435343be7241c0efad3a70a7eff19e3bdc6.zip
Revamp the internals of `Args`
Fixes #180, however this partially breaks `single_zc` and `multiple_quoted`, but since they're minor it's better to fix them later for now.
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 46ac44d..0916c55 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -73,10 +73,6 @@ version = "~1.7"
optional = true
version = "~0.3"
-[dependencies.vec_shift]
-optional = true
-version = "0.1.0"
-
[dependencies.evzht9h3nznqzwl]
default-features = false
features = ["sync-ssl"]
@@ -109,7 +105,7 @@ framework = ["client", "model", "utils"]
gateway = ["flate2", "http", "websocket", "utils"]
http = ["hyper", "hyper-native-tls", "lazy_static", "multipart", "native-tls"]
model = ["builder", "http"]
-standard_framework = ["framework", "vec_shift"]
+standard_framework = ["framework"]
utils = ["base64"]
voice = ["byteorder", "gateway", "opus", "sodiumoxide"]
websocket = ["evzht9h3nznqzwl"]