# 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 = "pty_closure" version = "0.1.2" description = "Run functions and closures in a pseudoterminal" documentation = "https://docs.rs/pty_closure/latest/pty_closure" categories = ["development-tools", "development-tools::testing"] license = "MIT" repository = "https://github.com/Shadow53/pty-closure-rs" resolver = "2" [dependencies.nix] version = "0.23" [dependencies.thiserror] version = "1.0" [dev-dependencies.tempfile] version = "3.3"