# 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 = "blosc-src" version = "0.3.4" authors = ["Magnus Ulimoen "] build = "build.rs" links = "blosc" exclude = [ "c-blosc/compat/**", "c-blosc/tests/**", "c-blosc/bench/**", "c-blosc/internal-complibs/**", ] autobins = false autoexamples = false autotests = false autobenches = false description = "FFI bindings for blosc-c" readme = "README.md" keywords = ["compression"] categories = [ "external-ffi-bindings", "compression", ] license-file = "c-blosc/LICENSE.txt" repository = "https://github.com/mulimoen/rust-blosc-src" [lib] name = "blosc_src" path = "src/lib.rs" [[test]] name = "test" path = "tests/test.rs" [dependencies.libz-sys] version = "1.1.12" features = [ "static", "libc", ] optional = true default-features = false [dependencies.lz4-sys] version = "1.9.4" optional = true [dependencies.snappy_src] version = "0.2.2" optional = true [dependencies.zstd-sys] version = "2.0.9" optional = true [build-dependencies.cc] version = "1.0" [features] lz4 = ["dep:lz4-sys"] snappy = ["dep:snappy_src"] zlib = ["dep:libz-sys"] zstd = ["dep:zstd-sys"]