ought-analysis 0.2.1

LLM-powered analysis: survey, audit, blame, bisect
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 = "ought-analysis"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "LLM-powered analysis: survey, audit, blame, bisect"
homepage = "https://sosein.ai/products/ought"
readme = "README.md"
keywords = [
    "testing",
    "specs",
    "llm",
    "behavioral",
    "deontic",
]
categories = ["development-tools::testing"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/soseinai/ought"
resolver = "2"

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

[dependencies.anyhow]
version = "1"

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

[dependencies.ought-gen]
version = "0.2.1"

[dependencies.ought-run]
version = "0.2.1"

[dependencies.ought-spec]
version = "0.2.1"

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

[dependencies.thiserror]
version = "2"

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

[lints.rust]
warnings = "deny"