# 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] name = "guetzli-sys" version = "0.0.3" authors = ["Raphael Cohn "] build = "src/build.rs" exclude = ["*"] include = ["/README.md", "/LICENSE", "/COPYRIGHT", "/Cargo.toml", "/rustfmt.toml", "/clippy.toml", "/src/*.rs", "/lib/guetzli/LICENSE", "/lib/guetzli/guetzli/**", "/lib/guetzli/third_party/butteraugli/LICENSE", "/lib/guetzli/third_party/butteraugli/butteraugli/**"] publish = true description = "FFI bindings to Google's guetzli library" homepage = "https://github.com/lemonrock/guetzli-sys" documentation = "https://github.com/lemonrock/guetzli-sys/blob/master/README.md" readme = "README.md" keywords = ["guetzli", "jpeg", "image"] categories = ["external-ffi-bindings", "web-programming", "compression", "encoding", "multimedia"] license = "MIT" repository = "https://github.com/lemonrock/guetzli-sys.git" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false rpath = false [dependencies.cpp] version = "0.3" [dependencies.libc] version = "0.2" [dependencies.quick-error] version = "1.2" [build-dependencies.cc] version = "1.0.0" features = ["parallel"] [build-dependencies.cpp_build] version = "0.3"