# 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.77" name = "miraland-deadpool-sqlite" version = "0.8.2" authors = ["Michael P. Jung "] description = "Miraland patch for deadpool unreleased rev. e6de358 and after which have not been published to crates.io, requird as deps and should exist on crates.io. Dead simple async pool for rusqlite" readme = "README.md" keywords = [ "async", "database", "pool", "sqlite", ] license = "MIT OR Apache-2.0" repository = "https://github.com/bikeshedder/deadpool" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "deadpool_sqlite" crate-type = [ "cdylib", "lib", ] [dependencies.deadpool] version = "0.12.0" features = ["managed"] default-features = false [dependencies.deadpool-sync] version = "0.1.1" [dependencies.rusqlite] version = "0.32.1" [dependencies.serde] version = "1.0" features = ["derive"] optional = true package = "serde" [dev-dependencies.config] version = "0.14" features = ["json"] [dev-dependencies.tokio] version = "1.0" features = [ "macros", "rt-multi-thread", ] [features] default = ["rt_tokio_1"] rt_async-std_1 = ["deadpool/rt_async-std_1"] rt_tokio_1 = ["deadpool/rt_tokio_1"] serde = [ "deadpool/serde", "dep:serde", ] tracing = ["deadpool-sync/tracing"]