# 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 = "2018" name = "fftp" version = "0.2.0" authors = ["krashanoff "] description = "In-network file transfer." readme = "README.md" keywords = ["file", "transfer", "udp", "ftp"] categories = ["command-line-utilities", "encoding", "filesystem"] license = "MIT" repository = "https://github.com/krashanoff/fftp" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 panic = "abort" [[bin]] name = "ffd" path = "src/ffd.rs" [[bin]] name = "ff" path = "src/ff.rs" [dependencies.bincode] version = "1.3" [dependencies.clap] version = "2.33" default-features = false [dependencies.igd] version = "0.12" features = ["aio", "tokio"] [dependencies.lazy_static] version = "1.4" [dependencies.serde] version = "1" features = ["derive"] [dependencies.tokio] version = "1" features = ["rt", "macros", "io-std", "io-util", "fs", "net", "sync"]