BREP_reconstruction 0.2.1

Kernel integration for neutral BREP_RANSAC recognition results
Documentation
# 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 = "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"