now-runner 0.1.1

Nix-based distributed command runner
# 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 = "2024"
rust-version = "1.95.0"
name = "now-runner"
version = "0.1.1"
authors = ["Eric Rodrigues Pires <eric@eric.dev.br>"]
build = false
include = [
    "/nix",
    "/now-step",
    "/src",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Nix-based distributed command runner"
homepage = "https://now.dev.br"
readme = "README.md"
keywords = [
    "nix",
    "runner",
    "task",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "AGPL-3.0-or-later"
repository = "https://github.com/EpicEric/now"

[[bin]]
name = "now"
path = "src/main.rs"

[dependencies.async-trait]
version = "0.1.91"

[dependencies.clap]
version = "4.6.1"
features = ["derive"]

[dependencies.clap_complete]
version = "4.6.7"

[dependencies.color-eyre]
version = "0.6.5"

[dependencies.ctrlc]
version = "3.5.2"
features = ["termination"]

[dependencies.dotenvy]
version = "0.15.7"

[dependencies.futures]
version = "0.3.33"

[dependencies.ignore]
version = "0.4.30"

[dependencies.include_dir]
version = "0.7.4"

[dependencies.owo-colors]
version = "4.3.0"

[dependencies.petgraph]
version = "0.8.3"

[dependencies.rand]
version = "0.10.2"

[dependencies.regex]
version = "1.13.1"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.150"

[dependencies.smol]
version = "2.0.2"

[dependencies.sys-info]
version = "0.9.1"

[dependencies.uuid]
version = "1.23.5"
features = ["v4"]