# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "khalzam" version = "0.3.9" authors = ["kisasexypantera94 "] exclude = ["assets/**"] description = "Simple audio recognition library, port of khalzam-go" readme = "README.md" keywords = ["audio", "recognition", "shazam"] categories = ["multimedia", "multimedia::audio"] license = "MIT" repository = "https://github.com/kisasexypantera94/khalzam-rs" [dependencies.minimp3] version = "0.3.2" [dependencies.postgres] version = "0.16.0-rc.1" [dependencies.r2d2] version = "0.8.5" [dependencies.r2d2_postgres] version = "0.15.0-rc.1" [dependencies.rustfft] version = "3.0.0" [dev-dependencies.rayon] version = "1.1.0"