]> git.proxmox.com Git - rustc.git/blame - vendor/smallvec/Cargo.toml
New upstream version 1.64.0+dfsg1
[rustc.git] / vendor / smallvec / Cargo.toml
CommitLineData
0531ce1d
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
064997fb 6# to registry (e.g., crates.io) dependencies.
0531ce1d 7#
064997fb
FG
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.
0531ce1d 11
2c00a5a8 12[package]
60c5eb7d 13edition = "2018"
83c7162d 14name = "smallvec"
064997fb 15version = "1.9.0"
3dfed10e 16authors = ["The Servo Project Developers"]
83c7162d 17description = "'Small vector' optimization: store up to a small number of items on the stack"
f9f354fc 18documentation = "https://docs.rs/smallvec/"
0531ce1d 19readme = "README.md"
83c7162d
XL
20keywords = ["small", "vec", "vector", "stack", "no_std"]
21categories = ["data-structures"]
923072b8 22license = "MIT OR Apache-2.0"
83c7162d 23repository = "https://github.com/servo/rust-smallvec"
c295e0f8
XL
24[package.metadata.docs.rs]
25all-features = true
26rustdoc-args = ["--cfg", "docsrs"]
5099ac24
FG
27[dependencies.arbitrary]
28version = "1"
29optional = true
30
83c7162d
XL
31[dependencies.serde]
32version = "1"
33optional = true
3dfed10e 34default-features = false
83c7162d 35[dev-dependencies.bincode]
8faf50e0 36version = "1.0.1"
0531ce1d
XL
37
38[features]
f9f354fc 39const_generics = []
c295e0f8 40const_new = ["const_generics"]
0731742a
XL
41may_dangle = []
42specialization = []
8faf50e0 43union = []
60c5eb7d 44write = []