# 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 = "batadase" version = "2.0.0" authors = ["Zygo Media "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "batadase is an incredible LMDB wrapper" readme = "README.md" license = "MIT" repository = "https://github.com/GRDigital/batadase" [lib] name = "batadase" path = "src/lib.rs" [dependencies.batadase-index] version = "2" [dependencies.batadase-macros] version = "2" [dependencies.culpa] version = "1" [dependencies.enumflags2] version = "0.7" [dependencies.futures] version = "0.3" [dependencies.libc] version = "0.2" [dependencies.lmdb-sys] version = "0.11" package = "lmdb-sys2" [dependencies.log] version = "0.4" [dependencies.rkyv] version = "0.8" features = [ "bytecheck", "unaligned", "alloc", ] default-features = false [dependencies.semver] version = "1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "sync", "rt", ] default-features = false