sntpc-net-std 1.2.0

std socket wrapper for sntpc library
Documentation
# 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 = "2024"
name = "sntpc-net-std"
version = "1.2.0"
authors = ["Vladimir Petrigo <vladimir.petrigo@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "std socket wrapper for sntpc library"
readme = "README.md"
keywords = [
    "sntp",
    "ntp",
    "sntp-client",
    "ntp-client",
]
categories = [
    "date-and-time",
    "asynchronous",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/vpetrigo/sntpc"

[lib]
name = "sntpc_net_std"
path = "src/lib.rs"

[dependencies.sntpc]
version = "~0.10"
features = ["std"]
default-features = false