# 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] name = "raft-consensus" version = "0.4.0" authors = ["Albibek "] description = "Raft consensus algorithm implementation" keywords = ["raft", "consensus", "distributed"] categories = ["algorithms"] license = "MIT" repository = "https://github.com/Albibek/raft-consensus" [dependencies.byteorder] version = "^1.2" [dependencies.capnp] version = "^0.9" optional = true [dependencies.failure] version = "^0.1" [dependencies.failure_derive] version = "^0.1" [dependencies.log] version = "^0.4" features = ["release_max_level_warn", "max_level_trace"] [dependencies.serde] version = "^1.0" optional = true [dependencies.serde_derive] version = "^1.0" optional = true [dependencies.uuid] version = "^0.5" features = ["use_std", "v4"] [dev-dependencies.pretty_env_logger] version = "^0.2" [dev-dependencies.serde_json] version = "^1.0" [build-dependencies.capnp] version = "^0.9" optional = true [build-dependencies.capnpc] version = "^0.9" optional = true [features] all = ["use_serde", "use_capnp"] default = [] use_capnp = ["capnpc", "capnp"] use_serde = ["serde", "serde_derive", "uuid/serde"]