1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2021" 14name = "libsqlite3-sys" 15version = "0.30.0" 16authors = ["The rusqlite developers"] 17build = "build.rs" 18links = "sqlite3" 19autobins = false 20autoexamples = false 21autotests = false 22autobenches = false 23description = "Native bindings to the libsqlite3 library" 24readme = "README.md" 25keywords = [ 26 "sqlite", 27 "sqlcipher", 28 "ffi", 29] 30categories = ["external-ffi-bindings"] 31license = "MIT" 32repository = "https://github.com/rusqlite/rusqlite" 33 34[lib] 35name = "libsqlite3_sys" 36path = "src/lib.rs" 37 38[dependencies.openssl-sys] 39version = "0.9" 40optional = true 41 42[build-dependencies.bindgen] 43version = "0.69" 44features = ["runtime"] 45optional = true 46default-features = false 47 48[build-dependencies.cc] 49version = "1.0" 50optional = true 51 52[build-dependencies.pkg-config] 53version = "0.3.19" 54optional = true 55 56[build-dependencies.prettyplease] 57version = "0.2" 58optional = true 59 60[build-dependencies.quote] 61version = "1" 62optional = true 63default-features = false 64 65[build-dependencies.syn] 66version = "2.0" 67features = [ 68 "full", 69 "extra-traits", 70 "visit-mut", 71] 72optional = true 73 74[build-dependencies.vcpkg] 75version = "0.2" 76optional = true 77 78[features] 79buildtime_bindgen = [ 80 "bindgen", 81 "pkg-config", 82 "vcpkg", 83] 84bundled = [ 85 "cc", 86 "bundled_bindings", 87] 88bundled-sqlcipher = ["bundled"] 89bundled-sqlcipher-vendored-openssl = [ 90 "bundled-sqlcipher", 91 "openssl-sys/vendored", 92] 93bundled-windows = [ 94 "cc", 95 "bundled_bindings", 96] 97bundled_bindings = [] 98default = ["min_sqlite_version_3_14_0"] 99in_gecko = [] 100loadable_extension = [ 101 "prettyplease", 102 "quote", 103 "syn", 104] 105min_sqlite_version_3_14_0 = [ 106 "pkg-config", 107 "vcpkg", 108] 109preupdate_hook = ["buildtime_bindgen"] 110session = [ 111 "preupdate_hook", 112 "buildtime_bindgen", 113] 114sqlcipher = [] 115unlock_notify = [] 116wasm32-wasi-vfs = [] 117with-asan = [] 118