# 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 = "mallardscript" version = "7.0.0" authors = ["nate-wilkins "] description = "Hak5 DuckyScript extended language compiler." homepage = "https://github.com/Nate-Wilkins/mallardscript" documentation = "https://github.com/Nate-Wilkins/mallardscript" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/Nate-Wilkins/mallardscript" [dependencies.anyhow] version = "1.0.38" [dependencies.clap] version = "2.33.1" [dependencies.clap_complete] version = "4.0.7" [dependencies.env_logger] version = "0.10.0" [dependencies.log] version = "0.4.17" [dependencies.pest_duckyscript] version = "14.0.0" [dependencies.shellexpand] version = "2.1.0" [dev-dependencies.assert_cmd] version = "0.10" [dev-dependencies.predicates] version = "1" [dev-dependencies.pretty_assertions] version = "1.3.0" [dev-dependencies.tempfile] version = "3.3.0"