byztimed 2.0.1

Byzantine fault-tolerant time synchronization
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "byztimed"
version = "2.0.1"
authors = ["Daniel Franke <dafranke@akamai.com>"]
description = "Byzantine fault-tolerant time synchronization"
keywords = ["byzantine", "time", "byztime"]
categories = ["date-and-time"]
license = "Apache-2.0"
repository = "https://github.com/akamai-contrib/byztimed"

[[bench]]
name = "main"
harness = false
[dependencies.aead]
version = "0.3"

[dependencies.aes-siv]
version = "0.5"

[dependencies.bincode]
version = "1.3"

[dependencies.bytes]
version = "1"

[dependencies.byztime]
version = "2.0.0"

[dependencies.clap]
version = "2.33"

[dependencies.errno]
version = "0.2"

[dependencies.libc]
version = "0.2"

[dependencies.lmdb-rkv]
version = "0.14"

[dependencies.log]
version = "0.4"
features = ["release_max_level_info"]

[dependencies.log4rs]
version = "1.0"

[dependencies.prost]
version = "0.7"

[dependencies.rand]
version = "0.7"

[dependencies.rkv]
version = "0.17"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.tempfile]
version = "3.1"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tokio-rustls]
version = "0.22"

[dependencies.trust-dns-resolver]
version = "0.20"
[dev-dependencies.bencher]
version = "0.1"

[dev-dependencies.byztime]
version = "2.0.0"
features = ["with_quickcheck"]

[dev-dependencies.lazy_static]
version = "1.4"

[dev-dependencies.nix]
version = "0.20"

[dev-dependencies.quickcheck]
version = "0.9"

[dev-dependencies.quickcheck_derive]
version = "0.3"

[dev-dependencies.quickcheck_macros]
version = "0.9"
[build-dependencies.prost-build]
version = "0.7"