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.
41 lines
784 B
41 lines
784 B
--- lalrpop-0.20.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ lalrpop-0.20.0/Cargo.toml 2023-11-02T15:10:45.569041+00:00
|
|
@@ -28,16 +28,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,11 +65,6 @@
|
|
|
|
[dependencies.petgraph]
|
|
version = "0.6"
|
|
-default_features = false
|
|
-
|
|
-[dependencies.pico-args]
|
|
-version = "0.5"
|
|
-optional = true
|
|
default_features = false
|
|
|
|
[dependencies.regex]
|
|
@@ -107,7 +99,6 @@
|
|
default = [
|
|
"lexer",
|
|
"unicode",
|
|
- "pico-args",
|
|
]
|
|
lexer = ["lalrpop-util/lexer"]
|
|
unicode = [
|