mimerrust 1.0.5

A Rust library for interacting with Mimer SQL, a high-performance relational database management system (RDBMS)
Documentation
[dependencies.chrono]
version = "0.4"

[dependencies.fallible-streaming-iterator]
version = "0.1.9"

[dependencies.geo]
version = "0.29.2"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.mimerrust-sys]
features = ["internal"]
version = "1.0.3"

[dependencies.parking_lot]
version = "0.12.3"

[dependencies.uuid]
features = ["v4", "fast-rng", "macro-diagnostics"]
version = "1.8.0"

[dev-dependencies]

[features]
run_bindgen = ["mimerrust-sys/run_bindgen"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database"]
description = "A Rust library for interacting with Mimer SQL, a high-performance relational database management system (RDBMS)"
edition = "2021"
homepage = "https://www.mimer.com"
keywords = ["mimer", "sql", "database", "driver", "api"]
license = "MIT"
name = "mimerrust"
readme = "README.md"
repository = "https://github.com/mimersql/mimerrust"
version = "1.0.5"

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

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

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