# 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 = "second-music-system" version = "0.1.0" authors = [ "Noah Obert ", "Solra Bizna ", ] description = "Portable, open source video game music middleware" readme = "README.md" keywords = [ "gamedev", "middleware", "music", ] categories = [ "game-development", "multimedia::audio", ] license = "MIT OR Apache-2.0" repository = "https://github.com/SolraBizna/second-music-system" [dependencies.arcow] version = "1.1.1" [dependencies.compact_str] version = "0.7.1" [dependencies.crossbeam] version = "0.8" [dependencies.derivative] version = "2.2" [dependencies.futures] version = "0.3.29" [dependencies.libsoxr] version = "0.2.9" [dependencies.num_cpus] version = "1.16.0" optional = true [dependencies.once_cell] version = "1.19.0" [dependencies.shellish_parse] version = "2.2.0" [dependencies.switchyard] version = "0.3.0" optional = true [dependencies.tokio] version = "1.35.1" features = ["rt"] optional = true [dependencies.vecmap-rs] version = "0.1.13" [features] default = ["switchyard"] ffi-expose-issuer = [] switchyard = [ "dep:switchyard", "dep:num_cpus", ] tokio = ["dep:tokio"]