# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "automate" version = "0.4.0" authors = ["mbenoukaiss "] autoexamples = false description = "An asynchronous library to interact with Discord API and make bots" readme = "README.md" keywords = ["discord", "api", "async"] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/mbenoukaiss/automate" [[example]] name = "basic" path = "examples/basic.rs" [[example]] name = "counter" path = "examples/counter.rs" [[example]] name = "levels" path = "examples/levels.rs" [[example]] name = "sharding" path = "examples/sharding.rs" [dependencies.async-trait] version = "0.1" [dependencies.automate-derive] version = "0.4.0" [dependencies.backtrace] version = "0.3" optional = true [dependencies.bytes] version = "0.5" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.futures] version = "0.3" [dependencies.hyper] version = "0.13" default-features = false [dependencies.hyper-tls] version = "0.4" [dependencies.lazy_static] version = "1.0" [dependencies.log] version = "0.4" features = ["std"] [dependencies.percent-encoding] version = "2.1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "0.2.10" features = ["sync", "time", "rt-threaded", "rt-util"] [dependencies.tokio-tungstenite] version = "0.10" features = ["tls"] [features] default = ["storage"] storage = ["automate-derive/storage"] strict-deserializer = ["automate-derive/strict-deserializer"] trace-endpoints = ["automate-derive/trace-endpoints"]