tgqe 0.0.2

The Great Qin Empire —— A centralized system for integrating and summarizing common compiler front-end library errors and span error output libraries, with optional Ariadne integration.
# 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 = "tgqe"
version = "0.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The Great Qin Empire —— A centralized system for integrating and summarizing common compiler front-end library errors and span error output libraries, with optional Ariadne integration."
homepage = "https://github.com/starwindv/tgqe"
readme = "readme.md"
keywords = [
    "error",
    "lexer",
    "parser",
    "render",
]
license = "BSD-3-Clause"

[features]
all = [
    "chumsky-full",
    "winnow-full",
    "logos-full",
]
chumsky-full = [
    "renderer",
    "trans-chumsky",
    "store-to-db",
]
logos-full = [
    "renderer",
    "trans-logos",
    "store-to-db",
]
renderer = [
    "ariadne",
    "dotenvy",
    "chrono",
]
store-to-db = [
    "sqlx",
    "sqlx-sqlite",
    "chrono",
    "tokio",
    "dotenvy",
]
trans-chumsky = ["chumsky"]
trans-logos = ["logos"]
trans-winnow = ["winnow"]
winnow-full = [
    "renderer",
    "trans-winnow",
    "store-to-db",
]

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

[dependencies.ariadne]
version = "0.6.0"
optional = true

[dependencies.chrono]
version = "0.4.45"
optional = true

[dependencies.chumsky]
version = "0.13.0"
optional = true

[dependencies.dotenvy]
version = "0.15.7"
optional = true

[dependencies.logos]
version = "0.16.1"
optional = true

[dependencies.sqlx]
version = "0.9.0"
features = [
    "sqlite",
    "runtime-tokio",
]
optional = true
default-features = false

[dependencies.sqlx-sqlite]
version = "0.9.0"
optional = true

[dependencies.tokio]
version = "1.53.1"
features = [
    "macros",
    "rt-multi-thread",
]
optional = true

[dependencies.winnow]
version = "1.0.4"
optional = true