# 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 = "cargo-dockerfile" version = "0.1.0" authors = ["George Liontos "] exclude = [ "build/**/*.o", "doc/**/*.html", ] include = [ "src/**/*", "Cargo.toml", ] description = """ cargo dockerfile is a cargo plugin for generating Dockerfiles out of your Rust project """ readme = "README.md" categories = ["command-line-utilities"] license = "GPL-2.0" repository = "https://github.com/GeorgeLS/cargo-dockerfile" resolver = "2" [dependencies.anyhow] version = "1.0.65" [dependencies.cargo_toml] version = "0.11.6" [dependencies.clap] version = "3.2.21" features = ["derive"] [dependencies.walkdir] version = "2.3.2" [dependencies.whoami] version = "1.2.3"