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.
143 lines
2.4 KiB
143 lines
2.4 KiB
1 year ago
|
--- winnow-0.4.11/Cargo.toml 1970-01-01T00:00:01+00:00
|
||
|
+++ winnow-0.4.11/Cargo.toml 2023-09-13T20:29:21.509385+00:00
|
||
|
@@ -83,117 +83,10 @@
|
||
|
[Unreleased]: https://github.com/winnow-rs/winnow/compare/{{tag_name}}...HEAD"""
|
||
|
search = "<!-- next-url -->"
|
||
|
|
||
|
-[profile.bench]
|
||
|
-lto = true
|
||
|
-codegen-units = 1
|
||
|
-debug = 2
|
||
|
-
|
||
|
-[[example]]
|
||
|
-name = "arithmetic"
|
||
|
-test = true
|
||
|
-required-features = ["alloc"]
|
||
|
-
|
||
|
-[[example]]
|
||
|
-name = "css"
|
||
|
-test = true
|
||
|
-required-features = ["alloc"]
|
||
|
-
|
||
|
-[[example]]
|
||
|
-name = "custom_error"
|
||
|
-test = true
|
||
|
-required-features = ["alloc"]
|
||
|
-
|
||
|
-[[example]]
|
||
|
-name = "http"
|
||
|
-required-features = ["alloc"]
|
||
|
-
|
||
|
-[[example]]
|
||
|
-name = "ini"
|
||
|
-test = true
|
||
|
-required-features = ["std"]
|
||
|
-
|
||
|
-[[example]]
|
||
|
-name = "json"
|
||
|
-test = true
|
||
|
-required-features = ["std"]
|
||
|
-
|
||
|
-[[example]]
|
||
|
-name = "ndjson"
|
||
|
-test = true
|
||
|
-required-features = ["std"]
|
||
|
-
|
||
|
-[[example]]
|
||
|
-name = "json_iterator"
|
||
|
-required-features = ["std"]
|
||
|
-
|
||
|
-[[example]]
|
||
|
-name = "iterator"
|
||
|
-
|
||
|
-[[example]]
|
||
|
-name = "s_expression"
|
||
|
-required-features = ["alloc"]
|
||
|
-
|
||
|
-[[example]]
|
||
|
-name = "string"
|
||
|
-required-features = ["alloc"]
|
||
|
-
|
||
|
-[[bench]]
|
||
|
-name = "arithmetic"
|
||
|
-path = "examples/arithmetic/bench.rs"
|
||
|
-harness = false
|
||
|
-
|
||
|
-[[bench]]
|
||
|
-name = "contains_token"
|
||
|
-harness = false
|
||
|
-
|
||
|
-[[bench]]
|
||
|
-name = "number"
|
||
|
-harness = false
|
||
|
-
|
||
|
-[[bench]]
|
||
|
-name = "http"
|
||
|
-path = "examples/http/bench.rs"
|
||
|
-harness = false
|
||
|
-required-features = ["alloc"]
|
||
|
-
|
||
|
-[[bench]]
|
||
|
-name = "ini"
|
||
|
-path = "examples/ini/bench.rs"
|
||
|
-harness = false
|
||
|
-required-features = ["std"]
|
||
|
-
|
||
|
-[[bench]]
|
||
|
-name = "json"
|
||
|
-path = "examples/json/bench.rs"
|
||
|
-harness = false
|
||
|
-required-features = ["std"]
|
||
|
-
|
||
|
-[dependencies.anstyle]
|
||
|
-version = "0.3.5"
|
||
|
-optional = true
|
||
|
-
|
||
|
-[dependencies.anstyle-stream]
|
||
|
-version = "0.2.2"
|
||
|
-optional = true
|
||
|
-
|
||
|
-[dependencies.is-terminal]
|
||
|
-version = "0.4.7"
|
||
|
-optional = true
|
||
|
-
|
||
|
[dependencies.memchr]
|
||
|
version = "2.5"
|
||
|
optional = true
|
||
|
default-features = false
|
||
|
-
|
||
|
-[dependencies.terminal_size]
|
||
|
-version = "0.2.6"
|
||
|
-optional = true
|
||
|
-
|
||
|
-[dev-dependencies.circular]
|
||
|
-version = "0.3.0"
|
||
|
-
|
||
|
-[dev-dependencies.criterion]
|
||
|
-version = "0.3.6"
|
||
|
|
||
|
[dev-dependencies.doc-comment]
|
||
|
version = "0.3"
|
||
|
@@ -207,21 +100,8 @@
|
||
|
[dev-dependencies.proptest]
|
||
|
version = "1.2.0"
|
||
|
|
||
|
-[dev-dependencies.snapbox]
|
||
|
-version = "0.4.11"
|
||
|
-features = ["examples"]
|
||
|
-
|
||
|
-[dev-dependencies.term-transcript]
|
||
|
-version = "0.2.0"
|
||
|
-
|
||
|
[features]
|
||
|
alloc = []
|
||
|
-debug = [
|
||
|
- "dep:anstyle",
|
||
|
- "dep:is-terminal",
|
||
|
- "dep:terminal_size",
|
||
|
- "dep:anstyle-stream",
|
||
|
-]
|
||
|
default = ["std"]
|
||
|
simd = ["dep:memchr"]
|
||
|
std = [
|