# 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 = "chromaprint-rust" version = "0.1.3" authors = ["Assil Ksiksi "] description = "Safe Rust wrapper for Chromaprint" homepage = "https://github.com/aksiksi/chromaprint" readme = "README.md" keywords = [ "audio", "fingerprinting", ] categories = ["multimedia::audio"] license = "MIT" repository = "https://github.com/aksiksi/chromaprint" resolver = "2" [dependencies.chromaprint-sys-next] version = "1.5" [dependencies.num-traits] version = "0.2" [dependencies.thiserror] version = "1" [features] avfft = ["chromaprint-sys-next/avfft"] default = [] fftw3 = ["chromaprint-sys-next/fftw3"] fftw3f = ["chromaprint-sys-next/fftw3f"] kissfft = ["chromaprint-sys-next/kissfft"] static = ["chromaprint-sys-next/static"] vdsp = ["chromaprint-sys-next/vdsp"]