Bug 1913305 - Add test. r=mtigley
[gecko.git] / third_party / rust / generic-array / Cargo.toml
blobf04fc7bf7362e4f2b3cb2f871a2be5fcfaa4c548
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 name = "generic-array"
14 version = "0.14.6"
15 authors = [
16     "Bartłomiej Kamiński <fizyk20@gmail.com>",
17     "Aaron Trent <novacrazy@gmail.com>",
19 include = [
20     "src/**/*",
21     "LICENSE",
22     "README.md",
23     "CHANGELOG.md",
24     "build.rs",
26 description = "Generic types implementing functionality of arrays"
27 documentation = "http://fizyk20.github.io/generic-array/generic_array/"
28 readme = "README.md"
29 keywords = [
30     "generic",
31     "array",
33 categories = [
34     "data-structures",
35     "no-std",
37 license = "MIT"
38 repository = "https://github.com/fizyk20/generic-array.git"
40 [package.metadata.docs.rs]
41 features = [
42     "serde",
43     "zeroize",
46 [lib]
47 name = "generic_array"
49 [dependencies.serde]
50 version = "1.0"
51 optional = true
52 default-features = false
54 [dependencies.typenum]
55 version = "1.12"
57 [dependencies.zeroize]
58 version = "1"
59 optional = true
60 default-features = false
62 [dev-dependencies.bincode]
63 version = "1.0"
65 [dev-dependencies.serde_json]
66 version = "1.0"
68 [build-dependencies.version_check]
69 version = "0.9"
71 [features]
72 more_lengths = []
74 [badges.travis-ci]
75 repository = "fizyk20/generic-array"