seher-sdk 0.0.59

Seher SDK: agent resolution and codexbar-backed rate-limit checks
# 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-sdk"
version = "0.0.59"
authors = ["takumi3488"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Seher SDK: agent resolution and codexbar-backed rate-limit checks"
readme = false
license = "Apache-2.0"
repository = "https://github.com/smartcrabai/seher"
resolver = "2"

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

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

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

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

[dependencies.async-trait]
version = "0.1"

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

[dependencies.claude-agent-sdk]
version = "0.0.59"
package = "seher-claude-agent-sdk"

[dependencies.dirs]
version = "6.0"

[dependencies.futures]
version = "0.3"

[dependencies.indexmap]
version = "2"
features = ["serde"]

[dependencies.pi_agent_rust]
version = "0.1.18"
features = ["sqlite-sessions"]
default-features = false

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.swc_common]
version = "25.0.0"
features = ["concurrent"]

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2.0"

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

[dependencies.tracing]
version = "0.1"

[dependencies.unicode-normalization]
version = "0.1"

[dependencies.unicode-width]
version = "0.2"

[dependencies.uuid]
version = "1"
features = ["v4"]

[dependencies.zzsleep]
version = "0.0.9"

[target."cfg(unix)".dependencies.libc]
version = "0.2"

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

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