[package]
edition = "2021"
name = "BREP_reconstruction"
version = "0.2.1"
build = false
include = [
"src/**",
"Cargo.toml",
"README.md",
"LICENSE.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Kernel integration for neutral BREP_RANSAC recognition results"
readme = "README.md"
keywords = [
"cad",
"brep",
"reconstruction",
"mesh",
"step",
]
categories = [
"algorithms",
"graphics",
"mathematics",
]
license-file = "LICENSE.md"
repository = "https://github.com/mmiscool/NURBS_BREP_kernel"
[lib]
name = "brep_reconstruction"
path = "src/lib.rs"
[dependencies.BREP_RANSAC]
version = "0.1.3"
[dependencies.BREP_kernel]
version = "=0.5.0"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.web-time]
version = "1"