# 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 = "gdeflate-sys" version = "0.4.1" authors = [ "Lorenz Klaus ", "Marlon Klaus ", ] build = "build.rs" include = [ "src/*.rs", "gen/bindings.rs", "build.rs", "Cargo.toml", "vendor/libdeflate/libdeflate.h", "vendor/libdeflate/common/*", "vendor/libdeflate/lib/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A library for compressing and decompressing the GDeflate format" homepage = "https://github.com/projectkml/gdeflate-rs" documentation = "https://docs.rs/gdeflate" readme = "README.md" keywords = [ "compression", "decompression", "deflate", ] categories = [ "api-bindings", "compression", ] license = "MIT/Apache-2.0" repository = "https://github.com/projectkml/gdeflate-rs" [profile.release] opt-level = 3 lto = true codegen-units = 1 [lib] name = "gdeflate_sys" path = "src/lib.rs" [dependencies] [build-dependencies.bindgen] version = "0.69.4" optional = true [build-dependencies.cc] version = "1.0.90" [features] default = [] generate_bindings = ["bindgen"]