# 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 = "2018" name = "blosc" version = "0.2.1" authors = ["Alan Somers "] build = false exclude = [ "release.toml", "tests/**/*.rs", ] autobins = false autoexamples = false autotests = false autobenches = false description = """ Rust bindings to the C-BLOSC compression library """ documentation = "https://docs.rs/blosc" readme = "README.md" keywords = ["compression"] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/asomers/blosc-rs" [lib] name = "blosc" path = "src/lib.rs" [dependencies.blosc-sys] version = "1.21.0" [dependencies.libc] version = "0.2.4" [dependencies.thiserror] version = "1.0" [dev-dependencies.bincode] version = "1.0" [dev-dependencies.rand] version = "0.7.0" [dev-dependencies.rstest] version = "0.17.0" [dev-dependencies.serde] version = "1.0"