221 lines
3.9 KiB
TOML
221 lines
3.9 KiB
TOML
# 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"
|
|
rust-version = "1.68.2"
|
|
name = "encase"
|
|
version = "0.10.0"
|
|
build = false
|
|
autobins = false
|
|
autoexamples = false
|
|
autotests = false
|
|
autobenches = false
|
|
description = "Provides a mechanism to lay out data into GPU buffers ensuring WGSL's memory layout requirements are met"
|
|
documentation = "https://docs.rs/encase"
|
|
readme = "README.md"
|
|
keywords = [
|
|
"wgsl",
|
|
"wgpu",
|
|
]
|
|
categories = ["rendering"]
|
|
license = "MIT-0"
|
|
repository = "https://github.com/teoxoy/encase"
|
|
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|
|
|
|
[profile.bench]
|
|
lto = "thin"
|
|
codegen-units = 1
|
|
|
|
[lib]
|
|
name = "encase"
|
|
path = "src/lib.rs"
|
|
|
|
[[test]]
|
|
name = "assert_uniform_compat_fail"
|
|
path = "tests/assert_uniform_compat_fail.rs"
|
|
|
|
[[test]]
|
|
name = "assert_uniform_compat_success"
|
|
path = "tests/assert_uniform_compat_success.rs"
|
|
|
|
[[test]]
|
|
name = "errors"
|
|
path = "tests/errors.rs"
|
|
|
|
[[test]]
|
|
name = "general"
|
|
path = "tests/general.rs"
|
|
|
|
[[test]]
|
|
name = "hygiene"
|
|
path = "tests/hygiene.rs"
|
|
|
|
[[test]]
|
|
name = "metadata"
|
|
path = "tests/metadata.rs"
|
|
|
|
[[test]]
|
|
name = "trybuild"
|
|
path = "tests/trybuild.rs"
|
|
|
|
[[test]]
|
|
name = "uniform"
|
|
path = "tests/uniform.rs"
|
|
|
|
[[test]]
|
|
name = "wgpu"
|
|
path = "tests/wgpu.rs"
|
|
|
|
[[bench]]
|
|
name = "throughput"
|
|
path = "benches/throughput.rs"
|
|
harness = false
|
|
|
|
[dependencies.archery]
|
|
version = "1"
|
|
optional = true
|
|
default-features = false
|
|
|
|
[dependencies.arrayvec]
|
|
version = "0.7"
|
|
optional = true
|
|
default-features = false
|
|
|
|
[dependencies.cgmath]
|
|
version = "0.18"
|
|
optional = true
|
|
default-features = false
|
|
|
|
[dependencies.const_panic]
|
|
version = "0.2"
|
|
default-features = false
|
|
|
|
[dependencies.encase_derive]
|
|
version = "=0.10.0"
|
|
|
|
[dependencies.glam]
|
|
version = "0.29"
|
|
features = ["std"]
|
|
optional = true
|
|
default-features = false
|
|
|
|
[dependencies.im]
|
|
version = "15"
|
|
optional = true
|
|
default-features = false
|
|
|
|
[dependencies.im-rc]
|
|
version = "15"
|
|
optional = true
|
|
default-features = false
|
|
|
|
[dependencies.imbl]
|
|
version = "3"
|
|
optional = true
|
|
default-features = false
|
|
|
|
[dependencies.mint]
|
|
version = "0.5.9"
|
|
optional = true
|
|
default-features = false
|
|
|
|
[dependencies.nalgebra]
|
|
version = "0.33"
|
|
optional = true
|
|
default-features = false
|
|
|
|
[dependencies.ndarray]
|
|
version = "0.15"
|
|
optional = true
|
|
default-features = false
|
|
|
|
[dependencies.rpds]
|
|
version = "1"
|
|
optional = true
|
|
default-features = false
|
|
|
|
[dependencies.smallvec]
|
|
version = "1.8.0"
|
|
features = ["const_generics"]
|
|
optional = true
|
|
default-features = false
|
|
|
|
[dependencies.static-rc]
|
|
version = "0.6"
|
|
features = ["alloc"]
|
|
optional = true
|
|
default-features = false
|
|
|
|
[dependencies.thiserror]
|
|
version = "1"
|
|
default-features = false
|
|
|
|
[dependencies.tinyvec]
|
|
version = "1.4"
|
|
features = [
|
|
"rustc_1_55",
|
|
"alloc",
|
|
]
|
|
optional = true
|
|
default-features = false
|
|
|
|
[dependencies.ultraviolet]
|
|
version = "0.9"
|
|
features = ["int"]
|
|
optional = true
|
|
default-features = false
|
|
|
|
[dependencies.vek]
|
|
version = "0.17"
|
|
optional = true
|
|
default-features = false
|
|
|
|
[dev-dependencies.criterion]
|
|
version = "0.4"
|
|
features = [
|
|
"cargo_bench_support",
|
|
"html_reports",
|
|
]
|
|
default-features = false
|
|
|
|
[dev-dependencies.futures]
|
|
version = "0.3"
|
|
features = ["executor"]
|
|
default-features = false
|
|
|
|
[dev-dependencies.mimalloc]
|
|
version = "0.1"
|
|
default-features = false
|
|
|
|
[dev-dependencies.pprof]
|
|
version = "0.11"
|
|
features = [
|
|
"criterion",
|
|
"flamegraph",
|
|
]
|
|
default-features = false
|
|
|
|
[dev-dependencies.rand]
|
|
version = "0.8"
|
|
features = ["std_rng"]
|
|
default-features = false
|
|
|
|
[dev-dependencies.trybuild]
|
|
version = "1"
|
|
default-features = false
|
|
|
|
[dev-dependencies.wgpu]
|
|
version = "22.0.0"
|
|
features = ["wgsl"]
|