# 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 = "cargo-rocket-docker" version = "1.0.0" authors = ["Gary Ascuy "] description = "Cargo sub-command tool for docker images into Rocket projects" readme = "public.readme.md" keywords = ["cargo-subcommand", "cargo", "docker", "rocket", "tool"] categories = ["command-line-utilities", "development-tools::cargo-plugins"] license = "MIT" license-file = "LICENSE" repository = "https://github.com/Gary-Ascuy/cargo-rocket-docker.git" [[bin]] name = "cargo-docker" path = "src/main.rs" required-features = ["docker"] [dependencies.atty] version = "0.2.14" optional = true [dependencies.clap] version = "2.33.1" [dependencies.colored] version = "1.9.3" [dependencies.handlebars] version = "3.0.1" [dependencies.serde] version = "1.0.110" [dependencies.serde_derive] version = "1.0.110" [dependencies.serde_json] version = "1.0.53" [dependencies.structopt] version = "0.3.14" optional = true [dependencies.toml] version = "0.5.6" [dev-dependencies.cargo-edit] version = "0.6.0" [dev-dependencies.cargo-watch] version = "7.3.0" [features] cli = ["atty", "structopt"] default = ["docker"] docker = ["cli"]