# 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 = "array-init" version = "2.1.0" authors = [ "Manish Goregaokar ", "Michal 'vorner' Vaner ", ] exclude = [".travis.yml"] description = "Safe wrapper for initializing fixed-size arrays" documentation = "https://docs.rs/crate/array-init" readme = "README.md" keywords = [ "abstraction", "initialization", "no_std", ] categories = [ "data-structures", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Manishearth/array-init/" [package.metadata] msrv = "1.51"