# 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 = "aruna-file" version = "0.4.5" authors = ["Sebastian "] description = "Library and component for encrypting / compressing .aruna files, including specification" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/ArunaStorage/aruna-file" [[bench]] name = "performance" harness = false [dependencies.anyhow] version = "1.0.75" [dependencies.async-channel] version = "2.1.0" [dependencies.async-compression] version = "0.4.1" features = [ "tokio", "zstd", "gzip", ] [dependencies.async-stream] version = "0.3.5" [dependencies.async-trait] version = "0.1.73" [dependencies.async_zip] version = "0.0.15" features = [ "chrono", "tokio", "deflate", ] [dependencies.byteorder] version = "1.4.3" [dependencies.bytes] version = "1.4.0" [dependencies.chacha20poly1305] version = "0.10.1" [dependencies.digest] version = "0.10.7" [dependencies.futures] version = "0.3.28" [dependencies.hex] version = "0.4.3" [dependencies.hyper] version = "0.14.27" features = ["full"] [dependencies.pin-project] version = "1" [dependencies.tar] version = "0.4.40" [dependencies.tokio] version = "1.32.0" features = ["full"] [dependencies.tracing] version = "0.1.40" [dev-dependencies.criterion] version = "0.5.1" features = [ "html_reports", "async_tokio", ] [dev-dependencies.md-5] version = "0.10.5" [dev-dependencies.tokio-util] version = "0.7.8" features = ["io"]