# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "building_blocks_core" version = "0.7.1" authors = ["Duncan "] description = "The core data types for defining 2D and 3D integer lattices." keywords = ["voxel"] license = "MIT" repository = "https://github.com/bonsairobo/building-blocks" [package.metadata.docs.rs] all-features = true [dependencies.glam] version = "0.13.0" optional = true [dependencies.itertools] version = "0.9" [dependencies.mint] version = "0.5.0" optional = true [dependencies.nalgebra] version = "0.27" optional = true [dependencies.num] version = "0.3" [dependencies.sdfu] version = "0.3" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [features] default = []