# 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 = "sparkle-convenience" version = "0.16.0-rc.3" authors = ["lara "] description = "A wrapper over Twilight designed to make it more convenient to use" readme = "README.md" keywords = [ "discord", "discord-api", "twilight", ] categories = [ "api-bindings", "asynchronous", ] license = "ISC" repository = "https://github.com/laralove143/sparkle-convenience/" [dependencies.anyhow] version = "1.0" optional = true [dependencies.serde] version = "1.0" default-features = false [dependencies.thiserror] version = "1.0" [dependencies.titlecase] version = "2.2" [dependencies.tokio] version = "1.28" [dependencies.twilight-gateway] version = "0.15" features = ["twilight-http"] default-features = false [dependencies.twilight-http] version = "0.15" default-features = false [dependencies.twilight-model] version = "0.15" [dependencies.twilight-validate] version = "0.15" [features] anyhow = ["dep:anyhow"]