# 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 = "2018" name = "pru" version = "0.1.0" authors = ["Martin Frost "] description = "Procfile Runner UI" homepage = "https://github.com/frost/pru/" keywords = ["cli", "foreman", "procfile"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/frost/pru/" [dependencies.clap] version = "3.0.0-rc.8" features = ["derive"] [dependencies.crossterm] version = "0.19" [dependencies.execute] version = "0.2" [dependencies.tui] version = "0.15" features = ["crossterm"] default-features = false [dev-dependencies.assert_cmd] version = "1" [dev-dependencies.predicates] version = "2" [dev-dependencies.tempfile] version = "3" [build-dependencies.clap] version = "3.0.0-rc.8" features = ["derive"]