# 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 = "array_manipulation" version = "0.4.1" authors = ["Guillem Jara <4lon3ly0@tutanota.com>"] exclude = [ "target", ".*", ] description = "Methods for manipuling arrays in a Vec-like fashion. It will (probably) get into core once const expressions get less experimental." homepage = "https://github.com/Alonely0/array_manipulation/" documentation = "https://docs.rs/array_manipulation" readme = "README.md" keywords = [ "array", "vector", "append", "insert", "insertion", ] categories = [ "data-structures", "rust-patterns", "no-std", "embedded", ] license = "MIT" repository = "https://github.com/Alonely0/array_manipulation/" resolver = "2" [dependencies]