mozilla / cbindgen

A project for generating C bindings from Rust code
Mozilla Public License 2.0
2.29k stars 294 forks source link

Make `toml` optional for build scripts #895

Closed Shatur closed 8 months ago

Shatur commented 8 months ago

toml is currently a required dependency. But it would be great to make it optional as it's done for clap.

Shatur commented 8 months ago

Oh, you have to read Cargo.toml anyway.