# 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 = "scad_tree" version = "0.4.2" authors = ["Michael H. Phillips "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Generate OpenSCAD code from Rust." documentation = "https://docs.rs/scad_tree" readme = "README.md" keywords = [ "csg", "openscad", "stl", ] license = "MIT" repository = "https://github.com/mrclean71774/scad_tree" [lib] name = "scad_tree" path = "src/lib.rs" [[example]] name = "bezier_star_sweep" path = "examples/bezier_star_sweep.rs" [[example]] name = "bottle" path = "examples/bottle.rs" [[example]] name = "cup" path = "examples/cup.rs" [[example]] name = "k40_air_assist" path = "examples/k40_air_assist.rs" [[example]] name = "loft" path = "examples/loft.rs" [[example]] name = "scad_tree" path = "examples/scad_tree.rs" [[example]] name = "view_cubic_bezier_chain" path = "examples/view_cubic_bezier_chain.rs" [dependencies.scad_tree_math] version = "0.1.x"