# 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 = "2021" name = "mp3lame-sys" version = "0.1.4" include = [ "src/**", "lame-3.100/**", "Cargo.toml", "README.md", "LICENSE", "build.rs", ] description = "Bindings to mp3lame library" readme = "README.md" keywords = [ "lame", "mp3", "mp3lame", "libmp3lame", "codec", ] categories = [ "encoding", "external-ffi-bindings", "multimedia::audio", "multimedia::encoding", ] license = "LGPL-3.0" repository = "https://github.com/DoumanAsh/mp3lame-sys" [package.metadata.docs.rs] features = ["decoder"] [dependencies.libc] version = "0.2" default-features = false [features] decoder = [] [target."cfg(unix)".build-dependencies.autotools] version = "0.2.6" [target."cfg(windows)".build-dependencies.cc] version = "1.0.77"