# 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.75" name = "pegy" version = "0.1.2" authors = ["YC Lam"] description = "A derive based parser generator." documentation = "https://docs.rs/pegy" readme = "README.md" keywords = [ "peg", "parser", "parsing", "grammar", "async", ] categories = [ "parsing", "Asynchronous", ] license = "MIT" repository = "https://github.com/YC-Lammy/pegy" [dependencies.fast-float] version = "0.2" [dependencies.futures] version = "^0.3" optional = true [dependencies.itoa] version = "1" [dependencies.pegy-derive] version = "0.1.2" [dev-dependencies.fastrand] version = "1.4" [dev-dependencies.hexf-parse] version = "0.1" [dev-dependencies.lexical-core] version = "0.7" [dev-dependencies.num-bigint] version = "0.3" [dev-dependencies.ryu] version = "1.0" [features] default = [ "futures", "unicode", ] futures = ["dep:futures"] unicode = []