# 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 = "2021" name = "tailvec" version = "0.2.10" authors = ["A4-Tacks "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Split Vec to mutable slice and TailVec, the TailVec can push or pop etc" readme = "README.md" keywords = [ "no_std", "vec", "vector", "split", "slice", ] categories = [ "no-std", "data-structures", ] license = "MIT" repository = "https://github.com/A4-Tacks/tailvec-rs" [lib] name = "tailvec" path = "src/lib.rs" [dependencies] [features] default = ["std"] std = []