[package] name = "entity-sled" description = "Sled database support for entity crate." version = "0.3.2" authors = ["Chip Senkbeil "] edition = "2018" homepage = "https://github.com/chipsenkbeil/entity-rs" repository = "https://github.com/chipsenkbeil/entity-rs" readme = "README.md" license = "MIT OR Apache-2.0" [dependencies] entity = { version = "=0.3.2", path = "../..", features = ["serde-1"] } bincode = "1.3.1" sled = "0.34.6"