# 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 = "chromaprint_sys" version = "1.0.1" authors = ["Bernardo Meurer "] build = "build.rs" description = "Low level bindings to Chromaprint" homepage = "https://acoustid.org/chromaprint" documentation = "https://github.com/acoustid/chromaprint" readme = "./README.md" keywords = ["chromaprint", "bindings", "sys", "bindgen", "audio"] categories = ["encoding", "external-ffi-bindings", "multimedia::audio", "multimedia"] license = "BSD-3-Clause" repository = "https://github.com/bemeurer/chromaprint_sys" [package.metadata.pkg-config] libchromaprint = "1.1" [build-dependencies.bindgen] version = "0.47.1" [build-dependencies.cmake] version = "0.1" optional = true [build-dependencies.metadeps] version = "1.1.2" optional = true [features] default = ["dynamic"] dynamic = ["metadeps"] static = ["cmake"] [badges.maintenance] status = "passively-maintained" [badges.travis-ci] repository = "bemeurer/chromaprint_sys"