diff options
| author | Zeyla Hellyer <[email protected]> | 2017-10-17 15:53:41 -0700 |
|---|---|---|
| committer | Zeyla Hellyer <[email protected]> | 2017-10-17 15:53:41 -0700 |
| commit | 9115dadb78404d332630ff47472a5c7218e72022 (patch) | |
| tree | 1b11ea1b6db3b2aeab09d9b61d4373fe83f389bc /Cargo.toml | |
| parent | Change `features` fields to be a Vec<String> (diff) | |
| download | serenity-9115dadb78404d332630ff47472a5c7218e72022.tar.xz serenity-9115dadb78404d332630ff47472a5c7218e72022.zip | |
Fix some compilation feature targets, fix lints
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -13,6 +13,7 @@ version = "0.4.1" [dependencies] bitflags = "^1.0" log = "~0.3" +parking_lot = "^0.4" serde = "^1.0" serde_derive = "^1.0" serde_json = "^1.0" @@ -59,10 +60,6 @@ version = "0.1" optional = true version = "0.2" -[dependencies.parking_lot] -optional = true -version = "0.4" - [dependencies.sodiumoxide] default-features = false optional = true @@ -104,7 +101,6 @@ client = [ "gateway", "http", "lazy_static", - "parking_lot", "threadpool", "typemap", ] |