# 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" rust-version = "1.75" name = "audio-viz" version = "0.8.5" include = [ "/src", "/README.md", "/LICENSES", ] description = "Colorful audio waveform visualization" readme = "README.md" keywords = [ "audio", "waveform", "visualization", "color", ] categories = ["multimedia::audio"] license = "MPL-2.0" repository = "https://github.com/uklotzde/audio-viz" [dependencies.biquad] version = "0.4.2" [lints.clippy] clone_on_ref_ptr = "warn" default_trait_access = "allow" missing_const_for_fn = "warn" missing_errors_doc = "allow" module_name_repetitions = "allow" pedantic = "warn" self_named_module_files = "warn" similar_names = "allow" [lints.rust] future_incompatible = "warn" let_underscore = "warn" missing_debug_implementations = "warn" rust_2018_idioms = "warn" rust_2021_compatibility = "warn" unreachable_pub = "warn" unsafe_code = "warn" unused = "warn"