[[bin]]
name = "cargo-dockerfile"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.98"
[dependencies.cargo_toml]
version = "0.22.1"
[dependencies.clap]
features = ["derive"]
version = "4.5.40"
[dependencies.walkdir]
version = "2.5.0"
[dependencies.whoami]
version = "1.6.0"
[lints.clippy]
cargo = "allow"
complexity = "deny"
correctness = "deny"
pedantic = "deny"
perf = "deny"
restriction = "allow"
style = "deny"
suspicious = "deny"
[package]
authors = ["George Liontos <sdi1600094@di.uoa.gr>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = """
cargo dockerfile is a cargo plugin for generating Dockerfiles out of your Rust project
"""
edition = "2021"
exclude = ["build/**/*.o", "doc/**/*.html"]
include = ["src/**/*", "Cargo.toml"]
keywords = ["cargo", "docker", "dockerfile", "generator"]
license = "MIT"
name = "cargo-dockerfile"
readme = "README.md"
repository = "https://github.com/GeorgeLS/cargo-dockerfile"
version = "0.1.1"