# 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 = "rust_raft" version = "0.1.1" authors = ["wangmarkqi "] description = "A rust implementation for raft." homepage = "https://github.com/wangmarkqi/rust_raft.git" documentation = "https://docs.rs/rust_sm/0.1.3/rust_raft/" license = "MIT" repository = "https://github.com/wangmarkqi/rust_raft.git" [lib] name = "rust_raft" path = "src/lib.rs" [[bin]] name = "rust_raft" path = "src/bin.rs" [dependencies.actix-web] version = "3" features = ["rustls"] [dependencies.anyhow] version = "1.0.31" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.once_cell] version = "1.4.0" [dependencies.reqwest] version = "0.10" features = ["json"] [dependencies.rustls] version = "0.18" [dependencies.serde] version = "1.0.90" features = ["derive"] [dependencies.serde_json] version = "1.0.58" [dependencies.sled] version = "0.34.4" [dependencies.tokio] version = "0.2" features = ["full"]