BREP_RANSAC 0.1.3

Topology-aware analytic surface recognition for CAD triangle meshes
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_RANSAC"
version = "0.1.3"
build = false
include = [
    "src/**",
    "Cargo.toml",
    "README.md",
    "LICENSE.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Topology-aware analytic surface recognition for CAD triangle meshes"
readme = "README.md"
keywords = [
    "cad",
    "ransac",
    "mesh",
    "recognition",
    "geometry",
]
categories = [
    "algorithms",
    "graphics",
    "mathematics",
]
license-file = "LICENSE.md"
repository = "https://github.com/mmiscool/NURBS_BREP_kernel"

[lib]
name = "brep_ransac"
path = "src/lib.rs"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.web-time]
version = "1"

[profile.release]
opt-level = 3
lto = "thin"
codegen-units = 1