# 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 = "nauman" version = "1.1.2" authors = ["Egor Dmitriev "] exclude = [".github"] description = "A CI inspired approach for local job automation" readme = "README.md" keywords = ["command-line", "task", "runner", "development", "utility"] categories = ["command-line-utilities", "development-tools"] license = "MIT" repository = "https://github.com/EgorDm/nauman/" resolver = "2" [profile.release] lto = true [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3.0.0-beta.4" features = ["derive"] [dependencies.colored] version = "2" [dependencies.dotenv] version = "0.15.0" [dependencies.heck] version = "0.3.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.nix] version = "0.23" [dependencies.prettytable-rs] version = "^0.8" [dependencies.rand] version = "0.8.4" features = ["small_rng"] [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.8" [dev-dependencies.test-case] version = "1.2.1"