# 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 = "dovepipe" version = "0.1.6" description = "used for sending files in rust" documentation = "https://docs.rs/dovepipe" readme = "README.md" keywords = ["udp", "filesharing"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/dojje/dovepipe" resolver = "2" [[example]] name = "sender" path = "examples/sender.rs" [[example]] name = "reciever" path = "examples/reciever.rs" [dependencies.async-trait] version = "0.1.52" [dependencies.log] version = "0.4.14" [dependencies.tokio] version = "1" features = ["full"] [features] logging = []