]> git.proxmox.com Git - rustc.git/blob - src/vendor/smallvec/Cargo.toml
New upstream version 1.27.1+dfsg1
[rustc.git] / src / vendor / smallvec / 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 = "smallvec"
15 version = "0.6.0"
16 authors = ["Simon Sapin <simon.sapin@exyr.org>"]
17 description = "'Small vector' optimization: store up to a small number of items on the stack"
18 documentation = "http://doc.servo.org/smallvec/"
19 readme = "README.md"
20 keywords = ["small", "vec", "vector", "stack", "no_std"]
21 categories = ["data-structures"]
22 license = "MPL-2.0"
23 repository = "https://github.com/servo/rust-smallvec"
24
25 [lib]
26 name = "smallvec"
27 path = "lib.rs"
28 [dependencies.serde]
29 version = "1"
30 optional = true
31 [dev-dependencies.bincode]
32 version = "0.8"
33
34 [features]
35 default = ["std"]
36 std = []