microcad-import 0.4.0

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

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

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

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

[dependencies.microcad-lang-base]
version = "0.4.0"

[dependencies.miette]
version = "7.6.0"

[dependencies.serde]
version = "1"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.toml]
version = "0.9"

[lints.clippy]
unwrap_used = "warn"

[lints.rust]
missing_docs = "warn"