Bug 1608150 [wpt PR 21112] - Add missing space in `./wpt lint` command line docs...
[gecko.git] / third_party / rust / once_cell / Cargo.toml
bloba2d04d52e1f6010907e836d7d20d67fe833def06
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
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
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)
13 [package]
14 edition = "2018"
15 name = "once_cell"
16 version = "1.2.0"
17 authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
18 exclude = ["*.png", "*.svg", "/Cargo.lock.min", "/.travis.yml", "/run-miri-tests.sh", "rustfmt.toml"]
19 description = "Single assignment cells and lazy values."
20 documentation = "https://docs.rs/once_cell"
21 readme = "README.md"
22 keywords = ["lazy", "static"]
23 categories = ["rust-patterns", "memory-management"]
24 license = "MIT OR Apache-2.0"
25 repository = "https://github.com/matklad/once_cell"
27 [[example]]
28 name = "reentrant_init_deadlocks"
29 required-features = ["std"]
31 [[example]]
32 name = "bench"
33 required-features = ["std"]
35 [[example]]
36 name = "bench_vs_lazy_static"
37 required-features = ["std"]
39 [[example]]
40 name = "lazy_static"
41 required-features = ["std"]
43 [[example]]
44 name = "regex"
45 required-features = ["std"]
46 [dependencies.parking_lot]
47 version = "0.9.0"
48 optional = true
49 default_features = false
50 [dev-dependencies.crossbeam-utils]
51 version = "0.6.0"
53 [dev-dependencies.lazy_static]
54 version = "1.0.0"
56 [dev-dependencies.regex]
57 version = "1.2.0"
59 [features]
60 default = ["std"]
61 std = []