1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
[package] name = "lower" version = "0.1.3" authors = ["bend-n <[email protected]>"] description = "desugar math where the compiler wont" edition = "2021" repository = "https://github.com/bend-n/lower-plus.git" license = "MIT" [dependencies] lower-macros = "0.1.0" [features] default = ["modules"] modules = [] [package.metadata.docs.rs] all-features = true