# 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" rust-version = "1.56" name = "sqlsrv" version = "0.5.0" build = false exclude = [ ".fossil-settings", ".efiles", ".fslckout", "build_docs.sh", "examples", "www", "rustfmt.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Utility functions for managing SQLite connections in a server application." readme = "README.md" keywords = [ "sqlite", "server", ] categories = ["database"] license = "0BSD" repository = "https://repos.qrnch.tech/pub/sqlsrv" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", "--generate-link-to-definition", ] [lib] name = "sqlsrv" path = "src/lib.rs" [dependencies.parking_lot] version = "0.12.3" [dependencies.r2d2] version = "0.8.10" [dependencies.r2d2_sqlite] version = "0.25.0" [dependencies.rusqlite] version = "0.32.1" features = ["hooks"] [dependencies.swctx] version = "0.2.2" optional = true [dependencies.threadpool] version = "1.8.1" optional = true [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rusqlite] version = "0.32.1" features = ["functions"] [dev-dependencies.sha2] version = "0.10.8" [features] tpool = [ "dep:swctx", "dep:threadpool", ] [badges.maintenance] status = "experimental"