# 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 = "walcraft" version = "0.1.1" description = "A light-weight Write Ahead Log (WAL) solution with garbage collection" homepage = "https://github.com/thumperca/walcraft" readme = "README.md" keywords = [ "wal", "write-ahead-log", ] categories = ["filesystem"] license = "MIT OR Apache-2.0" repository = "https://github.com/thumperca/walcraft" [dependencies.bincode] version = "1.3.3" [dependencies.serde] version = "1.0.198" features = ["derive"]