sqry-nl 15.0.1

Natural language to sqry query translation layer
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"
rust-version = "1.94"
name = "sqry-nl"
version = "15.0.1"
authors = ["Verivus Pty Ltd"]
build = false
exclude = ["training/**"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Natural language to sqry query translation layer"
readme = "README.md"
license = "MIT"
repository = "https://github.com/verivus-oss/sqry"
resolver = "2"

[features]
classifier = [
    "dep:ort",
    "dep:tokenizers",
    "dep:ureq",
    "dep:flate2",
    "dep:tar",
    "dep:crossbeam-channel",
    "dep:scopeguard",
]
default = []

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

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

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

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

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

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

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

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

[[bench]]
name = "eval_harness"
path = "benches/eval_harness.rs"
harness = false

[dependencies.crossbeam-channel]
version = "0.5"
optional = true

[dependencies.dirs]
version = "6.0"

[dependencies.flate2]
version = "1.1"
optional = true

[dependencies.lru]
version = "0.18"

[dependencies.once_cell]
version = "1.21"

[dependencies.ort]
version = "=2.0.0-rc.11"
features = [
    "std",
    "ndarray",
    "load-dynamic",
]
optional = true
default-features = false

[dependencies.parking_lot]
version = "0.12"

[dependencies.regex]
version = "1.12"

[dependencies.scopeguard]
version = "1"
optional = true

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.11"

[dependencies.tar]
version = "0.4"
optional = true

[dependencies.thiserror]
version = "2.0"

[dependencies.tokenizers]
version = "0.23.1"
optional = true

[dependencies.tracing]
version = "0.1"

[dependencies.unicode-normalization]
version = "0.1"

[dependencies.ureq]
version = "3.3"
features = ["rustls"]
optional = true
default-features = false

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]

[dev-dependencies.flate2]
version = "1.1"

[dev-dependencies.tar]
version = "0.4"

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

[dev-dependencies.toml]
version = "1.1"

[target.'cfg(target_os = "linux")'.dev-dependencies.procfs]
version = "0.18"