# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "lzjd" version = "0.2.0" authors = ["Henk Dieter "] exclude = ["in/*", "out/*"] description = "Rust implementation of the LZJD algorithm (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/tweedegolf/lzjd-rs" [[bench]] name = "lzjd" harness = false [dependencies.base64] version = "0.10.1" [dependencies.bincode] version = "1.1.2" [dependencies.clap] version = "2.32.0" [dependencies.crc] version = "1.8.1" [dependencies.failure] version = "0.1.5" [dependencies.failure_derive] version = "0.1.5" [dependencies.fasthash] version = "0.4.0" [dependencies.num_cpus] version = "1.10.0" [dependencies.rayon] version = "1.0.3" [dependencies.walkdir] version = "2.2.7" [dev-dependencies.criterion] version = "0.2.10" [dev-dependencies.rand] version = "0.6.5"