# 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 = "mintaka-hal" version = "0.0.3" authors = ["TribuFu "] publish = true description = "Mintaka HAL" license = "MIT" repository = "https://github.com/TribuFu/Engine" [lib] name = "Mintaka_HAL" crate-type = ["rlib"] path = "lib.rs" [dependencies] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.libc] version = "0.2" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.num_cpus] version = "1.13.0" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.rayon] version = "1.5.1" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.sysinfo] version = "0.29.9"