[package] name = "winter" version = "0.1.0" authors = ["Joshua Ashton "] edition = "2018" [dependencies] tracing = "0.1" tracing-subscriber = "0.2" tracing-futures = "0.2" reqwest = "0.11" base64-stream = "1.2.7" rand = "0.8.5" [dependencies.songbird] features = ["builtin-queue", "yt-dlp"] version = "0.3.2" [dependencies.serenity] version = "0.11" features = ["client", "standard_framework", "voice", "rustls_backend"] [dependencies.tokio] version = "1.0" features = ["macros", "rt-multi-thread", "signal"] [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.meval] version = "0.2" [dependencies.uuid] version = "1.3.0" features = [ "v4", # Lets you generate random UUIDs "fast-rng", # Use a faster (but still sufficiently random) RNG "macro-diagnostics", # Enable better diagnostics for compile-time UUIDs ] #[patch.crates-io] #songbird = { git = "https://github.com/Erk-/songbird", branch="do-not-fail-if-new-opcode" }