[package] name = "vecdep" version = "0.1.1" edition = "2021" authors = ["foxcirc"] description = "A simple VecDeque implementation that doesn't allocate if nothing is pushed." license = "MIT" [dependencies]