seval 0.1.2

AI-powered security research CLI with a split-pane TUI, agentic tool execution, and session persistence
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 = "seval"
version = "0.1.2"
build = false
exclude = [
    ".github/",
    ".githooks/",
    ".seval/",
    "assets/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AI-powered security research CLI with a split-pane TUI, agentic tool execution, and session persistence"
homepage = "https://github.com/Hari-Nagarajan/seval"
readme = "README.md"
keywords = [
    "cli",
    "tui",
    "ai",
    "security",
    "llm",
]
categories = ["command-line-utilities"]
license = "AGPL-3.0-only"
repository = "https://github.com/Hari-Nagarajan/seval"

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.aws-config]
version = "1.8.15"

[dependencies.aws-sdk-bedrockruntime]
version = "1.127.0"

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

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

[dependencies.crossterm]
version = "0.28"
features = [
    "event-stream",
    "serde",
]

[dependencies.directories]
version = "6"

[dependencies.futures]
version = "0.3"

[dependencies.globset]
version = "0.4"

[dependencies.html2text]
version = "0.16"

[dependencies.ignore]
version = "0.4"

[dependencies.pulldown-cmark]
version = "0.13"
default-features = false

[dependencies.ratatui]
version = "0.30"
features = [
    "crossterm",
    "serde",
    "macros",
]

[dependencies.regex]
version = "1"

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

[dependencies.rig-bedrock]
version = "0.4.1"
features = ["bedrock-rustls"]

[dependencies.rig-core]
version = "0.32"

[dependencies.rusqlite]
version = "0.38.0"
features = ["bundled"]

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

[dependencies.serde_json]
version = "1"

[dependencies.signal-hook]
version = "0.3"

[dependencies.signal-hook-tokio]
version = "0.3"
features = ["futures-v0_3"]

[dependencies.strum]
version = "0.27"
features = ["derive"]

[dependencies.syntect]
version = "5.2"
features = [
    "default-syntaxes",
    "default-themes",
]

[dependencies.thiserror]
version = "2"

[dependencies.tiktoken-rs]
version = "0.6"

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

[dependencies.tokio-util]
version = "0.7"

[dependencies.toml]
version = "1.0"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-appender]
version = "0.2"

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

[dependencies.urlencoding]
version = "2.1.3"

[dependencies.uuid]
version = "1.22.0"
features = [
    "v4",
    "serde",
]

[dev-dependencies.async-stream]
version = "0.3"

[dev-dependencies.libc]
version = "0.2"

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "test-util",
]

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

[lints.clippy.all]
level = "deny"
priority = -1

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