newton-cli-runner 0.1.11

newton cli runner utilities
Documentation
[dependencies.clap]
features = ["derive"]
version = "4.5.11"

[dependencies.newton-prover-core]
version = "0.1.11"

[dependencies.tokio]
default-features = false
features = ["macros", "rt-multi-thread", "signal"]
version = "1.21"

[dependencies.tracing]
version = "0.1.40"

[dependencies.tracing-subscriber]
features = ["env-filter", "json"]
version = "0.3"

[dev-dependencies]

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

[lints.rust]
missing_debug_implementations = "warn"
missing_docs = "warn"
unreachable_pub = "warn"

[lints.rust.rust_2018_idioms]
level = "deny"
priority = -1

[lints.rust.unused]
level = "allow"
priority = -1

[lints.rustdoc]
all = "warn"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "newton cli runner utilities"
edition = "2021"
license = "MIT"
name = "newton-cli-runner"
readme = false
repository = "https://github.com/newt-foundation/newton-prover-avs"
rust-version = "1.91"
version = "0.1.11"