microcad-std 0.3.0

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

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

[dependencies.dirs]
version = "6"

[dependencies.rust-embed]
version = "8.9"

[dependencies.semver]
version = "1.0"
features = ["serde"]

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

[dependencies.thiserror]
version = "2.0"

[dependencies.toml]
version = "0.9"