# 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 = "async-tftp" version = "0.3.6" authors = ["oblique "] exclude = [ ".github", "rfcs", ] description = "Executor agnostic async TFTP implementation" readme = "README.md" keywords = [ "tftp", "tftpd", "async-std", "tokio", "smol", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/oblique/async-tftp-rs" [dependencies.async-executor] version = "1.5.0" [dependencies.async-io] version = "1.12.0" [dependencies.async-lock] version = "2.6.0" [dependencies.async-trait] version = "0.1.59" [dependencies.blocking] version = "1.3.0" [dependencies.bytes] version = "1.3.0" [dependencies.futures-lite] version = "1.12.0" [dependencies.log] version = "0.4.17" [dependencies.nom] version = "7.1.1" [dependencies.num-derive] version = "0.3.3" [dependencies.num-traits] version = "0.2.15" [dependencies.thiserror] version = "1.0.37" [dev-dependencies.anyhow] version = "1.0.66" [dev-dependencies.async-channel] version = "1.8.0" [dev-dependencies.async-compression] version = "0.3.15" features = [ "gzip", "futures-io", ] [dev-dependencies.async-std] version = "1.12.0" features = ["unstable"] [dev-dependencies.async-tar] version = "0.4.2" [dev-dependencies.fern] version = "0.6.1" [dev-dependencies.md5] version = "0.7.0" [dev-dependencies.rand] version = "0.8.5" features = ["small_rng"] [dev-dependencies.structopt] version = "0.3.26" [dev-dependencies.tempfile] version = "3.3.0" [features] external-client-tests = []