]> git.proxmox.com Git - rustc.git/blob - vendor/generic-array-0.12.4/Cargo.toml
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / vendor / generic-array-0.12.4 / Cargo.toml
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
6 # to registry (e.g., crates.io) dependencies
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]
14 name = "generic-array"
15 version = "0.12.4"
16 authors = ["Bartłomiej Kamiński <fizyk20@gmail.com>", "Aaron Trent <novacrazy@gmail.com>"]
17 description = "Generic types implementing functionality of arrays"
18 documentation = "http://fizyk20.github.io/generic-array/generic_array/"
19 readme = "README.md"
20 keywords = ["generic", "array"]
21 categories = ["data-structures", "no-std"]
22 license = "MIT"
23 repository = "https://github.com/fizyk20/generic-array.git"
24
25 [lib]
26 name = "generic_array"
27 [dependencies.serde]
28 version = "1.0"
29 optional = true
30 default-features = false
31
32 [dependencies.typenum]
33 version = "1.10"
34 [dev-dependencies.bincode]
35 version = "1.0"
36
37 [dev-dependencies.serde_json]
38 version = "1.0"
39 [badges.travis-ci]
40 repository = "fizyk20/generic-array"