[package] name = "toiletdb" version = "0.1.2" authors = ["jakeburden "] edition = "2018" repository = "https://gitlab.com/jakeburden/toiletdb-rs" license = "MIT" description = "Flushes an object to a JSON file. Rust implementation of https://github.com/maxogden/toiletdb" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = "1.0.104" serde_json = "1.0.45" tempfile = "3.1.0"