# 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 = "serenity-slash-decode" version = "0.1.2" authors = ["squili "] include = ["**/*.rs", "Cargo.toml"] description = "Abstraction layer to help with handling slash commands in Serenity" license = "ISC" repository = "https://github.com/squili/serenity-slash-decode" [dependencies.serenity] version = "0.10.9" features = ["unstable_discord_api"] default-features = false [dev-dependencies.serenity] version = "0.10.9" features = ["unstable_discord_api", "client", "gateway", "rustls_backend", "builder", "model"] default-features = false [dev-dependencies.tokio] version = "1.9.0" features = ["rt-multi-thread"]