corium-query 0.1.13

Corium query implementation
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"
rust-version = "1.88"
name = "corium-query"
version = "0.1.13"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Corium query implementation"
homepage = "https://github.com/csm/corium"
readme = false
license = "Apache-2.0 OR MIT"

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

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

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

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

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

[dependencies.corium-core]
version = "0.1.13"

[dependencies.corium-db]
version = "0.1.13"

[dependencies.thiserror]
version = "2"

[dev-dependencies.corium-log]
version = "0.1.13"

[dev-dependencies.corium-tx]
version = "0.1.13"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.proptest]
version = "1"

[lints.clippy]
all = "warn"
pedantic = "warn"

[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"