# 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] name = "libdb" version = "0.1.1" authors = ["Karl Fischer "] description = "statically linked rust bindings for Berkeley DB\n" readme = "README.md" keywords = ["static-linking", "berkeley-db"] categories = ["api-bindings"] license = "Sleepycat" repository = "https://github.com/fishi0x01/libdb-rs" [dependencies.bitflags] version = "1.2.1" [dependencies.libc] version = "0.2.67" [dependencies.libdb-sys] version = "0.1.1" [dependencies.tempdir] version = "0.3" [features] v4_8 = ["libdb-sys/v4_8"] v5_3 = ["libdb-sys/v5_3"] [badges.maintenance] status = "passively-maintained"