[package] name = "x" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] win32 = [] no_relocs = [] [dependencies] xgen = { path = "proc_macro"} libm = { version = "0.2.8", optional = true }