# 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 = "pithos_lib" version = "0.6.1" authors = ["Sebastian Beyvers "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library and components for encrypting / compressing pithos (.pto) files, including specification" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/ArunaStorage/aruna-file" [lib] name = "pithos_lib" path = "src/lib.rs" [[bench]] name = "performance" path = "benches/performance.rs" harness = false [dependencies.anyhow] version = "1.0.93" [dependencies.async-channel] version = "2.3.1" [dependencies.async-compression] version = "0.4.17" features = [ "tokio", "zstd", "gzip", ] [dependencies.async-stream] version = "0.3.6" [dependencies.async-trait] version = "0.1.83" [dependencies.async_zip] version = "0.0.17" features = [ "chrono", "tokio", "deflate", ] [dependencies.base64] version = "0.22.1" [dependencies.blake2] version = "0.10.6" [dependencies.borsh] version = "1.5.3" features = [ "std", "derive", ] [dependencies.byteorder] version = "1.5.0" [dependencies.bytes] version = "1.8.0" [dependencies.chacha20poly1305] version = "0.10.1" [dependencies.crypto_kx] version = "0.2.1" [dependencies.digest] version = "0.10.7" [dependencies.futures] version = "0.3.31" [dependencies.hex] version = "0.4.3" [dependencies.hyper] version = "1.5.0" features = ["full"] [dependencies.itertools] version = "0.13.0" [dependencies.md-5] version = "0.10.6" [dependencies.pin-project] version = "1.1.7" [dependencies.rand_core] version = "0.6.4" [dependencies.scrypt] version = "0.11.0" [dependencies.serde] version = "1.0.215" features = ["derive"] [dependencies.sha1] version = "0.10.6" [dependencies.sha2] version = "0.10.8" [dependencies.tar] version = "0.4.43" [dependencies.thiserror] version = "2.0.3" [dependencies.tokio] version = "1.41.1" features = ["full"] [dependencies.tokio-util] version = "0.7.12" [dependencies.tracing] version = "0.1.40" [dev-dependencies.criterion] version = "0.5.1" features = [ "html_reports", "async_tokio", ]