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