Differential Revision: https://phabricator.services.mozilla.com/D264092
38 lines
1.0 KiB
TOML
38 lines
1.0 KiB
TOML
# 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"
|
|
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"
|