# 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" rust-version = "1.70" name = "json-event-parser" version = "0.2.0" authors = ["Tpt "] exclude = ["JSONTestSuite"] description = """ A JSON event parser and serializer """ homepage = "https://github.com/oxigraph/json-event-parser" documentation = "https://docs.rs/json-event-parser" readme = "README.md" keywords = ["JSON"] license = "MIT OR Apache-2.0" repository = "https://github.com/oxigraph/json-event-parser" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[bench]] name = "parser" harness = false [dependencies.tokio] version = "1.29" features = ["io-util"] optional = true [dev-dependencies.clap] version = "4" [dev-dependencies.codspeed-criterion-compat] version = "2.3.3" [dev-dependencies.tokio] version = "1.29" features = [ "rt", "macros", ] [features] async-tokio = ["dep:tokio"]