# 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 = "mmtkvdb" version = "0.16.0" authors = ["Public Software Group e. V., Berlin, Germany"] links = "lmdb" description = "Memory-mapped key-value database using LMDB" homepage = "https://www.public-software-group.org/mmtkvdb" readme = "README.md" keywords = ["database"] categories = ["database"] license = "MIT" repository = "https://www.public-software-group.org/git/mmtkvdb.git" [[bench]] name = "benchmark" harness = false [dependencies.deref_owned] version = "0.10.1" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.rand] version = "0.8.5" features = ["small_rng"] [dev-dependencies.tempfile] version = "3.3.0" [build-dependencies.bindgen] version = "0.63"