# 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 = "augmented-audio-metrics" version = "1.9.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Metrics helpers for augmented audio applications." homepage = "https://github.com/yamadapc/augmented-audio" readme = "README.md" license = "MIT" repository = "https://github.com/yamadapc/augmented-audio" [package.metadata.augmented] private = false [lib] name = "augmented_audio_metrics" path = "src/lib.rs" [dependencies.audio-garbage-collector] version = "1.2.0" [dependencies.audio-processor-traits] version = "4.3.0" [dependencies.augmented-atomics] version = "0.2.0" [dependencies.log] version = "^0.4.14"