# 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-similarity-search" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Performs similarity search for audio files on a local machine." readme = "README.md" license = "GPL-3.0" [lib] name = "audio_similarity_search" path = "src/lib.rs" [[bin]] name = "audio-similarity-search" path = "src/main.rs" [dependencies.arroy] version = "0.4.0" [dependencies.aubio-rs] version = "0.2.0" features = [ "builtin", "bindgen", ] [dependencies.bincode] version = "1.3.3" [dependencies.clap] version = "4.5.17" features = ["derive"] [dependencies.directories] version = "5.0.1" [dependencies.heed] version = "0.20.2" [dependencies.num_cpus] version = "1.16.0" [dependencies.rand] version = "0.8.5" [dependencies.rodio] version = "0.18.1" [dependencies.rubato] version = "0.15.0" [dependencies.rusqlite] version = "0.31.0" features = ["bundled"] [dependencies.serde] version = "1.0.203" [dependencies.threadpool] version = "1.8.1" [dependencies.walkdir] version = "2"