Bug 1893155 - Part 6: Correct constant for minimum epoch day. r=spidermonkey-reviewer...
[gecko.git] / third_party / rust / arrayvec / Cargo.toml
blob54b00740c16263008d87f5b9b46a7a74898592e5
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
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
6 # to registry (e.g., crates.io) dependencies.
8 # If you are reading this file be aware that the original Cargo.toml
9 # will likely look very different (and much more reasonable).
10 # See Cargo.toml.orig for the original contents.
12 [package]
13 edition = "2018"
14 name = "arrayvec"
15 version = "0.7.2"
16 authors = ["bluss"]
17 description = "A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString."
18 documentation = "https://docs.rs/arrayvec/"
19 keywords = ["stack", "vector", "array", "data-structure", "no_std"]
20 categories = ["data-structures", "no-std"]
21 license = "MIT OR Apache-2.0"
22 repository = "https://github.com/bluss/arrayvec"
23 [package.metadata.docs.rs]
24 features = ["serde"]
26 [package.metadata.release]
27 no-dev-version = true
28 tag-name = "{{version}}"
29 [profile.bench]
30 debug = true
32 [profile.release]
33 debug = true
35 [[bench]]
36 name = "extend"
37 harness = false
39 [[bench]]
40 name = "arraystring"
41 harness = false
42 [dependencies.serde]
43 version = "1.0"
44 optional = true
45 default-features = false
46 [dev-dependencies.bencher]
47 version = "0.1.4"
49 [dev-dependencies.matches]
50 version = "0.1"
52 [dev-dependencies.serde_test]
53 version = "1.0"
55 [build-dependencies]
57 [features]
58 default = ["std"]
59 std = []