# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "docker-puzzles" version = "0.1.3" authors = ["Balázs Kovács "] description = "Docker Puzzles is a CLI tool for putting together Dockerfiles from pieces." homepage = "https://github.com/kobalazs/docker-puzzles" documentation = "https://github.com/kobalazs/docker-puzzles/blob/master/README.md" readme = "README.md" keywords = ["docker", "puzzle", "compose", "Dockerfile"] categories = ["development-tools", "filesystem", "parsing", "text-processing"] license = "CC-BY-NC-SA-4.0" repository = "https://github.com/kobalazs/docker-puzzles" [dependencies.linked-hash-map] version = "0.5.1" [dependencies.regex] version = "1.0.6" [dependencies.walkdir] version = "2" [dependencies.yaml-rust] version = "0.4.2"