# 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 = "2018" name = "libflac-sys" version = "0.3.1" authors = ["Matthias Geier "] links = "FLAC" exclude = [ ".*", "Makefile*", "autogen.sh", "*.m4", "*.sln", "*.sgml", "*.vcproj", "*.vcxproj*", "/flac/configure.ac", "/flac/strip_non_asm_libtool_args.sh", "/flac/test/", "/flac/src/utils/loudness/", "/flac/src/utils/flacdiff/", "/flac/src/utils/flactimer/", "/flac/src/test*/", "/flac/src/plugin*/", "/flac/src/libFLAC++/", "/flac/include/FLAC++/", "/flac/include/share/grabbag.h", "/flac/include/share/grabbag/", "/flac/include/test_libs_common/", "/flac/man/", "/flac/examples/", "/flac/doc/isoflac.txt", "/flac/doc/[Dd]oxy*", "/flac/doc/html/", "/flac/ci/", "/flac/build/", "/flac/Scripts/", "/ogg/appveyor.yml", "/ogg/doc/", "/ogg/releases.sha2", "/ogg/test/", "/ogg/win32/", ] description = "Raw FFI bindings to the libFLAC library" readme = "README.md" keywords = ["flac"] categories = [ "multimedia::encoding", "external-ffi-bindings", ] license = "BSD-3-Clause" repository = "https://github.com/mgeier/libflac-sys" [dependencies.libc] version = "0.2" [build-dependencies.cmake] version = "0.1.45" optional = true [features] build-flac = ["cmake"] build-ogg = ["build-flac"] default = [ "build-flac", "build-ogg", ]