# 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 = "isolationism" version = "0.1.69420" include = [ "Cargo.toml", "README.md", "src/*", "justfile", ] description = "Generates a shell script that runs an application in an isolated home directory" homepage = "https://github.com/thebearodactyl/app-isolator" readme = "README.md" keywords = [ "isolation", "home", "binary", "generator", "script", ] license = "Unlicense" [profile.release] opt-level = 3 lto = true strip = true [[bin]] name = "isolationism" [dependencies.clap] version = "4.4.8" features = ["derive"] [dependencies.envmnt] version = "0.10.4" [dependencies.liquid] version = "0.26.4"