# 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 = "tigen" version = "0.1.0" authors = ["Maximilien DI DIO "] description = "Toolbox image builder (tigen) is a simple utility to create oci images to for creating [toolbox](https://github.com/containers/toolbox) sessions." readme = "README.md" keywords = [ "docker", "podman", "toolbox", "oci", "container", ] license = "MIT" repository = "https://github.com/prx0/tigen.git" [lib] name = "libtigen" path = "src/lib.rs" [[bin]] name = "tigen" path = "src/main.rs" [dependencies.clap] version = "4.1.8" features = ["derive"] [dependencies.nom] version = "7.1.3" [dependencies.tera] version = "1.17.1"