# 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 = "raft-log" version = "0.2.6" authors = ["Zhang Yanpo "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Raft log implementation" homepage = "https://github.com/drmingdrmer/raft-log" documentation = "https://docs.rs/raft-log" readme = "README.md" keywords = [ "raft", "log", ] categories = [ "algorithms", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/drmingdrmer/raft-log" [lib] name = "raft_log" path = "src/lib.rs" [[bin]] name = "raft-log-dump" path = "src/bin/dump.rs" [[bin]] name = "raft-log-bench" path = "src/bin/bench.rs" [dependencies.byteorder] version = "1.5.0" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.codeq] version = "0.4.0" [dependencies.fs2] version = "0.4.3" [dependencies.log] version = "0.4.22" [dependencies.thiserror] version = "1.0.64" [dev-dependencies.indoc] version = "2" [dev-dependencies.pretty_assertions] version = "1.4.1" [dev-dependencies.tempfile] version = "3.4.0"