You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
688 B
39 lines
688 B
--- cbindgen-0.26.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ cbindgen-0.26.0/Cargo.toml 2024-10-09T19:33:13.198852+00:00
|
|
@@ -34,23 +34,14 @@
|
|
]
|
|
license = "MPL-2.0"
|
|
repository = "https://github.com/mozilla/cbindgen"
|
|
+autobins = false
|
|
|
|
[lib]
|
|
name = "cbindgen"
|
|
path = "src/lib.rs"
|
|
|
|
-[[bin]]
|
|
-name = "cbindgen"
|
|
-path = "src/main.rs"
|
|
-doc = false
|
|
-required-features = ["clap"]
|
|
-
|
|
-[dependencies.clap]
|
|
-version = "3.1"
|
|
-optional = true
|
|
-
|
|
[dependencies.heck]
|
|
-version = "0.4"
|
|
+version = "0.5"
|
|
|
|
[dependencies.indexmap]
|
|
version = "1"
|
|
@@ -91,7 +82,7 @@
|
|
version = "0.5"
|
|
|
|
[dev-dependencies.serial_test]
|
|
-version = "0.5.0"
|
|
+version = "3.1"
|
|
|
|
[features]
|
|
-default = ["clap"]
|
|
+default = []
|