# 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 = "nanoforge" version = "0.1.0" authors = [ "Maxwell Flitton", "Caroline Morton", ] description = " A tool for pulling docker images, unpacking them, and compiling them into a Rust project" readme = "README.md" license = "\tBSD-2-Clause" [dependencies.flate2] version = "1.0.28" [dependencies.lazy_static] version = "1.4.0" [dependencies.pathdiff] version = "0.2.1" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.115" [dependencies.tar] version = "0.4.40" [dependencies.toml] version = "0.8.12" [dependencies.walkdir] version = "2.5.0" [dev-dependencies]