seshat-bin 0.7.1

Seshat binary entry point
# 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"
rust-version = "1.85"
name = "seshat-bin"
version = "0.7.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Seshat binary entry point"
readme = false
license = "MIT"
resolver = "2"

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

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

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

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

[dependencies.seshat-cli]
version = "0.7.1"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.chrono]
version = "0.4"
features = ["clock"]
default-features = false

[dev-dependencies.dirs]
version = "6"

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

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