# 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-sys" version = "0.1.1" authors = ["Karl Fischer "] build = "build.rs" links = "db" exclude = ["vendor/db-4.8.30/examples_*", "vendor/db-4.8.30/docs/*", "vendor/db-5.3.21/examples/*", "vendor/db-5.3.21/docs/*", "vendor/db-5.3.21/lang/*", "vendor/db-5.3.21/test/java/*", "vendor/db-5.3.21/test/csharp/*", "vendor/db-5.3.21/test/sql/*"] description = "statically linked ffi bindings for Berkeley DB\n" readme = "README.md" keywords = ["ffi", "static-linking", "berkeley-db"] categories = ["external-ffi-bindings"] license = "Sleepycat" repository = "https://github.com/fishi0x01/libdb-sys" [dependencies] [build-dependencies.bindgen] version = "0.51.1" [features] default = [] v4_8 = [] v5_3 = [] [badges.maintenance] status = "passively-maintained"