# 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 = "dockerfile-parser" version = "0.9.0" authors = ["Tim Buckley "] build = false exclude = [".circleci/**/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "a Rust library for parsing, validating, and modifying Dockerfiles" homepage = "https://github.com/HewlettPackard/dockerfile-parser-rs/" readme = "README.md" keywords = [ "parser", "docker", "dockerfile", "pest", ] license = "MIT" repository = "https://github.com/HewlettPackard/dockerfile-parser-rs/" [lib] name = "dockerfile_parser" path = "src/lib.rs" [[example]] name = "splice" path = "examples/splice.rs" [[example]] name = "stages" path = "examples/stages.rs" [[test]] name = "parsing" path = "tests/parsing.rs" [dependencies.enquote] version = "1.1" [dependencies.lazy_static] version = "1.4" [dependencies.pest] version = "2.1" [dependencies.pest_derive] version = "2.1" [dependencies.regex] version = "1.5" [dependencies.snafu] version = "0.6" [dev-dependencies.indoc] version = "1.0" [dev-dependencies.pretty_assertions] version = "1.0.0" [badges.circle-ci] branch = "master" repository = "HewlettPackard/dockerfile-parser-rs"