# 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 = "density-rs" version = "0.16.1" authors = ["Guillaume Voirin"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Superfast compression library" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/g1mv/density" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 debug = 0 debug-assertions = false rpath = false panic = "unwind" overflow-checks = false incremental = false [lib] name = "density_rs" path = "src/lib.rs" [[bench]] name = "density" path = "benches/density.rs" harness = false [[bench]] name = "lz4" path = "benches/lz4.rs" harness = false [[bench]] name = "snappy" path = "benches/snappy.rs" harness = false [[bench]] name = "utils" path = "benches/utils.rs" [dev-dependencies.divan] version = "0.1.14" [dev-dependencies.lz4_flex] version = "0.11.3" [dev-dependencies.snap] version = "1.1.1"