finetype-cli 0.6.39

CLI for FineType semantic type classification
# 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 = "finetype-cli"
version = "0.6.39"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "finetype"
description = "CLI for FineType semantic type classification"
homepage = "https://meridian.online/projects/finetype/"
readme = false
keywords = [
    "type-detection",
    "data-profiling",
    "classification",
    "duckdb",
    "text",
]
categories = [
    "text-processing",
    "science",
]
license = "MIT"
repository = "https://github.com/meridian-online/finetype"

[package.metadata.cargo-machete]
ignored = ["ureq"]

[features]
cpu = ["finetype-model/cpu"]
cuda = [
    "finetype-model/cuda",
    "train",
    "finetype-train/cuda",
]
default = [
    "cpu",
    "embed-models",
]
embed-models = []
metal = [
    "finetype-model/metal",
    "train",
    "finetype-train/metal",
]
rhh-instrumentation = ["finetype-model/rhh-instrumentation"]
train = [
    "dep:finetype-train",
    "finetype-train/tui",
]

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

[[bin]]
name = "extract_value_features"
path = "src/bin/extract_value_features.rs"

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

[[bin]]
name = "train-disambiguator"
path = "src/bin/train_disambiguator.rs"

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

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.candle-core]
version = "0.8"

[dependencies.candle-nn]
version = "0.8"

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

[dependencies.csv]
version = "1.3"

[dependencies.finetype-core]
version = "0.6.0"

[dependencies.finetype-mcp]
version = "0.6.39"

[dependencies.finetype-model]
version = "0.6.0"

[dependencies.finetype-train]
version = "0.6.39"
optional = true

[dependencies.indexmap]
version = "2.0"

[dependencies.rand]
version = "0.8"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tempfile]
version = "3"

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

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

[dependencies.uuid]
version = "1.0"
features = ["v4"]

[dev-dependencies.serde_json]
version = "1.0"

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

[build-dependencies.ureq]
version = "2.9"
features = ["tls"]