# 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] name = "pest_duckyscript" version = "14.0.0" authors = ["nate-wilkins "] description = "Hak5 DuckyScript and MallardScript language grammers - used for parsing/compilation." homepage = "https://github.com/Nate-Wilkins/pest_duckyscript" documentation = "https://github.com/Nate-Wilkins/pest_duckyscript" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/Nate-Wilkins/pest_duckyscript" [dependencies.anyhow] version = "1.0.38" [dependencies.pest] version = "2.5.2" [dependencies.pest_derive] version = "2.5.2" [dev-dependencies.predicates] version = "1" [dev-dependencies.pretty_assertions] version = "1.3.0"