# 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 = "secreteriat" version = "3.1.2" authors = ["William Culhane "] description = "A Discord bot for managing the Langford Discord guild" keywords = ["discord", "bot", "chat"] license = "Unlicense" repository = "https://github.com/LEARAX/secreteriat" [package.metadata.release] no-dev-version = true pre-release-hook = ["cargo", "fmt"] [dependencies.lazy_static] version = "1.4.0" [dependencies.serde] version = "1.0.106" features = ["derive"] [dependencies.serenity] version = "0.8.4" [dependencies.toml] version = "0.5.6" [dependencies.trigram] version = "0.4.4"