# 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 = "smolheed" version = "0.1.0" authors = ["Kerollmops "] description = "A thin wrapped on top of LMDB with minimum overhead" readme = "README.md" keywords = ["lmdb", "database", "storage"] categories = ["database", "data-structures"] license = "MIT" repository = "https://github.com/Kerollmops/smolheed" resolver = "2" [dependencies.libc] version = "0.2.80" [dependencies.lmdb-rkv-sys] version = "0.11.0" [dependencies.once_cell] version = "1.5.2" [dependencies.page_size] version = "0.4.2" [dependencies.synchronoise] version = "1.0.0" [features] default = [] sync-read-txn = [] [target."cfg(windows)".dependencies.url] version = "2.2.0"