[package] name = "diskable" version = "0.2.0" edition = "2021" description = "Simple struct persistence to disk" license = "MIT" repository = "https://github.com/aatifsyed/diskable" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.51" derive_more = "0.99.17" log = "0.4.14" ron = "0.7.0" serde = "1.0.130" [dev-dependencies] maplit = "1.0.2"