# 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 = "2018" name = "audio-processor-standalone-midi" version = "1.13.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Stand-alone MIDI hosting for a VST host or an `audio-processor-traits` implementor" homepage = "https://github.com/yamadapc/augmented-audio" readme = "README.md" license = "MIT" repository = "https://github.com/yamadapc/augmented-audio" resolver = "2" [package.metadata.augmented] private = false [lib] name = "audio_processor_standalone_midi" path = "src/lib.rs" [dependencies.actix] version = "0.13.0" optional = true [dependencies.atomic-queue] version = "2.2.0" [dependencies.audio-garbage-collector] version = "1.2.0" [dependencies.audio-processor-traits] version = "4.3.0" features = ["vst"] [dependencies.basedrop] version = "^0.1.2" [dependencies.log] version = "^0.4.14" [dependencies.midir] version = "0.8" [dependencies.thiserror] version = "^1.0.26" [dependencies.vst] version = "0.3" optional = true [dev-dependencies.assert_no_alloc] version = "1.1.2" features = ["disable_release"] default-features = false [features] actix = ["dep:actix"] default = ["vst"] vst = ["dep:vst"]