# 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 = "aubio" version = "0.2.1" authors = ["K. "] description = "Safe bindings for aubio library to label music and sounds." readme = "README.md" keywords = ["aubio", "audio", "processing", "recognition", "ffi"] categories = ["external-ffi-bindings", "multimedia::audio"] license = "GPL-3.0" repository = "https://github.com/katyo/aubio-rs" [package.metadata.docs.rs] features = ["rustdoc"] [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false rpath = false panic = "unwind" overflow-checks = false incremental = false [dependencies.aubio-sys] version = "0.2.1" [dependencies.log] version = "0.4" optional = true [dev-dependencies.hound] version = "3.4" [features] accelerate = ["aubio-sys/accelerate"] atlas = ["aubio-sys/atlas"] bindgen = ["aubio-sys/bindgen"] blas = ["aubio-sys/blas"] builtin = ["aubio-sys/builtin"] check-size = [] default = [] double = ["aubio-sys/double"] fftw3 = ["aubio-sys/fftw3"] intelipp = ["aubio-sys/intelipp"] pkg-config = ["aubio-sys/pkg-config"] rustdoc = ["aubio-sys/rustdoc"] shared = ["aubio-sys/shared"] static = ["aubio-sys/static"]