# 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 = "passcod-accord" version = "0.0.10" authors = ["Félix Saparelli "] default-run = "accord" description = "Discord API client to power Discord API clients via the power of love, friendship, and HTTP" documentation = "https://github.com/passcod/accord/#readme" keywords = ["discord", "http"] license-file = "LICENSE" [lib] name = "accord" [dependencies.async-channel] version = "1.5.1" [dependencies.async-std] version = "1.6.5" features = ["attributes", "tokio02", "unstable"] [dependencies.futures] version = "0.3.7" [dependencies.isahc] version = "^0.9.13" features = ["json"] [dependencies.mime] version = "0.3.16" [dependencies.regex] version = "1.4.2" [dependencies.serde] version = "1.0.117" [dependencies.serde_json] version = "1.0.59" [dependencies.thiserror] version = "1.0.22" [dependencies.tide] version = "0.16.0" features = ["h1-server"] default-features = false [dependencies.tide-tracing] version = "0.0.9" [dependencies.tracing] version = "0.1.21" [dependencies.tracing-log] version = "0.1.1" [dependencies.tracing-subscriber] version = "0.2.15" [dependencies.twilight-cache-inmemory] version = "0.2.0" [dependencies.twilight-gateway] version = "0.2.1" [dependencies.twilight-http] version = "0.2.1" [dependencies.twilight-model] version = "0.2.0"