# 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 = "rcopy" version = "0.1.0" description = "A fast file and directory transfer tool powered by Tokio, RKYV, and io_uring" readme = "README.md" license = "MIT" repository = "https://github.com/novafacing/rcopy" [profile.dist] lto = "thin" inherits = "release" [dependencies.anyhow] version = "1.0.71" [dependencies.async-stream] version = "0.3.5" [dependencies.bytes] version = "1.4.0" features = ["serde"] [dependencies.clap] version = "4.2.7" features = ["derive"] [dependencies.futures] version = "0.3.28" [dependencies.indicatif] version = "0.17.3" [dependencies.local-ip-address] version = "0.5.3" [dependencies.pin-project] version = "1.1.0" [dependencies.rkyv] version = "0.7.42" features = ["validation"] [dependencies.tabled] version = "0.12.0" [dependencies.thiserror] version = "1.0.40" [dependencies.tokio] version = "1.28.1" features = ["full"] [dependencies.tokio-retry] version = "0.3.0" [dependencies.tokio-serde] version = "0.8.0" [dependencies.tokio-stream] version = "0.1.14" features = ["full"] [dependencies.tokio-uring] version = "0.4.0" [dependencies.tokio-util] version = "0.7.8" features = ["full"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17" [dependencies.unsigned-varint] version = "0.7.1" features = ["futures"] [dev-dependencies.id_tree] version = "1.8.0" [dev-dependencies.rand] version = "0.8.5" features = ["small_rng"] [dev-dependencies.tempfile] version = "3.5.0" [dev-dependencies.tracing-test] version = "0.2.4"