# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "parze" version = "0.7.3" authors = ["Joshua Barretto "] description = "A clean, efficient parser combinator" homepage = "https://www.github.com/zesterer/parze" documentation = "https://docs.rs/parze" readme = "README.md" keywords = ["parse", "token", "symbol", "no_std"] categories = ["parsing", "no-std"] license = "MIT" repository = "https://www.github.com/zesterer/parze" [dependencies.parze-declare] version = "0.2" [dev-dependencies.pom] version = "3.0" [features] default = ["nightly", "macros"] macros = ["nightly"] nightly = []