# 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 = "2018" name = "visqol-rs" version = "0.1.2" authors = ["Daniel StrĂ¼big"] build = false exclude = ["test_data"] autobins = false autoexamples = false autotests = false autobenches = false description = "The Visqol v3.1 algorithm for speech quality evaluation in Rust" readme = "README.md" keywords = [ "speech-quality", "audio", "voice", ] categories = [ "multimedia::audio", "science", ] license = "Apache-2.0" repository = "https://github.com/dstrub18/visqol-rs" resolver = "2" [lib] name = "visqol_rs" path = "src/lib.rs" [[example]] name = "compute_score_on_speech_file" path = "examples/compute_score_on_speech_file.rs" [dependencies.ffsvm] version = "0.9.1" [dependencies.hound] version = "3.4.0" [dependencies.itertools] version = "0.10.3" [dependencies.log] version = "0.4.17" [dependencies.ndarray] version = "0.15.4" [dependencies.ndarray-linalg] version = "0.16.0" [dependencies.ndarray-stats] version = "0.5.0" [dependencies.num] version = "0.4.0" [dependencies.num-traits] version = "0.2.15" [dependencies.rustfft] version = "6.0.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0.32" [dev-dependencies.approx] version = "0.5.1"