# 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 = "2018" name = "rsdate" version = "0.5.0" authors = ["Wesley Moore "] description = "rsdate connects to an ntp server, printing the returned time and/or sets the system clock." homepage = "https://github.com/wezm/rsdate" readme = "README.md" keywords = [ "ntp", "time", "date", ] categories = [ "command-line-utilities", "date-and-time", ] license = "MIT OR Apache-2.0" repository = "https://github.com/wezm/rsdate.git" [dependencies.env_logger] version = "0.9.0" default-features = false [dependencies.libc] version = "0.2.126" [dependencies.log] version = "0.4.17" [dependencies.pico-args] version = "0.5.0" [dependencies.rsntp] version = "3.0.1" features = ["time"] default-features = false [dependencies.syslog] version = "6.0.1" [dependencies.time] version = "0.3.11" features = ["local-offset"] [dev-dependencies.assert_cmd] version = "2.0.4" [dev-dependencies.predicates] version = "2.1.1"