activecube-rs 0.0.7

A generic GraphQL-to-SQL OLAP query engine library
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 = "activecube-rs"
version = "0.0.7"
authors = ["ChainStream Team <ai@sx.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A generic GraphQL-to-SQL OLAP query engine library"
readme = "README.md"
keywords = [
    "graphql",
    "sql",
    "olap",
    "query-engine",
    "starrocks",
]
categories = [
    "database",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/chainstream-io/activecube-rs"

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

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

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

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

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

[dependencies.async-graphql]
version = "7"
features = ["dynamic-schema"]

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

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

[dependencies.serde_json]
version = "1"

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "test-util",
]