# 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 = "malwaredb-lzjd" version = "0.1.3" authors = [ "Henk Dieter ", "Richard Zak ", ] exclude = [ "in/*", "out/*", ] description = "Rust implementation of the LZJD algorithm by Edward Raff -- https://github.com/EdwardRaff/jLZJD" readme = "README.md" keywords = [ "lzjd", "edit", "distance", "Lempel", "Ziv", ] categories = [ "algorithms", "compression", "cryptography", "filesystem", "science", ] license = "GPL-3.0" repository = "https://github.com/malwaredb/lzjd-rs" [[bin]] name = "lzjd" path = "src/main.rs" [[bench]] name = "lzjd" harness = false [dependencies.base64] version = "0.22" [dependencies.bincode] version = "1.3" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.crc32fast] version = "1.4" [dependencies.malwaredb-murmurhash3] version = "0.1" [dependencies.num_cpus] version = "1.16" [dependencies.rayon] version = "1.10" [dependencies.walkdir] version = "2.5" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.rand] version = "0.8"