]> git.proxmox.com Git - rustc.git/blob - vendor/thin-vec/Cargo.toml
New upstream version 1.67.1+dfsg1
[rustc.git] / vendor / thin-vec / 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 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.
11
12 [package]
13 edition = "2018"
14 name = "thin-vec"
15 version = "0.2.9"
16 authors = ["Aria Beingessner <a.beingessner@gmail.com>"]
17 description = "A vec that takes up less space on the stack"
18 homepage = "https://github.com/gankra/thin-vec"
19 readme = "README.md"
20 license = "MIT/Apache-2.0"
21 repository = "https://github.com/gankra/thin-vec"
22
23 [dependencies.serde]
24 version = "1.0"
25 optional = true
26
27 [dev-dependencies.serde_test]
28 version = "1.0"
29
30 [features]
31 default = []
32 gecko-ffi = []
33 unstable = []