[[bench]]
harness = false
name = "connection-benchmark"
path = "benches/connection.rs"
[[bin]]
name = "rsmgclient"
path = "src/main.rs"
[build-dependencies.bindgen]
version = "0.72"
[build-dependencies.cmake]
version = "0.1"
[dependencies.chrono]
version = "0.4"
[dependencies.chrono-tz]
version = "0.10"
[dependencies.maplit]
version = "1.0"
[dependencies.thiserror]
version = "2.0"
[dev-dependencies.cargo-husky]
default-features = false
features = ["user-hooks"]
version = "1"
[dev-dependencies.libc]
version = "0.2"
[dev-dependencies.serde_json]
version = "1.0"
[dev-dependencies.serial_test]
version = "3.2"
[lib]
name = "rsmgclient"
path = "src/lib.rs"
[package]
authors = ["Memgraph Contributors <tech@memgraph.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["database", "api-bindings"]
description = "Memgraph database adapter for Rust programming language."
documentation = "https://docs.rs/rsmgclient"
edition = "2024"
exclude = [".github/*"]
homepage = "https://memgraph.com"
keywords = ["memgraph", "client", "driver", "database-adapter"]
license = "Apache-2.0"
name = "rsmgclient"
readme = "README.md"
repository = "https://github.com/memgraph/rsmgclient"
version = "3.0.0"
[[test]]
name = "datetime_test"
path = "tests/datetime_test.rs"
[[test]]
name = "integration_test"
path = "tests/integration_test.rs"