# 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 = "strife" version = "0.3.0" authors = ["James Whaley "] description = "A lightweight library for the Discord API." homepage = "https://github.com/Juici/strife" documentation = "https://docs.rs/strife" readme = "README.md" keywords = ["discord", "api", "async"] categories = ["api-bindings", "asynchronous"] license = "MIT" repository = "https://github.com/Juici/strife" [dependencies.async-std] version = "1.3" [dependencies.bitflags] version = "1.2" [dependencies.bytes] version = "0.5" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.futures-timer] version = "2.0" [dependencies.hyper] version = "0.13" [dependencies.hyper-tls] version = "0.4" [dependencies.int-enum] version = "0.3" features = ["serialize", "convert"] [dependencies.log] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.remain] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.pretty_env_logger] version = "0.3" [dev-dependencies.tokio] version = "0.2" features = ["macros"] [features] default = [] systime_ratelimits = []