# 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 = "rust-gd" version = "0.2.3" authors = ["Jun Kurihara"] description = "Generalized Deduplication based on Error-Correcting Codes" homepage = "https://github.com/junkurihara/rust-gd" readme = "README.md" categories = [ "compression", "algorithms", "mathematics", ] license = "MIT" repository = "https://github.com/junkurihara/rust-gd" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 panic = "abort" incremental = false [dependencies.anyhow] version = "1.0.71" [dependencies.async-trait] version = "0.1.69" [dependencies.bitvec] version = "1.0.1" [dependencies.futures] version = "0.3.28" [dependencies.hashlink] version = "0.8.3" [dependencies.libecc] version = "0.2.2" [dependencies.tokio] version = "1.29.1" features = [ "rt", "macros", "rt-multi-thread", ] [dev-dependencies.rand] version = "0.8.5"