# 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.70.0" name = "krnl-core" version = "0.1.1" authors = ["Charles R Earp "] publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Core library for krnl." homepage = "https://github.com/charles-r-earp/krnl" documentation = "https://docs.rs/krnl" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/charles-r-earp/krnl" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "doc_cfg", ] [dependencies.dry] version = "0.1.1" [dependencies.krnl-macros] version = "=0.1.1" [dependencies.paste] version = "1.0.7" [dependencies.spirv-std] version = "=0.9.0" [features] serde = [ "dep:serde", "half/serde", ] [target."cfg(not(target_arch = \"spirv\"))".dependencies.bytemuck] version = "1.13.1" [target."cfg(not(target_arch = \"spirv\"))".dependencies.derive_more] version = "0.99.11" features = [ "display", "is_variant", ] default-features = false [target."cfg(not(target_arch = \"spirv\"))".dependencies.half] version = "2.1.0" features = [ "num-traits", "bytemuck", ] default-features = false [target."cfg(not(target_arch = \"spirv\"))".dependencies.num-traits] version = "0.2.14" default-features = false [target."cfg(not(target_arch = \"spirv\"))".dependencies.paste] version = "1.0.7" [target."cfg(not(target_arch = \"spirv\"))".dependencies.serde] version = "1.0.143" features = ["derive"] optional = true [target."cfg(not(target_arch = \"spirv\"))".dependencies.thiserror] version = "1.0.32" [target."cfg(target_arch = \"spirv\")".dependencies.half] version = "2.1.0" features = ["num-traits"] default-features = false [target."cfg(target_arch = \"spirv\")".dependencies.num-traits] version = "0.2.14" features = ["libm"] default-features = false