Update Cargo.toml

This commit is contained in:
sunli 2020-04-24 10:40:26 +08:00
parent c1b493a56b
commit 53905e1a5b

View File

@ -14,8 +14,7 @@ categories = ["network-programming", "asynchronous"]
readme = "README.md"
[features]
default = ["bson", "uuid", "url", "chrono-tz", "validators"]
validators = ["regex"]
default = ["bson", "uuid", "url", "chrono-tz"]
[dependencies]
async-graphql-derive = { path = "async-graphql-derive", version = "1.9.17" }
@ -41,7 +40,7 @@ httparse = "1.3.4"
mime = "0.3.16"
http = "0.2.1"
fnv = "1.0.6"
regex = { version = "1.3.5", optional = true }
regex = "1.3.5"
bson = { version = "0.14.1", optional = true }
uuid = { version = "0.8.1", optional = true }
url = { version = "2.1.1", optional = true }