# 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 = "estratto" version = "0.0.1" authors = ["Amber Blue "] description = "estratto is a powerful and user-friendly Rust library designed for extracting rich audio features from digital audio signals." documentation = "https://docs.rs/estratto" readme = "README.md" keywords = [ "audio", "audio-analysis", "dsp", "feature-extraction", "audio-features", ] categories = [ "multimedia::audio", "multimedia", "science", ] license = "MIT" repository = "https://github.com/AmberJBlue/estratto/tree/main" [dependencies.rustfft] version = "6.0.1" [dev-dependencies.approx] version = "0.5.1" [dev-dependencies.clippy] version = "0.0.302" [dev-dependencies.rand] version = "0.8.4" [dev-dependencies.serde] version = "1.0.7" [dev-dependencies.serde_derive] version = "1.0.7" [dev-dependencies.serde_json] version = "1.0"