--- bindgen-0.59.2/Cargo.toml 1970-01-01T00:00:01+00:00 +++ bindgen-0.59.2/Cargo.toml 2023-01-30T17:43:28.893657+00:00 @@ -24,15 +24,11 @@ categories = ["external-ffi-bindings", "development-tools::ffi"] license = "BSD-3-Clause" repository = "https://github.com/rust-lang/rust-bindgen" +autobins = false [lib] path = "src/lib.rs" -[[bin]] -name = "bindgen" -path = "src/main.rs" -doc = false -required-features = ["clap"] [dependencies.bitflags] version = "1.0.3"