# 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 = "implicit3d" version = "0.14.2" authors = ["Henning Meyer "] description = "3d implicit geometry." readme = "README.md" keywords = ["implict", "3d", "round", "csg", "primitives"] license = "Apache-2.0 OR MIT" repository = "https://github.com/hmeyer/implicit3d" [lib] name = "implicit3d" path = "src/lib.rs" [[bench]] name = "objects" path = "src/benches/objects.rs" harness = false [dependencies.alga] version = "0.9" [dependencies.bbox] version = "0.11" [dependencies.nalgebra] version = "0.22" [dependencies.num-traits] version = "0.2" [dependencies.stl_io] version = "0.5" [dev-dependencies.approx] version = "0.3" [dev-dependencies.bencher] version = "0.1" [badges.codecov] branch = "master" repository = "hmeyer/implicit3d" service = "github" [badges.travis-ci] branch = "master" repository = "hmeyer/implicit3d"