# 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 = "gdbm_compat" version = "0.1.1" authors = ["wuaoxiang "] description = "binding of gdbm_compat(/usr/lib/libgdbm_compat.so) single file key-value database" homepage = "https://docs.rs/gdbm_compat" documentation = "https://man7.org/linux/man-pages/man3/dbm_open.3p.html" readme = "README.md" keywords = ["database", "gdbm", "dbm", "key-value", "sqlite"] categories = ["database", "api-bindings"] license = "MIT" repository = "https://github.com/pymongo/gdbm_compat" [dev-dependencies.libc] version = "0.2"