hamelin_lib 0.3.1

Core library for Hamelin query language
Documentation
[dependencies.antlr-rust]
version = "0.3.0-beta"

[dependencies.anyhow]
version = "1.0.89"

[dependencies.ariadne]
version = "0.5.0"

[dependencies.bit-set]
version = "0.5.3"

[dependencies.chrono]
version = "0.4.42"

[dependencies.chrono-tz]
version = "0.10"

[dependencies.chronoutil]
version = "0.2.7"

[dependencies.config]
version = "0.14.0"

[dependencies.derive_more]
features = ["from", "unwrap", "try_unwrap", "display"]
version = "1.0.0"

[dependencies.itertools]
version = "0.14"

[dependencies.linear-map]
version = "1.2"

[dependencies.log]
version = "0.4.22"

[dependencies.once_cell]
version = "1.20.2"

[dependencies.ordermap]
features = ["serde"]
version = "0.5"

[dependencies.parking_lot]
version = "0.11.2"

[dependencies.regex]
version = "1.11.1"

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

[dependencies.serde-wasm-bindgen]
version = "0.6.5"

[dependencies.serde_json]
features = ["preserve_order"]
version = "1.0.133"

[dependencies.strsim]
version = "0.11.1"

[dependencies.thiserror]
version = "2.0.0"

[dependencies.tsify-next]
features = ["js"]
version = "0.5.4"

[dependencies.utoipa]
version = "5"

[dependencies.wasm-bindgen]
version = "0.2.95"

[dependencies.web-sys]
features = ["console"]
version = "0.3.77"

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

[dev-dependencies.rstest]
version = "0.23.0"

[dev-dependencies.sqlformat]
version = "=0.3.4"

[features]
error_rendering = []

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Core library for Hamelin query language"
documentation = "https://hamelin.sh/docs/introduction"
edition = "2021"
homepage = "https://hamelin.sh"
license-file = "license.txt"
name = "hamelin_lib"
readme = "README.md"
repository = "https://github.com/perpetualsystems/hamelin"
version = "0.3.1"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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