# 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 = "disle" version = "1.2.4" authors = ["Geobert Quach "] description = "A Discord dice roller bot with alias management" readme = "README.md" keywords = ["dice", "roll", "RPG", "discord", "bot"] categories = ["games"] license = "MIT" repository = "https://github.com/Geobert/disle" [dependencies.caith] version = "4.2.1" features = ["ova", "cde", "cards"] [dependencies.futures] version = "0.3.14" [dependencies.ron] version = "0.6.4" [dependencies.serde] version = "1.0.125" features = ["serde_derive"] [dependencies.serenity] version = "0.10.5" optional = true [dependencies.tokio] version = "1.5.0" features = ["macros", "signal", "rt-multi-thread"] [features] cards = [] default = ["discord", "cards"] discord = ["serenity"]