# 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 = "pkl-parser" version = "0.8.1" authors = ["Yatsu "] description = "A rust Pkl Parser!" documentation = "https://docs.rs/new-pkl" readme = "README.md" keywords = [ "pkl", "parser", "rust", ] categories = ["parsing"] license = "MIT" repository = "https://github.com/DevYatsu/pkl_parser" [dependencies.pest] version = "2.7.11" [dependencies.pest_derive] version = "2.7.11" [dev-dependencies.regex] version = "1.10.6" [dev-dependencies.reqwest] version = "0.12.5" features = ["blocking"] [dev-dependencies.select] version = "0.6.0" [dev-dependencies.serde_json] version = "1.0"