torvyn-cli 0.1.1

Developer CLI for the Torvyn streaming runtime
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 = "2021"
rust-version = "1.91"
name = "torvyn-cli"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Developer CLI for the Torvyn streaming runtime"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/torvyn/torvyn"

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.chrono]
version = "0.4"

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

[dependencies.clap_complete]
version = "4.5"

[dependencies.console]
version = "0.15"

[dependencies.indicatif]
version = "0.17"

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

[dependencies.serde_json]
version = "1"

[dependencies.tabled]
version = "0.17"

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

[dependencies.toml]
version = "0.8"

[dependencies.torvyn-config]
version = "0.1.0"

[dependencies.torvyn-contracts]
version = "0.1.0"

[dependencies.torvyn-engine]
version = "0.1.0"

[dependencies.torvyn-host]
version = "0.1.0"

[dependencies.torvyn-linker]
version = "0.1.0"

[dependencies.torvyn-packaging]
version = "0.1.0"

[dependencies.torvyn-types]
version = "0.1.0"

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

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

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

[lints.clippy]
all = "deny"

[lints.rust]
missing_docs = "warn"