# 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 = "subprocess-inject-env" version = "0.1.0" authors = ["Ethan Pailes "] description = """ A crate for dynamically injecting environment variables into child processes. """ readme = "README.md" keywords = [ "subprocess", "environment", "env", ] license = "Apache-2.0" repository = "https://github.com/shell-pool/subprocess-inject-env" [dependencies.byteorder] version = "1" [dependencies.nix] version = "0.28" features = ["process"] [dependencies.rand] version = "0.8" features = ["std_rng"] [dependencies.tempfile] version = "3" [build-dependencies.which] version = "6"