# 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 = "2021" name = "council" version = "0.0.0" description = "A library to build distributed applications, inspired by Akka Cluster" keywords = [ "cluster", "distributed-systems", ] categories = ["network-programming"] license = "Apache-2.0" [dependencies.rkyv] version = "0.7.39" [dependencies.thiserror] version = "1.0.38" [dependencies.tokio] version = "1.24.1" [dependencies.tracing] version = "0.1.37" [dependencies.twox-hash] version = "1.6.3" [dependencies.url] version = "2.3.1" [dev-dependencies.quickcheck] version = "1" [dev-dependencies.quickcheck_macros] version = "1"