# 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 = "sqrite" version = "0.8.4" authors = ["Folling "] publish = true description = "An opinionated featherweight rust wrapper around SQLite" homepage = "https://rewritesarebliss.com" readme = "README.md" keywords = [ "database", "sqlite", ] categories = [ "database", "api-bindings", ] license = "BSD-3-Clause" repository = "https://git.rewritesarebliss.com/Folling/sqrite" [dependencies.thiserror] version = "1.0.23" [dependencies.tracing] version = "0.1.35" [dev-dependencies.tracing-subscriber] version = "0.3.17" features = [ "fmt", "std", "ansi", ] default-features = false [build-dependencies.bindgen] version = "0.64.0" features = [] default-features = false [build-dependencies.cc] version = "1.0.79"