[package] name = "compile_ops" version = "0.1.3" # remember to change html root url authors = ["Dang "] edition = "2018" description = "Compile time operations to not affect your performance and constness with ecuations you can encode." license = "Unlicense" readme = "README.md" categories = ["no-std"] keywords = ["compiled", "equations", "operations", "macros", "arithmetica"] repository = "https://github.com/NonNullableName/compile_ops/" [lib] proc-macro = true [dependencies]