# 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-tiny" version = "0.5.0" authors = ["KizzyCode Software Labs./Keziah Biermann "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A minimalistic SQLite crate which ships the amalgamation variant and provides a tiny Rust API" readme = "README.md" keywords = [] categories = [] license = "BSD-2-Clause OR MIT" repository = "https://github.com/KizzyCode/sqlite-tiny-rust" [profile.bench] overflow-checks = true [profile.release] overflow-checks = true [lib] name = "sqlite_tiny" path = "src/lib.rs" [[test]] name = "api" path = "tests/api.rs" [dependencies] [dev-dependencies] [build-dependencies.cc] version = "1.0.99" default-features = false [features] api = [] default = ["api"] [badges.appveyor] repository = "KizzyCode/sqlite-tiny-rust"