[package] name = "krait" version = "0.1.0" edition = "2024" [dependencies] dotenv = "0.15.0" serenity = { git = "https://github.com/serenity-rs/serenity.git", rev = "refs/heads/next" , features = ["collector"] } tokio = { version = "1.53.1", features = ["rt-multi-thread"] } tracing = "0.1.44" tracing-subscriber = "0.3.23" anyhow = "1.0.104" nom = "8.0.0" thiserror = "2.0.20" nom-language = "0.1.0" id-arena = "2.3.0" rand_xoshiro = "0.8.1" rand = "0.10.2" itertools = "0.15.0"