timestamped-socket 0.2.6

Implementation of async UDP and raw ethernet sockets with timestamping
Documentation
[dependencies.libc]
version = "0.2.145"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.145"

[dependencies.tokio]
features = ["net", "time"]
version = "1.29.1"

[dependencies.tracing]
default-features = false
features = ["std", "log"]
version = "0.1.37"

[dev-dependencies.tokio]
features = ["full"]
version = "1.32.0"

[[example]]
name = "logchanges"
path = "examples/logchanges.rs"

[features]
default = ["serde"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Implementation of async UDP and raw ethernet sockets with timestamping"
edition = "2021"
homepage = "https://github.com/pendulum-project/timestamped-socket"
license = "Apache-2.0 OR MIT"
name = "timestamped-socket"
publish = true
readme = "README.md"
repository = "https://github.com/pendulum-project/timestamped-socket"
rust-version = "1.70"
version = "0.2.6"