unitforge_macros 0.4.1

Proc macros for generating units, quantities, and Python bindings in unitforge
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 = "2021"
name = "unitforge_macros"
version = "0.4.1"
authors = [
    "Dr.Q team <info@askdrq.com>",
    "Henrik Stromberg <henrik@askdrq.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Proc macros for generating units, quantities, and Python bindings in unitforge"
readme = false
keywords = [
    "units",
    "quantities",
    "simulation",
    "physics",
]
license = "MIT"
repository = "https://gitlab.com/henrikjstromberg/unitforge"

[lib]
name = "unitforge_macros"
path = "src/lib.rs"
proc-macro = true

[dependencies.regex]
version = "1.11.1"