# 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" name = "lyra" version = "0.10.6" authors = ["Michał Czyż "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A featureful Discord bot written in Rust." homepage = "https://lyra.c2yz.com" documentation = "https://github.com/eRgo35/lyra" readme = "README.md" keywords = [ "discord", "bot", "rust", "music", "featureful", ] license-file = "LICENSE.md" repository = "https://github.com/eRgo35/lyra" [profile.dist] lto = "thin" inherits = "release" [[bin]] name = "lyra" path = "src/main.rs" [dependencies.dotenv] version = "0.15.0" [dependencies.json] version = "0.12.4" [dependencies.once_cell] version = "1.19.0" [dependencies.openssl] version = "0.10.66" features = ["vendored"] [dependencies.owoify] version = "0.1.5" [dependencies.poise] version = "0.6.1" default-features = true [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.10.6" [dependencies.reqwest] version = "0.11.27" features = ["json"] [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.122" [dependencies.serenity] version = "0.12" features = [ "cache", "framework", "standard_framework", "voice", "http", "rustls_backend", ] default-features = true [dependencies.songbird] version = "~0.4.3" features = ["builtin-queue"] default-features = true [dependencies.spotify-parser] version = "1.0.1" [dependencies.symphonia] version = "0.5.4" features = [ "aac", "adpcm", "alac", "flac", "mpa", "isomp4", ] [dependencies.tokio] version = "1.39.2" features = [ "macros", "full", "signal", ] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-futures] version = "0.2.5" [dependencies.tracing-subscriber] version = "0.3.18" [dependencies.url] version = "2.5.2"