[package] name = "consumable_vec" version = "0.4.0" edition = "2018" authors = ["Dominik Tacke "] license-file = "LICENSE" description = "Consumable_Vec is a generic approach to create a mutual database for multiple producers and consumers" repository = "https://github.com/tacdom/consumable_vec" readme = "README.md" keywords = ["utility"] categories = ["Concurrency", "Data structures"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] len-trait="0.6.1"