# 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 = "volt-rs" version = "0.1.1" authors = ["Fish"] description = "A API wrapper for the revolt API" homepage = "https://crates.io/crates/volt-rs" documentation = "https://docs.rs/volt-rs/0.1.0/volt/" readme = "README.md" keywords = [ "API", "Revolt", ] license = "MIT" repository = "https://github.com/fishin-rod/volt" resolver = "2" [lib] name = "volt" path = "src/lib.rs" [dependencies.reqwest] version = "0.11.17" features = [ "json", "multipart", ] [dependencies.serde] version = "1.0.162" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.tokio] version = "1.28.0" features = ["full"] [dependencies.tungstenite] version = "0.19.0" features = ["native-tls"] [dependencies.url] version = "2.3.1" [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.image] version = "0.24.6" [features] bot = ["core"] client = ["core"] core = [] default = [ "core", "client", "bot", ] experimental = ["core"]