# 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 = "pom" version = "3.4.0" authors = ["Junfeng Liu "] description = "PEG parser combinators using operator overloading without macros." homepage = "https://github.com/J-F-Liu/pom" documentation = "https://docs.rs/crate/pom/" readme = "README.md" keywords = [ "parser", "parser-combinators", "parsing", "PEG", ] categories = ["parsing"] license = "MIT" repository = "https://github.com/J-F-Liu/pom.git" [dependencies.bstr] version = "1.1.0" features = [] [features] default = ["utf8"] trace = [] utf8 = [] [badges.travis-ci] repository = "J-F-Liu/pom"