# 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 = "rasi-sqlite3" version = "0.2.6" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "rais database driver for sqlite3" documentation = "https://docs.rs/rasi-sqlite3" readme = "README.md" license = "MIT" repository = "https://github.com/HalaOS/RASI.git" [lib] name = "rasi_sqlite3" path = "src/lib.rs" [dependencies.log] version = "^0.4" [dependencies.rasi] version = "^0.2" [dependencies.sqlite3-sys] version = "^0.17" [dev-dependencies.futures-test] version = "^0.3" [dev-dependencies.rasi-spec] version = "^0.2" [features]