[package] name = "query" version = "0.1.2" authors = ["asynts "] description = "query is a simplistic single-table database library" license = "GPL-3.0" license-file = "LICENSE" repository = "https://github.com/asynts/query" documentation = "https://docs.rs/query" [dependencies] serde = "^1.0.18" rmp-serde = "^0.13.7" flate2 = "^0.2.20"