rivox 1.0.0

Universal polyglot build coordination layer for Python, Rust, and Node monorepos
Documentation
# 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"
name = "rivox"
version = "1.0.0"
authors = ["Aaryan Rawat <aaryan28rwt@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Universal polyglot build coordination layer for Python, Rust, and Node monorepos"
homepage = "https://rivox.dev"
documentation = "https://docs.rs/rivox"
readme = "README.md"
keywords = [
    "build-system",
    "monorepo",
    "cache",
    "provenance",
    "slsa",
]
categories = [
    "development-tools::build-utils",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Grevix/Rivox"

[lib]
name = "rivox"
path = "src/lib.rs"

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

[[test]]
name = "integration_polyglot"
path = "tests/integration_polyglot.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "env",
]

[dependencies.clap_complete]
version = "4.5"

[dependencies.hex]
version = "0.4"

[dependencies.petgraph]
version = "0.6"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sha2]
version = "0.10"

[dependencies.tempfile]
version = "3.10"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.38"
features = ["full"]

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"

[dependencies.walkdir]
version = "2.5"

[dev-dependencies.assert_cmd]
version = "2.0"

[dev-dependencies.predicates]
version = "3.1"

[target.'cfg(target_os = "linux")'.dependencies.nix]
version = "0.29"
features = [
    "sched",
    "mount",
    "user",
    "net",
]