# 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 = "envyr" version = "0.1.8" description = "Envyr is a tool to automagically package an application and run it in a sandboxed environment." homepage = "https://github.com/tchaudhry91/envyr" readme = "README.md" categories = [ "command-line-utility", "sandbox", "scripts", "packages", "docker", ] license = "Apache-2.0" repository = "https://github.com/tchaudhry91/envyr" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.3.11" features = ["derive"] [dependencies.handlebars] version = "4.3.7" [dependencies.home] version = "0.5.5" [dependencies.log] version = "0.4.19" [dependencies.pathdiff] version = "0.2.1" [dependencies.serde] version = "1.0.171" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.simplelog] version = "0.12.1" [dependencies.subprocess] version = "0.2.9" [dependencies.walkdir] version = "2.3.3"