# 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 = "lip" version = "8.1.2" authors = ["Kevin Li "] description = "Lip provides powerful parser combinators for creating reusable and flexible parsers." readme = "README.md" keywords = [ "parser", "combinator", "functional", ] license = "MIT" repository = "https://github.com/AlienKevin/lip" [profile.bench] lto = true codegen-units = 1 debug = 2 [[bench]] name = "json" harness = false [dependencies.itertools] version = "0.11.0" [dependencies.unicode-segmentation] version = "1.8.0" [dependencies.unicode-width] version = "0.1.9" [dependencies.xi-unicode] version = "0.3.0" [dev-dependencies.criterion] version = "0.5" default-features = false [dev-dependencies.partial_application] version = "0.2.1"