# 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 = "fluidlite" version = "0.2.1" authors = ["K. "] description = "Safe bindings to fluidlite library" readme = "README.md" keywords = ["audio", "synth", "soundfont", "sf2", "sf3"] categories = ["external-ffi-bindings", "multimedia::audio"] license = "LGPL-2.1" repository = "https://github.com/katyo/fluidlite-rs" [package.metadata.docs.rs] features = ["rustdoc"] [dependencies.bitflags] version = "1.3" [dependencies.fluidlite-sys] version = "0.2.1" [dependencies.log] version = "0.4" optional = true [dev-dependencies.byte-slice-cast] version = "1" [dev-dependencies.fluidlite-sys] version = "0.2.1" features = ["builtin", "with-sf3", "with-stb"] [build-dependencies.doc-comment] version = "0.3.3" [features] bindgen = ["fluidlite-sys/bindgen"] builtin = ["fluidlite-sys/builtin"] default = [] pkg-config = ["fluidlite-sys/pkg-config"] rustdoc = ["fluidlite-sys/rustdoc", "log"] shared = ["fluidlite-sys/shared"] static = ["fluidlite-sys/static"] with-sf3 = ["fluidlite-sys/with-sf3"] with-stb = ["fluidlite-sys/with-stb"] [badges.maintenance] status = "passively-maintained"