# 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 = "aft" version = "8.0.1" authors = ["dd-dreams"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Transfer files easily and fast." homepage = "https://github.com/dd-dreams/aft" readme = "README.md" keywords = [ "cli", "peer-to-peer", "relay", "file-transfer", "decentralized", ] license = "MIT OR Apache-2.0" repository = "https://github.com/dd-dreams/aft" [[bin]] name = "aft" path = "src/main.rs" [dependencies.aft-crypto] version = "1" [dependencies.env_logger] version = "0.11" [dependencies.json] version = "0.12" [dependencies.log] version = "0.4" [dependencies.rayon] version = "1.10" [dependencies.rpassword] version = "7.2" [dependencies.sha2] version = "0.10" [dependencies.tokio] version = "1" features = [ "io-std", "io-util", "net", "sync", "rt-multi-thread", "macros", ] optional = true [features] clients = [] default = [ "clients", "sender", ] full = [ "clients", "sender", "relay", ] relay = ["dep:tokio"] sender = []