[package]
name = "constrainer"
version = "0.0.2"
edition = "2021"
authors = ["Clayton Hickey <clayton@claytondoesthings.xyz>"]
documentation = "https://docs.rs/constrainer"
readme = "README.md"
homepage = "https://crates.io/crates/constrainer"
license = "MIT"
repository = "https://github.com/clay53/constrainer"
description = "An attempt to bring CAD concepts of constraints to variables in order to significantly reduce redundant instructions."
[lib]
proc-macro = true
[dependencies]
proc-macro2 = "1.0"
syn = "1.0"
quote = "1.0"
indexmap = "1.7"