seher-cli 0.0.40

Seher CLI: pick the highest-priority coding agent and run a plan/build prompt
# 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 = "seher-cli"
version = "0.0.40"
authors = ["takumi3488"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Seher CLI: pick the highest-priority coding agent and run a plan/build prompt"
readme = false
license = "Apache-2.0"
repository = "https://github.com/smartcrabai/seher"
resolver = "2"

[package.metadata.dist]
formula = "seher"

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

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

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.seher-sdk]
version = "0.0.40"

[dependencies.serde_json]
version = "1.0"

[dependencies.tempfile]
version = "3"

[dependencies.tokio]
version = "1.49.0"
features = [
    "rt",
    "macros",
    "time",
    "net",
]

[dependencies.zzsleep]
version = "0.0.7"

[lints.clippy]
allow_attributes = "deny"
dbg_macro = "deny"
expect_used = "deny"
unwrap_used = "deny"

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