# 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 = "chair" version = "0.4.0" description = "An efficient binary mesh format which is both small and extremely fast to read." readme = "README.md" keywords = ["mesh"] categories = ["graphics"] license = "GPL-3.0-or-later" repository = "https://gitgud.io/deltanedas/chair" [dependencies.bytemuck] version = "1" features = ["derive"] [dependencies.byteorder] version = "1" optional = true [dependencies.enumflags2] version = "0.7.8" [dependencies.log] version = "0.4" optional = true [dependencies.thiserror] version = "1" optional = true [dependencies.wgpu] version = "0.19" optional = true [features] default = [ "io", "mesh", "vertex-impls", ] io = [ "dep:byteorder", "dep:log", "dep:thiserror", ] mesh = ["dep:wgpu"] vertex-impls = []