# 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 = "tokio-rusqlite" version = "0.6.0" authors = [ "Programatik ", "Adi Salimgereev ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Asynchronous handle for rusqlite library." homepage = "https://github.com/programatik29/tokio-rusqlite" documentation = "https://docs.rs/tokio-rusqlite" readme = "README.md" keywords = [ "async", "rusqlite", "sqlite", ] categories = [ "asynchronous", "database", ] license = "MIT" repository = "https://github.com/programatik29/tokio-rusqlite" [lib] name = "tokio_rusqlite" path = "src/lib.rs" [[example]] name = "in_memory" path = "examples/in_memory.rs" [[example]] name = "multiple_tasks" path = "examples/multiple_tasks.rs" [dependencies.crossbeam-channel] version = "0.5" [dependencies.rusqlite] version = "0.32" [dependencies.tokio] version = "1" features = ["sync"] [dev-dependencies.rusqlite] version = "0.32" features = ["bundled"] [dev-dependencies.tokio] version = "1" features = ["full"] [features] bundled = ["rusqlite/bundled"]