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.
|
|
|
--- lalrpop-0.19.12/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
|
|
+++ lalrpop-0.19.12/Cargo.toml 2023-06-04T17:50:07.579330+00:00
|
|
|
|
@@ -26,16 +26,13 @@
|
|
|
|
categories = ["parsing"]
|
|
|
|
license = "Apache-2.0 OR MIT"
|
|
|
|
repository = "https://github.com/lalrpop/lalrpop"
|
|
|
|
+autobins = false
|
|
|
|
|
|
|
|
[package.metadata.docs.rs]
|
|
|
|
features = ["lexer"]
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
-
|
|
|
|
-[[bin]]
|
|
|
|
-name = "lalrpop"
|
|
|
|
-required-features = ["pico-args"]
|
|
|
|
|
|
|
|
[dependencies.ascii-canvas]
|
|
|
|
version = "3.0"
|
|
|
|
@@ -68,14 +65,9 @@
|
|
|
|
version = "0.6"
|
|
|
|
default_features = false
|
|
|
|
|
|
|
|
-[dependencies.pico-args]
|
|
|
|
-version = "0.4"
|
|
|
|
-optional = true
|
|
|
|
-default_features = false
|
|
|
|
-
|
|
|
|
[dependencies.regex]
|
|
|
|
version = "1"
|
|
|
|
-features = ["std"]
|
|
|
|
+features = ["std", "perf"]
|
|
|
|
default_features = false
|
|
|
|
|
|
|
|
[dependencies.regex-syntax]
|