# 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 = "libfive" version = "0.3.1" authors = ["Moritz Moeller "] description = "Tools for solid modeling, especially suited for parametric and procedural design." homepage = "https://libfive.com/" documentation = "https://docs.rs/libfive/" readme = "README.md" keywords = [ "3d", "geometry", "graphics", "parametric", "procedural", ] categories = [ "graphics", "mathematics", "multimedia", "rendering", ] license = "MPL-2.0" repository = "https://github.com/virtualritz/libfive-rs/" [dependencies.ahash] version = "0.8" optional = true [dependencies.derive_more] version = "0.99" [dependencies.libfive-sys] version = "0.3" [features] default = [ "ahash", "stdlib", ] packed_opcodes = ["libfive-sys/packed_opcodes"] stdlib = []