[package]
edition = "2021"
name = "cadrum"
version = "0.4.1"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Minimal Rust bindings for OpenCASCADE 7.9.3."
readme = "README.md"
keywords = [
"opencascade",
"cad",
"step",
"b-rep",
"geometry",
]
categories = [
"graphics",
"science",
]
license = "MIT"
repository = "https://github.com/lzpel/cadrum"
[package.metadata.docs.rs]
targets = [
"x86_64-pc-windows-msvc",
"x86_64-unknown-linux-gnu",
]
rustdoc-args = [
"--cfg",
"docsrs",
]
[features]
bundled = []
color = []
default = [
"bundled",
"color",
]
prebuilt = []
[lib]
name = "cadrum"
path = "src/lib.rs"
[[example]]
name = "box"
path = "examples/box.rs"
[[example]]
name = "chijin"
path = "examples/chijin.rs"
[[example]]
name = "stretch"
path = "examples/stretch.rs"
[[test]]
name = "face"
path = "tests/face.rs"
[[test]]
name = "integration"
path = "tests/integration.rs"
[[test]]
name = "integration_color"
path = "tests/integration_color.rs"
[[test]]
name = "integration_color_brep"
path = "tests/integration_color_brep.rs"
[[test]]
name = "integration_color_step"
path = "tests/integration_color_step.rs"
[[test]]
name = "shape"
path = "tests/shape.rs"
[[test]]
name = "svg"
path = "tests/svg.rs"
[[test]]
name = "utils"
path = "tests/utils.rs"
[dependencies.cxx]
version = "1"
[dependencies.glam]
version = "0.29"
features = ["std"]
[build-dependencies.cmake]
version = "0.1"
[build-dependencies.cxx-build]
version = "1"
[build-dependencies.libflate]
version = "2"
[build-dependencies.tar]
version = "0.4"
[build-dependencies.ureq]
version = "3"