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