# 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 = "csg_surface_distance" version = "0.1.0" authors = ["Jonathan Shimwell "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A package for calculating distance along a given vector between a point and a constructive solid geometry surface" homepage = "https://github.com/fusion-energy/csg_surface_distance" documentation = "https://github.com/fusion-energy/csg_surface_distance" readme = "README.md" keywords = [ "csg", "distance", "surface", "transport", ] license = "MIT" repository = "https://github.com/fusion-energy/csg_surface_distance" [lib] name = "csg_surface_distance" path = "src/lib.rs"