# 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 = "blade-util" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Utility logic for Blade applications" readme = "README.md" keywords = ["graphics"] license = "MIT" repository = "https://github.com/kvark/blade" [package.metadata.cargo_check_external_types] allowed_external_types = ["blade_graphics::*"] [lib] name = "blade_util" path = "src/lib.rs" [dependencies.blade-graphics] version = "0.5" [dependencies.bytemuck] version = "1" features = ["derive"] [dependencies.log] version = "0.4" [dependencies.profiling] version = "1"