# 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" name = "clock-bound-d" version = "1.0.0" authors = [ "Julien Ridoux ", "Jacob Wisniewski ", "Tam Phan ", "Ryan Luu ", "Wenhao Piao ", ] description = "A daemon to provide clients with an error bounded timestamp interval." readme = "README.md" keywords = [ "aws", "ntp", "ec2", "time", ] categories = ["date-and-time"] license = "GPL-2.0-only" repository = "https://github.com/aws/clock-bound" resolver = "1" [[bin]] name = "clockbound" path = "src/main.rs" doc = false [dependencies.byteorder] version = "1" [dependencies.chrony-candm] version = "0.1.1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.clock-bound-shm] version = "1.0.0" features = ["writer"] [dependencies.lazy_static] version = "1" [dependencies.libc] version = "0.2" default-features = false [dependencies.nix] version = "0.27" features = [ "net", "signal", ] [dependencies.socket2] version = "0.5" [dependencies.tracing] version = "0.1" features = [ "max_level_debug", "release_max_level_info", ] [dependencies.tracing-subscriber] version = "0.3" features = [ "std", "fmt", "json", ] [badges.github] repository = "aws/clock-bound-d"