# 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 = "crater-rs" version = "0.1.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library of solid modeling primitives and operations" readme = "README.md" keywords = [ "3d", "solid", "csg", "constructive", "geometry", ] license = "MIT" repository = "https://gitlab.com/games1122013/crater.rs" [package.metadata.release] pre-release-commit-message = "chore: prepare for release [skip ci]" pre-release-hook = ["./scripts/pre-release.sh"] publish = true push = true [profile.bench] debug = 2 [profile.release] debug = 2 [lib] name = "crater" path = "src/lib.rs" bench = false [[bin]] name = "crater" path = "src/bin/crater.rs" [[example]] name = "csg" path = "examples/csg.rs" [[example]] name = "heart" path = "examples/heart.rs" [[example]] name = "tori" path = "examples/tori.rs" [[bench]] name = "csg_bench" path = "benches/csg_bench.rs" harness = false [dependencies.anyhow] version = "1.0.89" [dependencies.cgmath] version = "0.18.0" features = ["serde"] [dependencies.clap] version = "4.5" features = [ "derive", "color", ] [dependencies.evalexpr] version = "11.3.0" [dependencies.itertools] version = "0.13.0" [dependencies.num] version = "0.4.3" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.10.0" [dependencies.rstest] version = "0.23.0" [dependencies.santiago] version = "1.3.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.serde_yaml] version = "0.9.34" [dependencies.thiserror] version = "1.0.63" [dependencies.tracing] version = "0.1.40" [dev-dependencies.criterion] version = "0.5.1"