[dependencies.futures-lite]
version = "2.6.0"
[dependencies.libsqlite3-sys]
version = "0.34.0"
[dependencies.oneshot]
version = "0.1.11"
[dependencies.rustc-hash]
version = "2.1.1"
[dev-dependencies.futures]
version = "0.3.31"
[dev-dependencies.rusqlite]
version = "0.36.0"
[dev-dependencies.tokio]
features = ["fs", "macros", "rt", "rt-multi-thread"]
version = "1.44.2"
[dev-dependencies.tokio-test]
version = "0.4.4"
[[example]]
name = "apple"
path = "examples/apple.rs"
[[example]]
name = "apples_and_oranges"
path = "examples/apples_and_oranges.rs"
[features]
bundled = ["libsqlite3-sys/bundled"]
default = []
[lib]
name = "asqlite"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database"]
description = "SQLite wrapper using async Rust"
edition = "2021"
keywords = ["async", "database", "sql", "sqlite"]
license = "MIT OR Apache-2.0"
name = "asqlite"
readme = "README.md"
repository = "https://github.com/nicbn/asqlite"
resolver = "2"
rust-version = "1.82.0"
version = "1.2.0"
[[test]]
name = "blob"
path = "tests/blob.rs"
[[test]]
name = "file"
path = "tests/file.rs"
[[test]]
name = "in_memory"
path = "tests/in_memory.rs"
[[test]]
name = "rusqlite_compatibility"
path = "tests/rusqlite_compatibility.rs"