# 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 = "async_bagit" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Create and load BagIt containers" readme = "README.md" keywords = [ "bag-it", "bags", "rfc-8493", "async", "tokio", ] license = "MIT OR Apache-2.0" repository = "https://github.com/deadbaed/async-bagit-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "async_bagit" path = "src/lib.rs" [[example]] name = "blake3_generate" path = "examples/blake3_generate.rs" [[example]] name = "read_zstd_archive" path = "examples/read_zstd_archive.rs" [dependencies.digest] version = "0.10" [dependencies.futures] version = "0.3" [dependencies.hex] version = "0.4" [dependencies.jiff] version = "0.1" features = ["std"] optional = true default-features = false [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "fs", "rt", "io-util", ] [dev-dependencies.async-compression] version = "0.4" features = [ "tokio", "zstdmt", ] [dev-dependencies.async-tempfile] version = "0.6" [dev-dependencies.blake3] version = "1" features = ["traits-preview"] [dev-dependencies.md-5] version = "0.10" [dev-dependencies.sha2] version = "0.10" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.tokio-tar] version = "0.3" [features] date = ["dep:jiff"] default = ["date"]