# 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 = "redact-composer-synthesis" version = "0.1.1" authors = ["Doug Stoeckmann "] description = "Audio synthesis utilities for redact-composer" readme = "README.md" keywords = [ "redact-composer", "convert", "synth", "synthesize", "render", ] categories = [ "multimedia::audio", "multimedia::encoding", "encoding", ] license = "MIT" repository = "https://github.com/dousto/redact-composer/tree/main/redact-composer-synthesis" [dependencies.hound] version = "3.5.1" [dependencies.log] version = "0.4" [dependencies.midly] version = "0.5.3" features = ["std"] default-features = false [dependencies.redact-composer-core] version = "0.2.5" [dependencies.redact-composer-midi] version = "0.1.9" [dependencies.rustysynth] version = "1.3.1" [dependencies.thiserror] version = "1.0" [dev-dependencies.redact-composer-musical] version = "0.3.4" features = ["redact-composer"] [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.typetag] version = "0.2"