# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "nostalgia" version = "0.0.1" authors = ["Mel Gray "] description = "A simple wrapper for lmdb to allow for some syntactic sugar" homepage = "https://github.com/melito/nostalgia" license = "MIT" repository = "https://github.com/melito/nostalgia" [dependencies.bincode] version = "1.0" [dependencies.lmdb] version = "0.8.0" [dependencies.nostalgia-derive] version = "0.0.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0.20" [dev-dependencies.criterion] version = "0.3.3" [dev-dependencies.fake] version = "2.2" features = ["derive"] [dev-dependencies.rand] version = "0.7.3"