# 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 = "sntp" version = "0.1.2" authors = ["Pietro Lorefice "] description = "A Simple Network Time Protocol (SNTP) client implementation using smoltcp." homepage = "https://github.com/plorefice/sntp-rs" readme = "README.md" keywords = ["sntp", "network"] categories = ["embedded", "network-programming", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/plorefice/sntp-rs" [[example]] name = "client" required-features = ["tap"] [dependencies.byteorder] version = "1.3.4" default-features = false [dependencies.log] version = "0.4.8" optional = true default-features = false [dependencies.smoltcp] version = "0.6.0" features = ["proto-ipv4", "socket-udp"] default-features = false [dev-dependencies.env_logger] version = "0.7.1" [features] default = [] tap = ["log", "smoltcp/ethernet", "smoltcp/phy-tap_interface"]