# 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 = "2018" name = "parser_fuck" version = "0.6.0" authors = ["Package "] description = "A simple parser combinator library" readme = "README.md" keywords = [ "parser-combinators", "parser", "combinator", "parsing", "parser", ] categories = ["parsing"] license = "MIT" repository = "https://github.com/MeowType/parser_fuck" [dependencies.libsugar] version = "2.4" [dependencies.serde] version = "1" features = ["derive"] [dependencies.uuid] version = "1.5" features = [ "serde", "v4", ] [dev-dependencies.easybench] version = "1" [dev-dependencies.serde_json] version = "1"