# 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 = "parsley-rs" version = "0.20.4" authors = ["Noah Shanaberger "] description = "My attempt at a Rust parsing and lexing library." homepage = "https://github.com/32Bites/parsley-rs/" readme = "README.md" keywords = [ "lexer", "parser", "lexing", "parsing", "analysis", ] license = "MIT" repository = "https://github.com/32Bites/parsley-rs/" resolver = "2" [dependencies.character-stream] version = "0.9" [dependencies.dns-lookup] version = "1.0.8" optional = true [dependencies.parsley-rs-hack] version = "0.1.0" optional = true [dependencies.textwrap] version = "0.15" [dependencies.unicode-segmentation] version = "1.9" [features] buffer = [] default = [ "fs", "buffer", "net", ] dns = [ "net", "dep:dns-lookup", ] fs = ["dep:parsley-rs-hack"] net = []