ranvier-cli 0.2.0

CLI for the Ranvier Typed Decision Engine
# 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 = "ranvier-cli"
version = "0.2.0"
authors = ["CELLAXON Inc."]
build = false
exclude = ["nul"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for the Ranvier Typed Decision Engine"
homepage = "https://ranvier.studio"
readme = "README.md"
keywords = [
    "automation",
    "workflow",
    "decision-engine",
    "circuit",
    "async",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ranvier-rs/ranvier"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"

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

[dependencies.dialoguer]
version = "0.11"

[dependencies.glob]
version = "0.3"

[dependencies.notify]
version = "6.1.1"

[dependencies.notify-debouncer-mini]
version = "0.4.1"

[dependencies.ranvier-core]
version = "0.27.0"

[dependencies.regex]
version = "1"

[dependencies.reqwest]
version = "0.11"
features = [
    "json",
    "blocking",
]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.toml]
version = "0.8"

[dev-dependencies.tempfile]
version = "3"