[package] name = "sled-tables" version = "0.2.2" authors = ["Ivan Temchenko <35359595i@gmail.com>"] edition = "2018" description = "Structurized, strongly typed tables for sled to store associated sets of data (Vec/HashSet)" license = "Apache-2.0" documentation = "https://docs.rs/sled-tables" repository = "https://github.com/35359595/sled-tables" readme = "README.md" keywords = ["sled", "db", "database"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] sled = "0.34.7" serde = { version = "1.0", features = ["derive"] } serde_cbor = "0.11.1" serde_derive = "1.0.106" arrayref = "0.3.6" thiserror = "1.0" [dev-dependencies] tempfile = "3.1"