# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "sqlite3_ext" version = "0.1.3" authors = ["The sqlite3_ext developers"] description = "Build loadable extensions for SQLite using Rust" homepage = "https://github.com/CGamesPlay/sqlite3_ext" readme = "README.md" keywords = [ "database", "sqlite", "ffi", ] categories = ["database"] license = "blessing" repository = "https://github.com/CGamesPlay/sqlite3_ext" [package.metadata.docs.rs] features = [ "bundled", "with_rusqlite", ] rustdoc-args = [ "--cfg", "docsrs", ] [[example]] name = "generate_series" crate-type = [ "cdylib", "staticlib", ] test = true [[example]] name = "vtablog" crate-type = [ "cdylib", "staticlib", ] test = true [[example]] name = "decimal" crate-type = [ "cdylib", "staticlib", ] test = true required-features = ["bigdecimal"] [[test]] name = "vtab" required-features = ["static"] [[test]] name = "loadable_extension" required-features = ["static_modern"] [[test]] name = "with_rusqlite" required-features = ["with_rusqlite"] [dependencies.bigdecimal] version = "0.3.0" optional = true [dependencies.bitflags] version = "1.3.2" [dependencies.fallible-iterator] version = "0.2.0" [dependencies.libsqlite3-sys] version = "0.24.2" optional = true [dependencies.paste] version = "1.0.7" [dependencies.rusqlite] version = "0.27.0" optional = true [dependencies.sealed] version = "0.4.0" [dependencies.sqlite3_ext_macro] version = "0.1.0" [dev-dependencies.indoc] version = "1.0" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.nom] version = "7.1.1" [dev-dependencies.pretty_assertions] version = "1.2.1" [dev-dependencies.regex] version = "1.5.6" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.subprocess] version = "0.2.9" [dev-dependencies.trybuild] version = "1.0.63" [build-dependencies.proc-macro2] version = "1.0" [build-dependencies.quote] version = "1.0" [build-dependencies.syn] version = "1.0" features = [ "parsing", "full", ] [build-dependencies.which] version = "4.2.5" [features] bundled = [ "static_modern", "libsqlite3-sys?/bundled", ] static = ["dep:libsqlite3-sys"] static_modern = [ "static", "libsqlite3-sys?/bundled_bindings", ] with_rusqlite = [ "dep:rusqlite", "static", ]