BREP_kernel 0.2.0

A boundary representation (BREP) geometry kernel for building CAD applications.
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_kernel"
version = "0.2.0"
build = false
include = [
    "src/**/*.rs",
    "/Cargo.toml",
    "/README.md",
    "/LICENSE.md",
    "/benches/kernel.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A boundary representation (BREP) geometry kernel for building CAD applications."
readme = "README.md"
keywords = [
    "cad",
    "brep",
    "geometry",
    "nurbs",
    "kernel",
]
categories = [
    "mathematics",
    "graphics",
    "algorithms",
]
license-file = "LICENSE.md"
repository = "https://github.com/mmiscool/NURBS_BREP_kernel"

[features]
parallel = ["dep:rayon"]
wasm-threads = [
    "parallel",
    "dep:wasm-bindgen-rayon",
]

[lib]
name = "brep_kernel"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[bench]]
name = "kernel"
path = "benches/kernel.rs"
harness = false

[dependencies.console_error_panic_hook]
version = "0.1"

[dependencies.rayon]
version = "1"
optional = true

[dependencies.rustc-hash]
version = "2"

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

[dependencies.serde_json]
version = "1"
features = ["preserve_order"]

[dependencies.slotmap]
version = "1"

[dependencies.spade]
version = "=2.15.1"

[dependencies.wasm-bindgen]
version = "0.2"

[dependencies.wasm-bindgen-rayon]
version = "1"
optional = true

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

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
panic = "abort"
overflow-checks = false