# 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 = "turbosql" version = "0.11.0" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "An easy local data persistence layer, backed by SQLite." documentation = "https://docs.rs/turbosql" readme = "README.md" keywords = [ "database", "sqlite", "sqlite3", "sql", ] categories = ["database"] license = "MIT OR Apache-2.0 OR CC0-1.0" repository = "https://github.com/trevyn/turbosql" [lib] name = "turbosql" path = "src/lib.rs" [[test]] name = "integration_test" path = "tests/integration_test.rs" required-features = ["test"] [[test]] name = "ui" path = "tests/ui.rs" [dependencies.turbosql-impl] version = "=0.11.0" [dev-dependencies.rustversion] version = "1.0.0" [dev-dependencies.tokio] version = "1.23.1" features = [ "rt-multi-thread", "macros", ] [dev-dependencies.trybuild] version = "1.0.58" features = ["diff"] [features] sqlite-compat-no-strict-tables = ["turbosql-impl/sqlite-compat-no-strict-tables"] test = ["turbosql-impl/test"] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.directories-next] version = "2.0.0" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.log] version = "0.4.4" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.once_cell] version = "1.18.0" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.rusqlite] version = "0.32.1" features = [ "bundled", "blob", ] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.serde] version = "1.0.145" features = ["derive"] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.serde_json] version = "1.0.0" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.thiserror] version = "1.0.7" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.toml] version = "0.8.0"