sehercode 0.0.5

CLI tool to monitor Claude API rate limits and execute code after reset
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"
name = "sehercode"
version = "0.0.5"
authors = ["takumi3488"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool to monitor Claude API rate limits and execute code after reset"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/takumi3488/seher"

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

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

[dependencies.aes]
version = "0.8"

[dependencies.aes-gcm]
version = "0.10"

[dependencies.base64]
version = "0.22"

[dependencies.cbc]
version = "0.1"
features = ["alloc"]

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

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

[dependencies.dirs]
version = "6.0"

[dependencies.pbkdf2]
version = "0.12"
features = ["simple"]

[dependencies.reqwest]
version = "0.12"
features = [
    "rustls-tls",
    "json",
]
default-features = false

[dependencies.rusqlite]
version = "0.32"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha1]
version = "0.10"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2.0"

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

[dependencies.zzsleep]
version = "0.0.3"

[target.'cfg(target_os = "linux")'.dependencies.secret-service]
version = "5.0"
features = ["rt-tokio-crypto-rust"]

[target.'cfg(target_os = "macos")'.dependencies.security-framework]
version = "3.0"

[target.'cfg(target_os = "windows")'.dependencies.windows]
version = "0.58"
features = ["Win32_Security_Cryptography"]

[profile.release]
lto = true
codegen-units = 1
strip = true