# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "crabslab" version = "0.6.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Slab allocator focused on GPU compute (rust-gpu)" readme = "README.md" keywords = [ "game", "graphics", "shader", "rendering", ] categories = [ "rendering", "game-development", "graphics", ] license = "MIT OR Apache-2.0" repository = "https://github.com/schell/crabslab" [lib] name = "crabslab" path = "src/lib.rs" [dependencies.async-channel] version = "1.8" optional = true [dependencies.bytemuck] version = "1.13.0" optional = true [dependencies.crabslab-derive] version = "0.4.3" [dependencies.futures-lite] version = "1.13" optional = true [dependencies.log] version = "0.4" optional = true [dependencies.snafu] version = "0.7" optional = true [features] default = [ "glam", "futures-lite", ] futures-lite = ["dep:futures-lite"] glam = ["dep:glam"] [target.'cfg(not(target_arch = "spirv"))'.dependencies.glam] version = "0.29" features = ["std"] optional = true default-features = false [target.'cfg(target_arch = "spirv")'.dependencies.glam] version = "0.29" features = ["libm"] optional = true default-features = false [target.'cfg(target_arch = "spirv")'.dependencies.spirv-std] version = "0.9.0"