# 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 = "nom-bufreader-rp" version = "0.2.0" authors = ["vaelio"] description = "BufReader adapter for nom parsers" readme = "README.md" keywords = [ "parser", "parser-combinators", "parsing", "streaming", "async", ] categories = ["parsing"] license = "GPL-3.0-only" [dependencies.async-trait] version = "0.1.51" optional = true [dependencies.futures] version = "0.3.16" optional = true [dependencies.nom] version = "7.0.0" [dependencies.pin-project-lite] version = "0.2.7" optional = true [dev-dependencies.async-std] version = "1.9.0" features = ["attributes"] [dev-dependencies.tokio] version = "1.9.0" features = ["full"] [dev-dependencies.tokio-util] version = "0.6.7" features = ["compat"] [features] async = [ "futures", "async-trait", "pin-project-lite", ] default = ["async"]