# 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 = "lz-fear" version = "0.2.0" authors = ["main() "] description = "A fast pure-rust no-unsafe implementation of LZ4 compression and decompression" readme = "README.md" keywords = [ "compression", "lz4", "compress", "decompression", "decompress", ] categories = [ "algorithms", "compression", "encoding", ] license = "MIT" repository = "https://github.com/main--/rust-lz-fear" [profile.release] lto = "thin" debug = 2 [[bench]] name = "my_benchmark" harness = false [dependencies.bitflags] version = "2.4.2" [dependencies.byteorder] version = "1.5" [dependencies.culpa] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.twox-hash] version = "1.6.3" default-features = false [dev-dependencies.criterion] version = "0.5" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tempfile] version = "3.10.0"