# 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 = "rxe" version = "0.1.0" description = "Easily customizable command runner made with Rust 🦀" keywords = [ "runner", "task", ] license = "MIT" repository = "https://github.com/loxygenK/rxe" resolver = "2" [dependencies.atty] version = "0.2.14" [dependencies.once_cell] version = "1.11.0" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.5.6" [dependencies.rstest] version = "0.12.0" [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_yaml] version = "0.8.24"