[package] name = "compressed_collections" version = "0.4.0" edition = "2021" authors = ["Max Conway"] repository = "https://github.com/maxconway/compressed_collections" description = "Collections which transparently compress data to reduce memory usage" license = "MIT OR Apache-2.0" keywords = ["collection", "memory"] categories = ["algorithms", "compression"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] brotli = "3.3.4" postcard = { version = "1.0.0", features = ["use-std"] } serde = { version = "1.0.0", features = ["derive"] }