concorde 0.7.0

reconfigurable lattice agreement
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 = "concorde"
version = "0.7.0"
authors = ["Graydon Hoare <graydon@pobox.com>"]
description = "reconfigurable lattice agreement"
readme = "README.md"
keywords = ["lattice", "consensus", "agreement", "crdt"]
license = "MIT OR Apache-2.0"
repository = "http://github.com/graydon/concorde"
[dependencies.im]
version = "15.0.0"

[dependencies.itertools]
version = "0.9.0"

[dependencies.pergola]
version = "0.9.0"

[dependencies.serde]
version = "1.0"

[dependencies.tracing]
version = "0.1.22"

[dependencies.tracing-subscriber]
version = "0.2.15"
features = ["chrono", "env-filter", "fmt"]
[dev-dependencies.bit-set]
version = "0.5.2"

[dev-dependencies.futures]
version = "0.3.5"

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

[dev-dependencies.pretty_env_logger]
version = "0.4"

[dev-dependencies.stateright]
version = "0.9.0"