[package] name = "constrainer" version = "0.0.2" edition = "2021" authors = ["Clayton Hickey "] 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 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] proc-macro2 = "1.0" syn = "1.0" quote = "1.0" indexmap = "1.7"