# 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 = "omnipaxos_storage" version = "0.2.2" authors = ["Harald Ng "] description = "Storage implementations for OmniPaxos." homepage = "https://omnipaxos.com/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/haraldng/omnipaxos" resolver = "1" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [profile.release] lto = true [dependencies.bincode] version = "1.3.3" [dependencies.commitlog] version = "0.2.0" [dependencies.omnipaxos] version = "0.2.2" features = ["serde"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sled] version = "0.34.7" [dependencies.zerocopy] version = "0.6.1"