sntpc-net-std 1.2.0

std socket wrapper for sntpc library
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "cfg-if"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"

[[package]]
name = "sntpc"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "66b3ac9f7cb9a68b53d6e6b841eed54aaf670be78d6922733dbb57b2fc9f16ea"
dependencies = [
 "cfg-if",
]

[[package]]
name = "sntpc-net-std"
version = "1.2.0"
dependencies = [
 "sntpc",
]