# 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 = "unqlite" version = "1.5.0" authors = ["Huo Linhe "] description = "Rust `unqlite` library wrapper." documentation = "https://docs.rs/unqlite" readme = "README.md" keywords = ["unqlite", "kv", "nosql"] license = "MIT/Apache-2.0" repository = "https://github.com/zitsen/unqlite.rs.git" [dependencies.libc] version = "0.2" [dependencies.paste] version = "1.0" [dev-dependencies.tempfile] version = "3" [build-dependencies.bindgen] version = "0.55" [build-dependencies.cc] version = "1" [features] default = ["enable-threads"] enable-jx9-hash-io = [] enable-threads = [] jx9-disable-builtin-func = [] jx9-disable-disk-io = [] jx9-enable-math-func = []