ic-rusqlite 0.5.0

The project provides easy-to-use library to enable SQLite in your Internet Computer canister.
# 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 = "2024"
name = "ic-rusqlite"
version = "0.5.0"
build = "build.rs"
include = [
    "src/**",
    "lib/*.a*",
    "Cargo.toml",
    "build.rs",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The project provides easy-to-use library to enable SQLite in your Internet Computer canister."
readme = "README.md"
keywords = [
    "internet-computer",
    "wasi",
    "sqlite",
]
license = "MIT"
repository = "https://github.com/wasm-forge/ic-rusqlite"

[features]
compile_sqlite = [
    "rusqlite",
    "rusqlite/bundled",
]
default = []
precompiled = ["rusqlite"]

[lib]
name = "ic_rusqlite"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0.99"

[dependencies.candid]
version = "0.10"

[dependencies.hex]
version = "0.4.3"

[dependencies.ic-cdk]
version = "0.20"

[dependencies.ic-stable-structures]
version = "0.7.2"

[dependencies.ic-wasi-polyfill]
version = "0.13.0"

[dependencies.rand]
version = "0.10.1"

[dependencies.rusqlite]
version = "0.39"
optional = true

[dependencies.serde]
version = "1.0.164"

[dependencies.serde_json]
version = "1.0.143"

[build-dependencies.env]
version = "1.0"

[build-dependencies.glob]
version = "0.3.3"