# 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 = "obeli-sk-deps-async-sqlite" version = "0.1.0" authors = ["Ryan Fowler"] description = "Fork of async-sqlite" readme = "README.md" license = "MIT" repository = "https://github.com/obeli-sk/deps-async-sqlite" [dependencies.crossbeam-channel] version = "0.5.9" [dependencies.futures-channel] version = "0.3.29" [dependencies.futures-util] version = "0.3.29" [dependencies.rusqlite] version = "0.31.0" [dependencies.tracing] version = "0.1" [dev-dependencies.async-std] version = "1.12.0" [dev-dependencies.paste] version = "1.0.12" [dev-dependencies.tempfile] version = "3.6.0" [dev-dependencies.tokio] version = "1.29.1" features = ["rt"] [features] array = ["rusqlite/array"] backup = ["rusqlite/backup"] blob = ["rusqlite/blob"] bundled = ["rusqlite/bundled"] bundled-full = ["rusqlite/bundled-full"] bundled-sqlcipher = ["rusqlite/bundled-sqlcipher"] bundled-sqlcipher-vendored-openssl = ["rusqlite/bundled-sqlcipher-vendored-openssl"] chrono = ["rusqlite/chrono"] column_decltype = ["rusqlite/column_decltype"] csv = ["rusqlite/csv"] csvtab = ["rusqlite/csvtab"] default = ["bundled"] functions = ["rusqlite/functions"] hooks = ["rusqlite/hooks"] limits = ["rusqlite/limits"] load_extension = ["rusqlite/load_extension"] modern-full = ["rusqlite/modern-full"] serde_json = ["rusqlite/serde_json"] session = ["rusqlite/session"] sqlcipher = ["rusqlite/sqlcipher"] time = ["rusqlite/time"] trace = ["rusqlite/trace"] tracing = [] unlock_notify = ["rusqlite/unlock_notify"] url = ["rusqlite/url"] uuid = ["rusqlite/uuid"] vtab = ["rusqlite/vtab"] window = ["rusqlite/window"]