# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "bounded-vec-deque" version = "0.1.1" authors = ["Moongoodboy "] description = "A double-ended queue|ringbuffer with an upper bound on its length." keywords = ["deque", "ring", "buffer"] categories = ["data-structures"] license = "GPL-3.0+ OR BSD-3-Clause" repository = "https://gitlab.com/Moongoodboy/bounded-vec-deque" [package.metadata.docs.rs] all-features = true [features] default = ["fused"] fused = [] resize_with = [] [badges.gitlab] repository = "Moongoodboy/bounded-vec-deque"