Cargo Features

gen_layouts_sys has no features set by default.

[dependencies]
gen_layouts_sys = { version = "0.3.0", features = ["generate"] }
generate = bindgen, proc-macro2, quote, regex, syn

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

bindgen build generate?

Enables bindgen ^0.46

proc-macro2 build generate?

Enables proc-macro2 ^0.4

quote build generate?

Enables quote ^0.6

regex build generate?
syn build generate?

Enables syn ^0.15