# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "fixed-slice-vec" version = "0.10.0" authors = [ "Zachary Pierce ", "Jon Lamb ", "Russell Mull ", "dan pittman ", ] description = "`FixedSliceVec` is a dynamic length Vec with runtime-determined maximum capacity backed by a slice." homepage = "https://github.com/auxoncorp/fixed-slice-vec" readme = "README.md" keywords = [ "vec", "vector", "no_std", "slice", "no-std", ] categories = [ "embedded", "data-structures", "no-std", ] license = "Apache-2.0" repository = "https://github.com/auxoncorp/fixed-slice-vec" [dev-dependencies.arrayvec] version = "0.5" [dev-dependencies.proptest] version = "0.9.6"