microcad-export 0.3.0

µcad export
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-export"
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 export"
homepage = "https://microcad.xyz"
documentation = "https://docs.rs/microcad-export"
readme = "README.md"
license = "AGPL-3.0-or-later"
repository = "https://codeberg.org/microcad/microcad"
resolver = "2"

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

[dependencies.cgmath]
version = "0.18"

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

[dependencies.env_logger]
version = "0.11"

[dependencies.geo]
version = "0.32"

[dependencies.log]
version = "0.4"

[dependencies.microcad-core]
version = "0.3.0"

[dependencies.microcad-lang]
version = "0.3.0"

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.wkt]
version = "0.14"

[lints.clippy]
unwrap_used = "warn"

[lints.rust]
missing_docs = "warn"