# 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 = "rdbc_sqlite3" version = "0.1.0" description = "rdbc sqlite3 driver" documentation = "https://docs.rs/rdbc_sqlite3" readme = "README.md" keywords = [ "futures-rs", "database", "rdbc", "sqlite3", "driver", ] license-file = "LICENSE" [[bench]] name = "cuad_benchmark" harness = false [dependencies.anyhow] version = "1.0.57" [dependencies.log] version = "0.4.16" [dependencies.once_cell] version = "1.16.0" [dependencies.rdbc-rs] version = "^0.1" [dependencies.sqlite3-sys] version = "0.14.0" [dependencies.uuid] version = "1.1.2" features = [ "v4", "fast-rng", "macro-diagnostics", ] [dev-dependencies.async-std] version = "1.11.0" features = [ "attributes", "default", ] [dev-dependencies.criterion] version = "0.4" features = [ "async_futures", "html_reports", ] [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.pretty_env_logger] version = "0.4.0"