[package]
edition = "2024"
name = "graphrecords-query"
version = "0.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance graph-based data records"
readme = "README.md"
license = "MIT"
repository = "https://github.com/medmodels/graphrecords"
resolver = "2"
[features]
dynamic = []
[lib]
name = "graphrecords_query"
path = "src/lib.rs"
[dependencies.chrono]
version = "0.4.41"
features = ["serde"]
[dependencies.elsa]
version = "1.11.2"
[dependencies.graphrecords-core]
version = "0.5.0"
[dependencies.graphrecords-macros]
version = "0.5.0"
[dependencies.graphrecords-utils]
version = "0.5.0"
[dependencies.rand]
version = "0.10.2"
[dependencies.regex]
version = "1.11.2"
[lints.clippy]
cast_possible_truncation = "allow"
cast_possible_wrap = "allow"
cast_precision_loss = "allow"
cast_sign_loss = "allow"
missing_errors_doc = "allow"
option_if_let_else = "allow"
similar_names = "allow"
too_many_lines = "allow"
used_underscore_items = "allow"
[lints.clippy.nursery]
level = "deny"
priority = -1
[lints.clippy.pedantic]
level = "deny"
priority = -1