# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "smolapps" version = "0.1.4" authors = ["Pietro Lorefice "] description = "A collection of application-layer protocols built on top of smoltcp." homepage = "https://github.com/plorefice/smolapps" readme = "README.md" keywords = ["smoltcp", "network"] categories = ["embedded", "network-programming", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/plorefice/smolapps" [package.metadata.docs.rs] all-features = true [[example]] name = "sntp" required-features = ["std", "sntp", "tap"] [[example]] name = "tftp" required-features = ["std", "tftp", "tap"] [dependencies.byteorder] version = "1.3.4" default-features = false [dependencies.log] version = "0.4.8" optional = true default-features = false [dependencies.managed] version = "0.7.1" default-features = false [dependencies.smoltcp] version = "0.6.0" default-features = false [dev-dependencies.env_logger] version = "0.7.1" [features] default = ["ipv4", "sntp", "tftp"] ipv4 = ["smoltcp/proto-ipv4"] sntp = ["smoltcp/socket-udp"] std = ["smoltcp/std", "managed/std"] tap = ["log", "smoltcp/ethernet", "smoltcp/phy-tap_interface"] tftp = ["smoltcp/socket-udp"]