# 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.67" name = "statime" version = "0.2.2" authors = [ "David Venhoek ", "Folkert de Vries ", "Dion Dokter ", "Ruben Nijveld ", "David Venhoek ", "Bram Bruines ", "Marlon Peeters ", "Rick van der Wal ", ] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Precision Time Protocol implementation library for embedded and desktops" homepage = "https://github.com/pendulum-project/statime" readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/pendulum-project/statime" [lib] name = "statime" path = "src/lib.rs" [dependencies.arrayvec] version = "0.7.4" default-features = false [dependencies.az] version = "1.2.1" [dependencies.fixed] version = "1.24" [dependencies.libm] version = "0.2.8" [dependencies.log] version = "0.4.20" default-features = false [dependencies.rand] version = "0.8.5" default-features = false [dependencies.serde] version = "1.0.192" features = ["derive"] optional = true [dev-dependencies.serde_test] version = "1.0.176" [features] default = [ "std", "serde", ] fuzz = ["std"] serde = [ "dep:serde", "arrayvec/serde", ] std = []