# 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 = "discord-base" version = "0.1.0" authors = ["aria-7553"] description = "The crate I use to build my bots on top of, made using Serenity in Rust!" readme = "README.md" keywords = ["discord", "bots", "serenity"] categories = ["database", "config", "accessibility", "authentication", "api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/aria-7553/discord-base/" [dependencies.chrono] version = "0.4" default-features = false [dependencies.once_cell] version = "1.5" default-features = false [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.serenity] version = "0.10" features = ["cache", "collector", "model", "standard_framework", "rustls_backend"] default-features = false [dependencies.sqlx] version = "0.5" features = ["runtime-tokio-rustls", "sqlite"] default-features = false [dependencies.tokio] version = "1.1" features = ["rt-multi-thread"] [dependencies.toml] version = "0.5" default-features = false