# 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 = "libbzip3-sys" version = "0.4.0+1.4.0" authors = ["bczhc "] build = "build.rs" exclude = [ "bzip3/examples", "bzip3/etc", ] description = "FFI bindings to libbzip3" homepage = "https://github.com/bczhc/bzip3-rs" documentation = "https://docs.rs/libbzip3-sys/latest/libbzip3_sys" readme = "README.md" keywords = [ "compression", "decompression", "encoding", "ffi", ] categories = [ "compression", "api-bindings", "external-ffi-bindings", ] license = "LGPL-3.0-only" repository = "https://github.com/bczhc/bzip3-rs" [package.metadata.docs.rs] features = ["bundled"] [dependencies] [build-dependencies.bindgen] version = "0.63.0" [build-dependencies.cc] version = "1.0.78" [build-dependencies.cfg-if] version = "1.0.0" [build-dependencies.regex] version = "1.7.1" [features] bundled = []