# 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 = "ilattice" version = "0.4.0" description = "2 and 3-dimensional integer lattice math." readme = "README.md" keywords = [ "vector", "integer", "math", "3D", "morton", ] license = "MIT OR Apache-2.0" repository = "https://github.com/bonsairobo/ilattice-rs" [package.metadata.docs.rs] all-features = true [dependencies.glam] version = "0.24" optional = true [dependencies.morton-encoding] version = "2.0" optional = true [dependencies.rayon] version = "1.7" optional = true [dependencies.rkyv] version = "0.7" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [features] default = ["glam"]