# 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 = "blosc2-rs" version = "0.3.1+2.15.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Blosc2" readme = "README.md" license = "MIT" [lib] name = "blosc2" path = "src/lib.rs" [[example]] name = "schunk_simple" path = "examples/schunk_simple.rs" [[example]] name = "simple" path = "examples/simple.rs" [[bench]] name = "benchmarks" path = "benches/benchmarks.rs" harness = false [dependencies.blosc2-sys] version = "0.3.1+2.15.1" [dependencies.parking_lot] version = "^0.12" [dev-dependencies.criterion] version = "0.4" features = ["html_reports"] [dev-dependencies.ctor] version = "0.2.0" [dev-dependencies.rand] version = "0.8.5" [features] deactivate-zlib = ["blosc2-sys/deactivate-zlib"] deactivate-zlib-optim = ["blosc2-sys/deactivate-zlib-optim"] deactivate-zstd = ["blosc2-sys/deactivate-zstd"] default = ["shared"] prefer-external-lz4 = ["blosc2-sys/prefer-external-lz4"] prefer-external-zlib = ["blosc2-sys/prefer-external-zlib"] prefer-external-zstd = ["blosc2-sys/prefer-external-zstd"] regenerate-bindings = ["blosc2-sys/regenerate-bindings"] shared = ["blosc2-sys/shared"] static = ["blosc2-sys/static"] use-system-blosc2 = ["blosc2-sys/use-system-blosc2"]