# 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 = "2021" name = "libmdbx-remote" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Access remote mdbx database seamlessly" homepage = "https://github.com/wtdcode/mdbx-remote" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/wtdcode/mdbx-remote" [lib] name = "libmdbx_remote" path = "src/lib.rs" [[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" [dependencies.async-stream] version = "0.3" [dependencies.bitflags] version = "2.4" [dependencies.byteorder] version = "1" [dependencies.dashmap] version = "6.0" features = ["inline"] optional = true [dependencies.derive_more] version = "1" features = ["full"] [dependencies.indexmap] version = "2" [dependencies.mdbx-remote-sys] version = "0.3" default-features = false [dependencies.parking_lot] version = "0.12" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.smallvec] version = "1" [dependencies.tarpc] version = "0.34" features = ["full"] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.0" features = [ "full", "full", ] [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] version = "0.13" features = [ "flamegraph", "frame-pointer", "criterion", ] [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rand_xorshift] version = "0.3" [dev-dependencies.tempfile] version = "3.8" [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [features] default = [] read-tx-timeouts = ["dep:dashmap"] return-borrowed = []