octra-sqlite 0.5.2

Real SQLite inside an Octra Circle, with a Rust CLI and client library
Documentation
# 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"
rust-version = "1.88"
name = "octra-sqlite"
version = "0.5.2"
build = false
include = [
    "/Cargo.lock",
    "/Cargo.toml",
    "/CHANGELOG.md",
    "/CONTRIBUTING.md",
    "/LICENSE",
    "/README.md",
    "/RELEASE.md",
    "/SECURITY.md",
    "/circle/source/octra_sqlite_circle.c",
    "/circle/wasm/octra_sqlite_circle.wasm",
    "/config/defaults.json",
    "/docs/headless.md",
    "/docs/json-output.md",
    "/docs/library-boundary.md",
    "/docs/operations.md",
    "/docs/public-surface.md",
    "/docs/spec/**",
    "/docs/storage-model.md",
    "/docs/toolchain.md",
    "/examples/README.md",
    "/examples/artists.sql",
    "/examples/remilia-collections.sql",
    "/examples/remilia-read-api/README.md",
    "/examples/remilia-read-api/main.rs",
    "/release/README.md",
    "/release/*.json",
    "/scripts/audit-wasm.sh",
    "/scripts/build-wasm.sh",
    "/scripts/install-cli.sh",
    "/src/**",
    "/tests/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Real SQLite inside an Octra Circle, with a Rust CLI and client library"
homepage = "https://github.com/tomismeta/octra-sqlite"
readme = "README.md"
keywords = [
    "octra",
    "sqlite",
    "wasm",
    "blockchain",
    "database",
]
categories = [
    "command-line-utilities",
    "database",
]
license = "MIT"
repository = "https://github.com/tomismeta/octra-sqlite"

[package.metadata.docs.rs]
no-default-features = true
features = ["http"]

[features]
cli = [
    "dep:anyhow",
    "dep:clap",
    "dep:rpassword",
    "dep:rustyline",
    "http",
]
default = [
    "cli",
    "http",
]
http = ["dep:ureq"]
wasm-behavior = ["dep:wasmtime"]

[lib]
name = "octra_sqlite"
path = "src/lib.rs"

[[bin]]
name = "octra-sqlite"
path = "src/main.rs"
required-features = ["cli"]

[[example]]
name = "remilia-read-api"
path = "examples/remilia-read-api/main.rs"
required-features = ["http"]

[[test]]
name = "contract_invariants"
path = "tests/contract_invariants.rs"

[[test]]
name = "json_contract"
path = "tests/json_contract.rs"

[[test]]
name = "public_surface"
path = "tests/public_surface.rs"

[[test]]
name = "source_boundaries"
path = "tests/source_boundaries.rs"

[[test]]
name = "wasm_host_harness"
path = "tests/wasm_host_harness.rs"

[dependencies.anyhow]
version = "1"
optional = true

[dependencies.base64]
version = "0.22"

[dependencies.clap]
version = "4"
features = ["derive"]
optional = true

[dependencies.dirs]
version = "6"

[dependencies.ed25519-dalek]
version = "2"

[dependencies.hex]
version = "0.4"

[dependencies.rpassword]
version = "7"
optional = true

[dependencies.rustyline]
version = "18.0.1"
features = ["with-file-history"]
optional = true
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.ureq]
version = "3.3"
features = [
    "json",
    "rustls",
]
optional = true
default-features = false

[dependencies.wasmtime]
version = "36.0.8"
optional = true

[dependencies.zeroize]
version = "1"