# 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 = "slvs" version = "0.6.0" exclude = ["solvespace/**"] include = [ "solvespace/extlib/eigen/Eigen/**", "solvespace/extlib/mimalloc/include/**", "solvespace/extlib/mimalloc/src/**", "solvespace/include/**", "solvespace/src/**", ".gitignore", ".gitmodules", "README.md", "build.rs", "src/**", ] description = "Rust wrapper for the SolveSpace constraint solver library." readme = "README.md" keywords = [ "geometry", "cad", "constraint_solver", ] categories = [ "api-bindings", "graphics", "mathematics", ] license = "GPL-3.0" repository = "https://github.com/thekakkun/rust_slvs" [dependencies.euclid] version = "0.22.9" [dependencies.serde] version = "1.0" features = ["derive"] [build-dependencies.bindgen] version = "0.64.0" [build-dependencies.cc] version = "1.0.79" [build-dependencies.dunce] version = "1.0.3"