finetype-cli 0.1.0

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.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for FineType semantic type classification"
homepage = "https://noon.sh/projects/finetype/"
readme = false
keywords = [
    "type-detection",
    "data-profiling",
    "classification",
    "duckdb",
    "text",
]
categories = [
    "text-processing",
    "science",
]
license = "MIT"
repository = "https://github.com/noon-org/finetype"

[features]
cpu = ["finetype-model/cpu"]
cuda = ["finetype-model/cuda"]
default = ["cpu"]
metal = ["finetype-model/metal"]

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.csv]
version = "1.3"

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

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

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

[dependencies.serde_json]
version = "1.0"

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

[dependencies.tracing]
version = "0.1"

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