[package] name = "ntp" version = "0.5.0" authors = ["Jeff Belgum "] license = "MIT/Apache-2.0" description = "Library for parsing and communicating over Network Time Protocol." documentation = "https://docs.rs/ntp/" homepage = "https://github.com/JeffBelgum/ntp" repository = "https://github.com/JeffBelgum/ntp" readme = "README.md" keywords = ["protocol", "network", "time", "parser", "binary"] categories = ["date-and-time", "network-programming", "parser-implementations", "encoding"] [features] backtrace = ["error-chain/backtrace"] [dependencies] byteorder = "1.1" conv = "0.3.2" custom_derive = "0.1.5" log = "0.3.6" time = "0.1.35" [dependencies.error-chain] version = "0.12.0" default-features = false