# 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 = "audio-processor-bitcrusher" version = "2.5.0" authors = ["Pedro Tacla Yamada (@yamadapc) "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Implements a simple bitcrusher based on sample-and-hold." homepage = "https://github.com/yamadapc/augmented-audio" readme = "README.md" license = "MIT" repository = "https://github.com/yamadapc/augmented-audio" [package.metadata.augmented] private = false processor_examples = ["bitcrusher"] vst_examples = ["bitcrusher_vst"] [lib] name = "audio_processor_bitcrusher" path = "src/lib.rs" [[example]] name = "bitcrusher" path = "examples/bitcrusher.rs" [[example]] name = "bitcrusher_vst" crate-type = ["cdylib"] path = "examples/bitcrusher_vst.rs" [dependencies.audio-garbage-collector] version = "1.2.0" [dependencies.audio-processor-traits] version = "4.3.0" [dev-dependencies.audio-processor-standalone] version = "3.5.0" features = ["gui"] [dev-dependencies.audio-processor-standalone-gui] version = "0.11.0" [dev-dependencies.audio-processor-testing-helpers] version = "2.7.0"