infrastore-cli 0.1.1

Command-line tool for loading and inspecting an infrastore store directly on disk
# 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.0"
name = "infrastore-cli"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line tool for loading and inspecting an infrastore store directly on disk"
homepage = "https://natlabrockies.github.io/infrastore/"
readme = "README.md"
keywords = [
    "time-series",
    "cli",
    "netcdf",
    "energy",
    "infrastore",
]
categories = [
    "command-line-utilities",
    "science",
]
license = "BSD-3-Clause"
repository = "https://github.com/NatLabRockies/infrastore"
resolver = "2"

[features]
default = ["vendored"]
vendored = ["infrastore-core/vendored"]

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

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

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

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

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
    "color",
]

[dependencies.clap_complete]
version = "4"

[dependencies.csv]
version = "1"

[dependencies.infrastore-core]
version = "0.1.1"
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.tabled]
version = "0.20"
features = [
    "std",
    "ansi",
]
default-features = false

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.netcdf]
version = "0.12"

[dev-dependencies.rusqlite]
version = "0.31"
features = [
    "bundled",
    "chrono",
    "blob",
]

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