async-tftp 0.1.0

Async TFTP implementation
Documentation
[dependencies.async-std]
features = ["unstable"]
version = "1.0.1"

[dependencies.async-trait]
version = "0.1.18"

[dependencies.byteorder]
version = "1.3.2"

[dependencies.bytes]
version = "0.4.12"

[dependencies.futures]
features = ["async-await"]
version = "0.3.1"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.log]
version = "0.4.8"

[dependencies.nom]
version = "5.0.1"

[dependencies.num-derive]
version = "0.3.0"

[dependencies.num-traits]
version = "0.2.9"

[dependencies.thiserror]
version = "1.0.5"
[dev-dependencies.anyhow]
version = "1.0.20"

[dev-dependencies.matches]
version = "0.1.8"

[dev-dependencies.md5]
version = "0.7.0"

[dev-dependencies.rand]
features = ["small_rng"]
version = "0.7.0"

[dev-dependencies.simplelog]
version = "0.7.4"

[dev-dependencies.tempfile]
version = "3.1.0"

[features]
external-client-tests = []
unstable = []

[package]
authors = ["oblique <psyberbits@gmail.com>"]
categories = ["network-programming"]
description = "Async TFTP implementation"
edition = "2018"
keywords = ["tftp", "tftpd", "async", "async-std"]
license = "MIT"
name = "async-tftp"
readme = "README.md"
repository = "https://github.com/oblique/async-tftp-rs"
version = "0.1.0"