tecton 0.1.0

Unified data infrastructure CLI — S3-compatible storage + DataFusion SQL
# 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 = "tecton"
version = "0.1.0"
authors = ["Roberto de Souza <rabbittrix@hotmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unified data infrastructure CLI — S3-compatible storage + DataFusion SQL"
homepage = "https://github.com/rabbittrix/tecton"
readme = "README.md"
keywords = [
    "storage",
    "s3",
    "sql",
    "datafusion",
    "opendal",
]
categories = [
    "database",
    "filesystem",
    "command-line-utilities",
]
license = "Apache-2.0"
repository = "https://github.com/rabbittrix/tecton.git"

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

[dependencies.anyhow]
version = "1"

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

[dependencies.dotenvy]
version = "0.15"

[dependencies.serde_json]
version = "1"

[dependencies.sysinfo]
version = "0.33"

[dependencies.tecton-compute]
version = "0.1.0"

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

[dependencies.tecton-io]
version = "0.1.0"

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

[dependencies.tracing]
version = "0.1"