rltbl 0.1.0

Relatable (rltbl) is a tool for cleaning and connecting your data.
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 = "rltbl"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Relatable (rltbl) is a tool for cleaning and connecting your data."
homepage = "https://rltbl.org"
readme = "README.md"
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/rltbl/relatable"

[features]
default = ["rusqlite"]
rusqlite = ["dep:rusqlite"]
sqlx = [
    "dep:sqlx",
    "dep:sqlx",
    "dep:sqlx-core",
]

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

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

[[bin]]
name = "rltbl_test"
path = "src/test.rs"

[dependencies.ansi_term]
version = "0.12"

[dependencies.anyhow]
version = "1.0.94"

[dependencies.async-std]
version = "1.13.0"
features = ["attributes"]

[dependencies.axum]
version = "0.8.1"

[dependencies.axum_session]
version = "0.16.0"

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

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "env",
    "wrap_help",
]

[dependencies.clap-verbosity-flag]
version = "3.0.2"
features = ["tracing"]

[dependencies.colored]
version = "3.0"

[dependencies.csv]
version = "1.3"

[dependencies.enquote]
version = "1.1.0"

[dependencies.futures]
version = "0.3"

[dependencies.http]
version = "1.2.0"

[dependencies.indexmap]
version = "2.7.0"
features = ["serde"]

[dependencies.lazy_static]
version = "1.4"

[dependencies.minijinja]
version = "2.5.0"
features = [
    "preserve_order",
    "json",
    "urlencode",
    "loader",
]

[dependencies.promptly]
version = "0.3"

[dependencies.rand]
version = "0.8.5"

[dependencies.random_color]
version = "1.0.0"

[dependencies.regex]
version = "1.11.1"

[dependencies.rusqlite]
version = "0.32.1"
features = [
    "bundled",
    "serde_json",
]
optional = true

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

[dependencies.serde_json]
version = "1.0.133"
features = ["preserve_order"]

[dependencies.sprintf]
version = "0.4"

[dependencies.sqlx]
version = "0.8.3"
features = [
    "runtime-async-std",
    "any",
    "sqlite",
    "postgres",
    "bigdecimal",
]
optional = true

[dependencies.sqlx-core]
version = "0.8.3"
optional = true

[dependencies.tabwriter]
version = "1.4.0"

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

[dependencies.tower-service]
version = "0.3.3"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
version = "0.3.19"

[dependencies.whoami]
version = "1.5.2"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[profile.dist]
lto = "thin"
inherits = "release"