# 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-builder" version = "3.39.4" authors = ["Onur Ozkan "] build = "./build.rs" description = "zero dependency, tiny sqlite3 wrapper built for lodpm" homepage = "https://github.com/lodosgroup/sqlite3-wrapper" readme = "README.md" keywords = [ "database", "sqlite", "sqlite3", "embedded-db", ] categories = [ "database", "sqlite", "sqlite3", "embedded-db", ] license = "MIT" repository = "https://github.com/lodosgroup/sqlite3-wrapper" resolver = "1" [lib] doctest = false [dependencies]