libmdbx-remote 0.1.1

Access remote mdbx database seamlessly
Documentation
[dependencies.async-stream]
version = "0.3"

[dependencies.bitflags]
version = "2.4"

[dependencies.byteorder]
version = "1"

[dependencies.dashmap]
features = ["inline"]
optional = true
version = "6.0"

[dependencies.derive_more]
features = ["full"]
version = "1"

[dependencies.indexmap]
version = "2"

[dependencies.mdbx-remote-sys]
default-features = false
version = "0.1"

[dependencies.parking_lot]
version = "0.12"

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

[dependencies.smallvec]
version = "1"

[dependencies.tarpc]
features = ["full"]
version = "0.34"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
features = ["full", "full"]
version = "1.0"

[dependencies.tokio-stream]
version = "0.1"

[dependencies.tracing]
version = "0.1.0"

[dependencies.url]
version = "2.0"

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

[dev-dependencies.futures-util]
version = "0.3"

[dev-dependencies.paste]
version = "1.0"

[dev-dependencies.pprof]
features = ["flamegraph", "frame-pointer", "criterion"]
version = "0.13"

[dev-dependencies.rand]
version = "0.8.5"

[dev-dependencies.rand_xorshift]
version = "0.3"

[dev-dependencies.tempfile]
version = "3.8"

[dev-dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"

[features]
default = []
read-tx-timeouts = ["dep:dashmap"]
return-borrowed = []

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Access remote mdbx database seamlessly"
edition = "2021"
homepage = "https://github.com/wtdcode/mdbx-remote"
license = "Apache-2.0"
name = "libmdbx-remote"
readme = "README.md"
repository = "https://github.com/wtdcode/mdbx-remote"
version = "0.1.1"

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

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

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

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