Revision control
Copy as Markdown
Other Tools
# 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 <manishsmail@gmail.com>",
"Michal 'vorner' Vaner <vorner@vorner.cz>",
]
exclude = [".travis.yml"]
description = "Safe wrapper for initializing fixed-size arrays"
readme = "README.md"
keywords = [
"abstraction",
"initialization",
"no_std",
]
categories = [
"data-structures",
"no-std",
]
license = "MIT OR Apache-2.0"
[package.metadata]
msrv = "1.51"