oni-comb-parser-rs 1.2.124

A Rust crate for parser combinators
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "oni-comb-parser-rs"
version = "1.2.124"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust crate for parser combinators"
readme = "README.md"
keywords = [
    "parser",
    "combinator",
]
categories = ["parsing"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/j5ik2o/oni-comb-rs"

[badges.github]
repository = "j5ik2o/oni-comb-rs"
workflow = "Rust"

[lib]
name = "oni_comb_parser_rs"
path = "src/lib.rs"

[[example]]
name = "calculator"
path = "examples/calculator.rs"

[[example]]
name = "hello_world"
path = "examples/hello_world.rs"

[[example]]
name = "json_byte"
path = "examples/json_byte.rs"

[[example]]
name = "json_char"
path = "examples/json_char.rs"

[[test]]
name = "surround_static_tes"
path = "tests/surround_static_tes.rs"

[[bench]]
name = "bench_main"
path = "benches/bench_main.rs"
harness = false

[[bench]]
name = "nom_json"
path = "benches/nom_json.rs"

[[bench]]
name = "oni_comb_json"
path = "benches/oni_comb_json.rs"

[[bench]]
name = "pom_json"
path = "benches/pom_json.rs"

[dependencies.fnv]
version = "1.0.7"

[dependencies.log]
version = "0.4.21"

[dependencies.regex]
version = "1.10.4"

[dev-dependencies.anyhow]
version = "1.0.82"

[dev-dependencies.chrono]
version = "0.4.38"

[dev-dependencies.criterion]
version = "0.8.0"
features = ["html_reports"]

[dev-dependencies.ctor]
version = "0.6.0"

[dev-dependencies.env_logger]
version = "0.11.3"

[dev-dependencies.nom]
version = "8.0.0"

[dev-dependencies.pom]
version = "3.4.0"

[dev-dependencies.pprof]
version = "0.15"
features = [
    "flamegraph",
    "criterion",
]

[dev-dependencies.prop-check-rs]
version = "0.0.988"

[dev-dependencies.rust_decimal]
version = "1.35.0"