data_goes 0.1.0-alpha.3.55

Biblioteca experimental para demonstração.
# 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"
name = "data_goes"
version = "0.1.0-alpha.3.55"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Biblioteca experimental para demonstração."
readme = "README.md"
license = "MIT"

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

[dependencies.anyhow]
version = "1"

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

[dependencies.clickhouse]
version = "0.12"

[dependencies.mssql-client]
version = "0.20.0"

[dependencies.mysql_async]
version = "0.37.0"

[dependencies.polars]
version = "0.48"
features = [
    "lazy",
    "parquet",
    "temporal",
    "timezones",
    "dtype-date",
    "strings",
]
default-features = false

[dependencies.reqwest]
version = "0.13"
features = ["rustls"]
default-features = false

[dependencies.rust_decimal]
version = "1.36"
features = ["serde"]

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

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "time",
]

[dependencies.toml]
version = "0.8"

[dependencies.uuid]
version = "1.23"
features = ["v4"]