# 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 = "2018" name = "fastcdc-alt" version = "0.2.2" authors = [ "Florian Gäbler", "Nathan Fiedler ", ] exclude = ["test/*"] description = "FastCDC (content defined chunking) implementation in pure Rust with an alternative API to the original crate" readme = "README.md" keywords = [ "cdc", "chunking", ] license = "MIT" repository = "https://github.com/florian-g2/fastcdc-rs-alt" [[example]] name = "async2020" required-features = ["tokio"] [dependencies.async-stream] version = "0.3" optional = true [dependencies.futures] version = "0.3" optional = true [dependencies.tokio] version = "1" features = ["io-util"] optional = true [dependencies.tokio-stream] version = "0.1" optional = true [dev-dependencies.aes] version = "0.8.2" [dev-dependencies.byteorder] version = "1.4.3" [dev-dependencies.clap] version = "4.2.1" features = ["cargo"] [dev-dependencies.ctr] version = "0.9.2" [dev-dependencies.futures-test] version = "0.3" [dev-dependencies.md-5] version = "0.10.5" [dev-dependencies.memmap2] version = "0.5.8" [dev-dependencies.tokio] version = "1" features = [ "fs", "io-util", "rt", "rt-multi-thread", "macros", ] [features] default = [] futures = ["dep:futures"] tokio = [ "dep:tokio", "tokio-stream", "async-stream", ]