microcad-core 0.3.0

µcad core
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 = "2024"
rust-version = "1.85"
name = "microcad-core"
version = "0.3.0"
authors = [
    "Michael Winkelmann (michael@winkelmann.site)",
    "Patrick Hoffmann (p.hoffmann@berlin.de)",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "µcad core"
homepage = "https://microcad.xyz"
documentation = "https://docs.rs/microcad-core"
readme = "README.md"
license = "AGPL-3.0-or-later"
repository = "https://codeberg.org/microcad/microcad"
resolver = "2"

[lib]
name = "microcad_core"
path = "lib.rs"

[dependencies.bytemuck]
version = "1.24.0"

[dependencies.cgmath]
version = "0.18"
features = ["serde"]

[dependencies.derive_more]
version = "2"
features = [
    "deref",
    "deref_mut",
    "from",
]

[dependencies.geo]
version = "0.32"
features = ["use-serde"]

[dependencies.log]
version = "0.4"

[dependencies.manifold-rs]
version = "0.6.4"

[dependencies.miette]
version = "7.6.0"

[dependencies.strum]
version = "0.27"
features = ["derive"]

[dependencies.thiserror]
version = "2.0"

[dependencies.toml]
version = "0.9"

[lints.clippy]
unwrap_used = "warn"

[lints.rust]
missing_docs = "warn"