[package] name = "fixed-capacity-vec" version = "1.0.1" edition = "2018" rust-version = "1.58" license = "MIT OR Apache-2.0" description = "Variable-length buffer backed by a fixed-size heap array" categories = ["data-structures"] authors = ["The Tor Project, Inc.", "Ian Jackson "] repository = "https://gitlab.torproject.org/tpo/core/rust-fixed-capacity-vec.git/" [features] full = ["default"] default = ["minimal-1"] minimal-1 = [] [dependencies]