# 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 = "vdb-rs" version = "0.6.0" authors = ["Traverse-Research "] include = [ "src", "LICENSE", ] description = "OpenVDB manipulation library." homepage = "https://github.com/Traverse-Research/vdb-rs" documentation = "https://docs.rs/vdb-rs" readme = "README.md" keywords = [ "voxel", "vdb", ] categories = ["rendering"] license = "MIT" repository = "https://github.com/Traverse-Research/vdb-rs" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" [profile.dev.package."*"] opt-level = "s" debug = 2 [dependencies.bitflags] version = "2" [dependencies.bitvec] version = "1" [dependencies.blosc-src] version = "0.3.0" features = ["lz4"] [dependencies.bytemuck] version = "1.13" features = ["extern_crate_alloc"] [dependencies.byteorder] version = "1.4" [dependencies.flate2] version = "1" [dependencies.glam] version = ">=0.18,<=0.24" [dependencies.half] version = "2.2.1" features = ["bytemuck"] [dependencies.log] version = "0.4" [dependencies.thiserror] version = "1" [dev-dependencies.bevy] version = "0.11" features = ["bevy_pbr"] default-features = false [dev-dependencies.bevy-aabb-instancing] version = "0.10" [dev-dependencies.bevy_egui] version = "0.22" [dev-dependencies.smooth-bevy-cameras] version = "0.9"