# 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 = "libreplica"
version = "0.1.1"
description = "Replication protocols and applications."
license = "MIT"

[[bench]]
name = "server"
harness = false

[[bench]]
name = "null"
harness = false
[dependencies.bincode]
version = "1.3.3"

[dependencies.ctrlc]
version = "3.2.0"

[dependencies.derivative]
version = "2.2.0"

[dependencies.futures]
version = "0.3.16"

[dependencies.log]
version = "0.4.14"

[dependencies.quanta]
version = "0.9.2"

[dependencies.rand]
version = "0.8.4"

[dependencies.serde]
version = "1.0.130"

[dependencies.serde_derive]
version = "1.0.130"
[dev-dependencies.clap]
version = "2.33.3"

[dev-dependencies.core_affinity]
version = "0.5.10"

[dev-dependencies.simple_logger]
version = "1.13.0"