# 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 = "simple-cmd" version = "0.0.19" authors = ["Alessandro Crugnola "] description = "command line utility for spawning commands" homepage = "https://github.com/sephiroth74/simple-cmd" readme = "README.md" license = "MIT" repository = "https://github.com/sephiroth74/simple-cmd" [dependencies.crossbeam] version = "0.8.4" [dependencies.crossbeam-channel] version = "0.5.11" [dependencies.signal-hook] version = "0.3.17" [dependencies.thiserror] version = "1.0.56" [dependencies.tracing] version = "0.1.40" [dev-dependencies.ctrlc] version = "3.4.2" [dev-dependencies.simple_logger] version = "4.3.3" [dev-dependencies.threadpool] version = "1.8.1" [dev-dependencies.tracing-subscriber] version = "0.3.18"