zero-commands 0.1.2

Command parser and dispatcher contracts for the ZERO operator CLI.
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"
rust-version = "1.93"
name = "zero-commands"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command parser and dispatcher contracts for the ZERO operator CLI."
homepage = "https://getzero.dev"
documentation = "https://github.com/zero-intel/zero/tree/main/docs"
readme = false
keywords = [
    "zero",
    "onchain",
    "terminal",
    "automation",
    "trading",
]
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/zero-intel/zero"

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

[[example]]
name = "live_smoke"
path = "examples/live_smoke.rs"

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

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

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.parking_lot]
version = "0.12"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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

[dependencies.tracing]
version = "0.1"

[dependencies.zero-engine-client]
version = "0.1.2"

[dependencies.zero-operator-state]
version = "0.1.2"

[dependencies.zero-session]
version = "0.1.2"

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "macros",
    "rt-multi-thread",
]

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

[dev-dependencies.zero-testkit]
version = "0.1.2"

[lints.clippy]
doc_markdown = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
multiple_crate_versions = "allow"
must_use_candidate = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_debug_implementations = "warn"
unsafe_code = "forbid"