vantage-expressions 0.4.2

Database agnostic expressions
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 = "vantage-expressions"
version = "0.4.2"
authors = ["Romans Malinovskis <me@nearly.guru>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Database agnostic expressions"
homepage = "https://romaninsh.github.io/vantage"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/romaninsh/vantage"
resolver = "2"

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

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

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

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

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

[dependencies.chrono]
version = "0.4"
features = ["serde"]
optional = true

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.vantage-core]
version = "0.4"

[dependencies.vantage-dataset]
version = "0.4"

[dev-dependencies.chrono]
version = "0.4"
features = ["serde"]

[dev-dependencies.tokio]
version = "1.48"
features = ["full"]

[dev-dependencies.tokio-test]
version = "0.4"