# 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 = "asuran-chunker" version = "0.1.6" authors = ["Nathan McCarty "] description = "A general API for describing types that can break data in to chunks in repeatable ways" homepage = "https://asuran.rs" documentation = "https://docs.rs/crate/asuran" readme = "README.md" license = "BSD-2-Clause-Patent" repository = "https://gitlab.com/asuran-rs/asuran/" [[bench]] name = "chunking" harness = false [dependencies.fastcdc] version = "1.0.3" [dependencies.futures] version = "0.3.5" features = ["std"] optional = true default-features = false [dependencies.rand] version = "0.7.3" features = ["std"] default-features = false [dependencies.rand_chacha] version = "0.2.2" [dependencies.smol] version = "0.1.18" optional = true [dependencies.thiserror] version = "1.0.20" [dev-dependencies.criterion] version = "0.3.2" [features] streams = ["smol", "futures"]