datui 0.2.43

Data Exploration in the Terminal
# 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 = "datui"
version = "0.2.43"
authors = ["Derek Wisong"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Data Exploration in the Terminal"
homepage = "https://derekwisong.github.io/datui"
readme = "README.md"
keywords = [
    "cli",
    "tui",
    "data",
    "utility",
    "analysis",
]
categories = [
    "command-line-utilities",
    "science",
]
license = "MIT"
repository = "https://github.com/derekwisong/datui"

[package.metadata.deb]
maintainer = "Derek Wisong"
license-file = [
    "LICENSE",
    "0",
]
depends = ["libfontconfig1"]
assets = [
    "$auto",
    [
    "target/release/datui.1.gz",
    "usr/share/man/man1/datui.1.gz",
    "0644",
],
]

[[package.metadata.generate-rpm.assets]]
source = "target/release/datui"
dest = "/usr/bin/datui"
mode = "0755"

[[package.metadata.generate-rpm.assets]]
source = "target/release/datui.1.gz"
dest = "/usr/share/man/man1/datui.1.gz"
mode = "0644"

[[package.metadata.generate-rpm.assets]]
source = "LICENSE"
dest = "/usr/share/licenses/datui/LICENSE"
mode = "0644"
doc = true

[package.metadata.generate-rpm.requires]
fontconfig = "*"

[package.metadata.aur]
depends = ["fontconfig"]
files = [[
    "target/release/datui.1.gz",
    "/usr/share/man/man1/datui.1.gz",
]]

[features]
cloud = ["datui/cloud"]
default = [
    "cloud",
    "http",
    "sql",
    "streaming",
]
http = ["datui/http"]
sql = ["datui/sql"]
streaming = ["datui/streaming"]

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.color-eyre]
version = "0.6.5"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.datui]
version = "0.2.43"
package = "datui-lib"

[dependencies.datui-cli]
version = "0.2.43"

[dependencies.ratatui]
version = "0.29.0"
features = ["all-widgets"]

[dev-dependencies.polars]
version = "0.52"
features = ["lazy"]

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

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

[build-dependencies.clap]
version = "4.5.54"
features = ["derive"]

[build-dependencies.clap_mangen]
version = "0.2"

[build-dependencies.datui-cli]
version = "0.2.43"

[profile.dev.package.backtrace]
opt-level = 3

[profile.release]
opt-level = 3
lto = "thin"
codegen-units = 1
strip = true