# 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 = "chrony-candm" version = "0.1.2" authors = ["Daniel Fox Franke "] include = [ "src/**", "examples/**", "README.md", "LICENSE", "NOTICE", "THIRD-PARTY", ] description = "Library for communication with Chrony's control & monitoring interface" readme = "README.md" keywords = ["chrony"] categories = ["date-and-time"] license = "GPL-2.0-only" repository = "https://github.com/aws/chrony-candm" [dependencies.arrayvec] version = "0.7" [dependencies.bitflags] version = "1" [dependencies.bytes] version = "1" [dependencies.chrony-candm-derive] version = "0.1" [dependencies.futures] version = "0.3" optional = true [dependencies.hex] version = "0.4" [dependencies.libc] version = "0.2" [dependencies.num_enum] version = "0.5" [dependencies.rand] version = "0.8" [dependencies.siphasher] version = "0.3" [dependencies.tokio] version = "1" features = [ "macros", "net", "rt", "sync", "time", ] optional = true [dev-dependencies.chrono] version = "0.4" [features] default = ["with_tokio"] with_tokio = [ "futures", "tokio", ]