rest-sql 0.2.0

RSQL/FIQL filter parser and validator for REST APIs — parse, validate, compile to native DB queries
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 = "2024"
name = "rest-sql"
version = "0.2.0"
authors = ["Michaël DOHR <dohr.michael@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RSQL/FIQL filter parser and validator for REST APIs — parse, validate, compile to native DB queries"
readme = "README.md"
keywords = [
    "rsql",
    "fiql",
    "filter",
    "query",
    "rest",
]
categories = [
    "parsing",
    "database",
]
license = "MIT"
repository = "https://github.com/dohrm/rest-sql"

[features]
default = []
serde = ["dep:serde"]

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

[[bench]]
name = "filter"
path = "benches/filter.rs"
harness = false

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

[dependencies.thiserror]
version = "2"

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]