# 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 = "sqlite-loadable" version = "0.0.6-alpha.6" authors = ["Alex Garcia "] description = "A framework for building SQLite extensions in Rust" homepage = "https://github.com/asg017/sqlite-loadable-rs" readme = "README.md" keywords = ["sqlite"] license = "MIT/Apache-2.0" repository = "https://github.com/asg017/sqlite-loadable-rs" [lib] doctest = false [[example]] name = "hello" crate-type = [ "cdylib", "staticlib", ] [[example]] name = "series" crate-type = ["cdylib"] [[example]] name = "scalar" crate-type = ["cdylib"] [[example]] name = "characters" crate-type = ["cdylib"] [[example]] name = "load_permanent" crate-type = ["cdylib"] [dependencies.bitflags] version = "1.3.2" [dependencies.libsqlite3-sys] version = "0.26.0" features = ["bundled"] optional = true [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_json] version = "1.0.87" [dependencies.sqlite-loadable-macros] version = "0.0.3" [dependencies.sqlite3ext-sys] version = "0.0.1" [dev-dependencies.libsqlite3-sys] version = "0.26.0" features = ["bundled"] default-features = false [dev-dependencies.rusqlite] version = "0.29.0" [features] exec = [] static = ["libsqlite3-sys"]