# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rhymuproc" version = "1.1.2" authors = ["Richard Walters "] description = "Discover and interact with operating system processes" readme = "README.md" keywords = ["process", "cross-platform"] categories = ["os"] license-file = "LICENSE.txt" repository = "https://github.com/rhymu8354/Processes.git" [[bin]] name = "mock_subprocess" path = "bin/mock_subprocess.rs" [dependencies] [dev-dependencies.uuid] version = "0.8" features = ["v4"] [target."cfg(unix)".dependencies.libc] version = "0.2"