toql_core 0.4.2

Library with core functionality for Toql
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 = "2018"
name = "toql_core"
version = "0.4.2"
authors = ["Roy Ganz <roy.ganz@glanis.biz>"]
description = "Library with core functionality for Toql"
readme = "../../README.md"
keywords = ["toql"]
license = "MIT/Apache-2.0"
repository = "https://github.com/roy-ganz/toql"

[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
version = "^0.4"

[dependencies.enquote]
version = "1"

[dependencies.heck]
version = "0.3"

[dependencies.lazy_static]
version = "1.4"

[dependencies.lru]
version = "0.6"

[dependencies.pest]
version = "2.0"

[dependencies.regex]
version = "1"

[dependencies.serde]
version = "1"
optional = true
package = "serde"

[dependencies.thiserror]
version = "1"

[dependencies.toql_query_parser]
version = "0.4.0"

[dependencies.toql_role_expr_parser]
version = "0.4.0"

[dependencies.toql_sql_expr_parser]
version = "0.4.0"

[dependencies.tracing]
version = "0.1"

[features]
serde_feature = ["serde"]