]> git.proxmox.com Git - rustc.git/blame - vendor/arrayvec/Cargo.toml
New upstream version 1.51.0+dfsg1
[rustc.git] / vendor / arrayvec / Cargo.toml
CommitLineData
2c00a5a8
XL
1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
f035d41b 6# to registry (e.g., crates.io) dependencies
2c00a5a8
XL
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
f035d41b 14edition = "2018"
2c00a5a8 15name = "arrayvec"
5869c6ff 16version = "0.5.2"
2c00a5a8
XL
17authors = ["bluss"]
18description = "A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString."
19documentation = "https://docs.rs/arrayvec/"
20keywords = ["stack", "vector", "array", "data-structure", "no_std"]
21categories = ["data-structures", "no-std"]
22license = "MIT/Apache-2.0"
23repository = "https://github.com/bluss/arrayvec"
24[package.metadata.docs.rs]
f035d41b 25features = ["serde"]
2c00a5a8
XL
26
27[package.metadata.release]
28no-dev-version = true
f035d41b
XL
29tag-name = "{{version}}"
30[profile.bench]
31debug = true
32
33[profile.release]
34debug = true
2c00a5a8
XL
35
36[[bench]]
37name = "extend"
38harness = false
39
40[[bench]]
41name = "arraystring"
42harness = false
2c00a5a8
XL
43[dependencies.serde]
44version = "1.0"
45optional = true
46default-features = false
47[dev-dependencies.bencher]
48version = "0.1.4"
49
50[dev-dependencies.matches]
51version = "0.1"
52
53[dev-dependencies.serde_test]
54version = "1.0"
55
f035d41b
XL
56[build-dependencies]
57
2c00a5a8 58[features]
f035d41b
XL
59array-sizes-129-255 = []
60array-sizes-33-128 = []
2c00a5a8 61default = ["std"]
2c00a5a8 62std = []
5869c6ff 63unstable-const-fn = []