Bug 1888590 - Mark some subtests on trusted-types-event-handlers.html as failing...
[gecko.git] / third_party / rust / gpu-descriptor / Cargo.toml
blob1f8ff2851c1794964b637b92c585c51fa3158b13
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 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.
12 [package]
13 edition = "2018"
14 name = "gpu-descriptor"
15 version = "0.2.3"
16 authors = ["Zakarum <zakarumych@ya.ru>"]
17 description = "Implementation agnostic descriptor allocator for Vulkan like APIs"
18 homepage = "https://github.com/zakarumych/gpu-descriptor"
19 documentation = "https://docs.rs/gpu-descriptor"
20 readme = "../README.md"
21 keywords = [
22     "gpu",
23     "vulkan",
24     "no-std",
26 license = "MIT OR Apache-2.0"
27 repository = "https://github.com/zakarumych/gpu-descriptor"
29 [dependencies.bitflags]
30 version = "1.2"
31 default-features = false
33 [dependencies.gpu-descriptor-types]
34 version = "0.1"
36 [dependencies.hashbrown]
37 version = "0.12"
39 [dependencies.serde]
40 version = "1.0"
41 features = ["derive"]
42 optional = true
43 default-features = false
45 [dependencies.tracing]
46 version = "0.1"
47 optional = true
48 default-features = false
50 [features]
51 default = ["std"]
52 std = []