[package] name = "simple_wal" version = "0.3.0" authors = ["Ben Aubin "] edition = "2018" license = "MIT" description = "A simple write-ahead-logging crate." documentation = "https://docs.rs/simple_wal" repository = "https://github.com/benaubin/simple_wal" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] advisory-lock = "0.2.0" crc32fast = "1.2.1" thiserror = "1.0" rand = "0.7.3"