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]
13edition = "2021"
14rust-version = "1.59.0"
15name = "ash"
16version = "0.37.3+1.3.251"
17authors = [
18    "Maik Klein <[email protected]>",
19    "Benjamin Saunders <[email protected]>",
20    "Marijn Suijten <[email protected]>",
21]
22description = "Vulkan bindings for Rust"
23documentation = "https://docs.rs/ash"
24readme = "README.md"
25keywords = [
26    "vulkan",
27    "graphic",
28]
29license = "MIT OR Apache-2.0"
30repository = "https://github.com/MaikKlein/ash"
31resolver = "1"
32
33[package.metadata.docs.rs]
34all-features = true
35rustdoc-args = [
36    "--cfg",
37    "docsrs",
38]
39
40[package.metadata.release]
41no-dev-version = true
42
43[dependencies.libloading]
44version = "0.7"
45optional = true
46
47[features]
48debug = []
49default = [
50    "loaded",
51    "debug",
52]
53linked = []
54loaded = ["libloading"]
55