# 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 = "vince" version = "0.4.6" authors = ["Louise Montalvo "] description = "An audio-video synthesizer" readme = "README.md" keywords = [ "audio", "video", "synth", "dsp", ] license = "MIT" repository = "https://github.com/lwizchz/vince" [profile.dev] opt-level = 3 [profile.release] lto = true codegen-units = 1 [dependencies.bevy] version = "0.11.0" [dependencies.bevy_common_assets] version = "0.7.0" features = ["toml"] [dependencies.bevy_framepace] version = "0.13.3" [dependencies.cpal] version = "0.15.2" [dependencies.hound] version = "3.5.0" optional = true [dependencies.image] version = "0.24.7" optional = true [dependencies.midir] version = "0.9.1" optional = true [dependencies.midly] version = "0.5.3" optional = true [dependencies.nokhwa] version = "0.10.4" features = [ "input-native", "output-threaded", ] optional = true [dependencies.oddio] version = "0.6.2" [dependencies.rand] version = "0.8.5" [dependencies.rustfft] version = "6.1.0" optional = true [dependencies.screenshots] version = "0.7.2" optional = true [dependencies.serde] version = "1.0.183" [dependencies.typetag] version = "0.2.12" [dependencies.y4m] version = "0.8.0" optional = true [features] default = [ "video_in", "files", "midi", "pitch_shifter", ] files = [ "dep:hound", "dep:y4m", ] midi = [ "dep:midir", "dep:midly", ] pitch_shifter = ["dep:rustfft"] video_in = [ "dep:screenshots", "dep:nokhwa", "dep:image", ] [target."cfg(not(target_env = \"msvc\"))".dependencies.tikv-jemallocator] version = "0.5"