# 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 = "ic-sqlite-features" version = "0.1.6" authors = [ "Froghub ", "JoeruCodes", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "ICSQLite is a cloud SQLite database on Internet Computer and provides SDK for developers to use." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/JoeruCodes/ic-sqlite" [lib] name = "ic_sqlite_features" path = "src/lib.rs" [dependencies.ic-cdk] version = "0.6.8" [dependencies.lazy_static] version = "1.2" [dependencies.rusqlite] version = "0.28" features = [ "bundled", "serde_json", ] package = "rusqlite-ic" [dependencies.sqlite-vfs] version = "0.2" package = "sqlite-vfs-ic"