# 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 = "2021" rust-version = "1.70" name = "timestamped-socket" version = "0.2.5" build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Implementation of async UDP and raw ethernet sockets with timestamping" homepage = "https://github.com/pendulum-project/timestamped-socket" readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/pendulum-project/timestamped-socket" [lib] name = "timestamped_socket" path = "src/lib.rs" [[example]] name = "logchanges" path = "examples/logchanges.rs" [dependencies.libc] version = "0.2.145" [dependencies.serde] version = "1.0.145" features = ["derive"] optional = true [dependencies.tokio] version = "1.29.1" features = [ "net", "time", ] [dependencies.tracing] version = "0.1.37" features = [ "std", "log", ] default-features = false [dev-dependencies.tokio] version = "1.32.0" features = ["full"] [features] default = ["serde"]