# 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" rust-version = "1.80.0" name = "lum" version = "0.3.10" authors = ["Torben Schweren"] build = "build.rs" exclude = [ ".devcontainer", ".github", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Lum Discord Bot" readme = "README.md" keywords = [ "chat", "discord", "bot", "framework", ] license = "MIT" repository = "https://github.com/lum-rs/lum" [profile.dev] opt-level = 0 lto = false debug = 2 [profile.release] opt-level = 3 lto = true debug = 0 [lib] name = "lum" path = "src/lib.rs" [[bin]] name = "lum" path = "src/main.rs" [dependencies.async-trait] version = "0.1.83" [dependencies.dirs] version = "5.0.1" [dependencies.downcast-rs] version = "1.2.0" [dependencies.fern] version = "0.7.0" features = [ "chrono", "colored", "date-based", ] [dependencies.humantime] version = "2.1.0" [dependencies.log] version = "0.4.20" features = ["serde"] [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.serde-env] version = "0.2.0" [dependencies.serde_json] version = "1.0.132" [dependencies.serenity] version = "0.12.0" features = [ "builder", "cache", "collector", "client", "framework", "gateway", "http", "model", "standard_framework", "utils", "voice", "default_native_tls", "tokio_task_builder", "unstable_discord_api", "simd_json", "temp_cache", "chrono", "interactions_endpoint", ] default-features = false [dependencies.sqlx] version = "0.8.0" features = [ "runtime-tokio", "any", "postgres", "mysql", "sqlite", "tls-native-tls", "migrate", "macros", "uuid", "chrono", "json", ] [dependencies.thiserror] version = "1.0.65" [dependencies.tokio] version = "1.41.0" features = ["full"] [dependencies.uuid] version = "1.11.0" features = [ "fast-rng", "macro-diagnostics", "v4", ]