# 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 = "distrans" version = "0.3.1" authors = ["Casey Marshall "] default-run = "distrans" description = "Anonymous decentralized file distribution and transfer" homepage = "https://github.com/cmars/distrans" documentation = "https://github.com/cmars/distrans" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/cmars/distrans" [package.metadata.wix] eula = false license = false path-guid = "F2AA53E2-105C-4A4F-BE29-C072AB5754A2" upgrade-guid = "B2D446B7-C4C2-4939-8A9E-C6039D89BAE8" [profile.dist] lto = "thin" inherits = "release" [profile.release] opt-level = "z" strip = true [[bin]] name = "distrans" [dependencies.backoff] version = "0.4.0" features = ["tokio"] [dependencies.clap] version = "4.5.4" features = [ "derive", "env", ] [dependencies.color-eyre] version = "0.6.3" [dependencies.dirs] version = "5.0.1" [dependencies.distrans_fileindex] version = "0" [dependencies.distrans_peer] version = "0" [dependencies.hex] version = "0.4.3" [dependencies.indicatif] version = "0.17.8" features = [ "tokio", "futures", ] [dependencies.tokio] version = "1.37" features = ["full"] [dependencies.tokio-util] version = "0.7.10" [dependencies.tracing] version = "0.1.40" features = [ "log", "attributes", ] [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [target."cfg(unix)".dependencies.sha2] version = "0.10.8" features = ["asm"] [target."cfg(windows)".dependencies.sha2] version = "0.10.8"