# 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" version = "0.6.1" authors = ["Sebastian Beyvers "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Client for the Pithos object storage file format" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/ArunaStorage/aruna-file" [[bin]] name = "pithos" path = "src/main.rs" [dependencies.anyhow] version = "1.0.93" [dependencies.async-channel] version = "2.3.1" [dependencies.async-trait] version = "0.1.83" [dependencies.base64] version = "0.22.1" [dependencies.borsh] version = "1.5.3" features = [ "std", "derive", ] [dependencies.bytes] version = "1.8.0" [dependencies.chacha20poly1305] version = "0.10.1" [dependencies.clap] version = "4.5.21" features = ["derive"] [dependencies.crypto_kx] version = "0.2.1" features = ["serde"] [dependencies.dotenvy] version = "0.15.7" [dependencies.futures] version = "0.3.31" [dependencies.futures-util] version = "0.3.31" [dependencies.indicatif] version = "0.17.9" [dependencies.openssl] version = "0.10.68" [dependencies.pithos_lib] version = "0.6.1" [dependencies.rand] version = "0.8.5" [dependencies.serde_json] version = "1.0.133" [dependencies.tokio] version = "1.41.1" features = ["full"] [dependencies.tokio-stream] version = "0.1.16" [dependencies.tokio-util] version = "0.7.12" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = [ "env-filter", "time", ] [dependencies.x25519-dalek] version = "2.0.1"