# 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 = "snappy_src" version = "0.2.3+snappy.1.2.1" authors = ["Lachlan Deakin "] links = "snappy" exclude = [ ".github", "snappy/cmake/**", "snappy/testdata", "snappy/snappy_benchmark.*", "snappy/snappy-test.*", "snappy/snappy_test_*.*", "snappy/snappy_*_fuzzer.cc", "snappy/snappy_unittest.cc", "snappy/third_party", ] description = "FFI bindings for snappy, a fast compressor/decompressor" documentation = "https://docs.rs/snappy_src" readme = "README.md" keywords = [ "snappy", "compression", ] categories = [ "external-ffi-bindings", "compression", ] license = "MIT OR Apache-2.0" repository = "https://github.com/LDeakin/rust_snappy_src" [dependencies.link-cplusplus] version = "1.0.9" [build-dependencies.bindgen] version = "0.69.4" optional = true [build-dependencies.cc] version = "1.0.99" [features] bindgen = ["dep:bindgen"]