# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "tonsoe" version = "0.0.1-pre-dev-2" description = "A Discord library focused on bot development" readme = "README.md" keywords = [ "discord", "bot", "client", "async", "tonsoe", ] categories = [ "asynchronous", "api-bindings", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jean1398reborn/tonsoe" resolver = "2" [[example]] name = "basic_online" path = "examples/basic_online.rs" [dependencies.anyhow] version = "1.0.62" [dependencies.async-trait] version = "0.1.57" [dependencies.bitflags] version = "1.3.2" [dependencies.futures-util] version = "0.3.23" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0.144" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.20.1" features = ["full"] [dependencies.tokio-tungstenite] version = "0.17.2" features = ["native-tls"]