bashrs-oracle 6.58.0

ML-powered error classification oracle for bashrs using aprender (GPU-accelerated)
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 = "2021"
name = "bashrs-oracle"
version = "6.58.0"
authors = ["Pragmatic AI Labs"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ML-powered error classification oracle for bashrs using aprender (GPU-accelerated)"
readme = "README.md"
keywords = [
    "shell",
    "bash",
    "linter",
    "machine-learning",
    "error-classification",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/paiml/bashrs"

[features]
compressed-models = ["aprender/format-compression"]
default = [
    "gpu",
    "compressed-models",
]
gpu = ["aprender/gpu"]

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

[dependencies.anyhow]
version = "1.0"

[dependencies.aprender]
version = "0.25"
default-features = true

[dependencies.regex]
version = "1.11"

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tracing]
version = "0.1.41"

[dev-dependencies.proptest]
version = "1.6"

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

[dev-dependencies.verificar]
version = "0.3"

[lints.clippy]
checked_conversions = "warn"
dbg_macro = "warn"
module_name_repetitions = "allow"
must_use_candidate = "allow"
todo = "warn"
unimplemented = "warn"

[lints.clippy.expect_used]
level = "warn"
priority = 1

[lints.clippy.unwrap_used]
level = "deny"
priority = 1

[lints.rust]
unreachable_pub = "warn"
unsafe_op_in_unsafe_fn = "deny"

[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1