# 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 = "shape-core" version = "0.1.17" authors = ["Aster <192607617@qq.com>"] description = "Definition of geometry shapes" documentation = "https://docs.rs/shape-core" readme = "readme.md" license = "MPL-2.0" repository = "https://github.com/oovm/shape-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--html-in-header", "./src/katex.html", ] [dependencies.color-core] version = "0.1.6" [dependencies.distantia] version = "0.0.0" [dependencies.itertools] version = "0.12.0" [dependencies.num-traits] version = "0.2.17" [dependencies.projective] version = "0.3.0" [dependencies.rand] version = "0.8.5" optional = true [dependencies.serde] version = "1.0.189" features = ["derive"] optional = true [dependencies.wolfram-expr] version = "0.1.4" optional = true [dev-dependencies] [features] default = []