[package] name = "fixed-slice-deque" version = "0.1.0-beta2" authors = ["danielsanchezq "] edition = "2021" license-file = "License" readme = "README.md" description = "A fixed size deque implementation" documentation = "https://docs.rs/crate/fixed-slice-deque/" homepage = "https://github.com/danielsanchezq/fixed-slice-deque" repository = "https://github.com/danielsanchezq/fixed-slice-deque" keywords = [ "deque", "fixed", "circular", "ring", "buffer" ] categories = ["data-structures"] exclude = [ ".github", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] slice-deque = "0.3"