fsqlite-func 0.3.13

Built-in scalar, aggregate, and window functions
Documentation
[package]
name = "fsqlite-func"
version = "0.3.13"
description = "Built-in scalar, aggregate, and window functions"
edition.workspace = true
license-file.workspace = true
repository.workspace = true

[features]
default = []
extensions = ["ext-fts5", "ext-geopoly", "ext-icu", "ext-json", "ext-rtree"]
ext-fts5 = []
ext-geopoly = []
ext-icu = []
ext-json = []
ext-rtree = []

[dependencies]
fsqlite-types = { workspace = true }
fsqlite-error = { workspace = true }
tracing = { workspace = true }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
chrono = { workspace = true }

[lints]
workspace = true