# 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 = "cornifer" version = "0.0.1" description = "Script that finds DEFLATE blocks in a GZIP file" keywords = ["gzip"] license = "AGPL-3.0-or-later" repository = "https://github.com/auburnsummer/cornifer" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 debug = true [dependencies.anyhow] version = "1.0.69" [dependencies.clap] version = "4.2.0" features = ["derive"] [dependencies.crc] version = "3.0.1" [dependencies.flate2] version = "1.0.25" [dependencies.indicatif] version = "0.17.3" [dependencies.nohash-hasher] version = "0.2.0" [dependencies.rand] version = "0.8.5" [dependencies.rusqlite] version = "0.29.0" features = [ "bundled", "blob", ] [dependencies.thiserror] version = "1.0.39" [dev-dependencies.rstest] version = "0.16.0"