# 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] name = "flac-bound" version = "0.5.0" authors = [ "наб ", "Valentin Kahl ", "dheijl ", ] build = false exclude = ["*.enc"] autobins = false autoexamples = false autotests = false autobenches = false description = "FLAC encoding via libflac FFI" documentation = "https://rawcdn.githack.com/nabijaczleweli/flac-bound/doc/flac_bound/index.html" readme = "README.md" keywords = [ "flac", "encoding", "encoder", "encode", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/nabijaczleweli/flac-bound" [lib] name = "flac_bound" path = "src/lib.rs" [[example]] name = "generate" path = "examples/generate.rs" [dependencies.flac-sys] version = "0.1" optional = true [dependencies.libflac-sys] version = "0.3" optional = true default-features = false [features] default = ["flac"] flac = ["flac-sys"] libflac = [ "libflac-nobuild", "libflac-sys/build-ogg", ] libflac-nobuild = ["libflac-sys"] libflac-noogg = [ "libflac-nobuild", "libflac-sys/build-flac", ]