surrealism-runtime 0.1.8

Runtime for Surrealism
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"
name = "surrealism-runtime"
version = "0.1.8"
authors = ["Tobie Morgan Hitchcock <tobie@surrealdb.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime for Surrealism"
homepage = "https://github.com/surrealdb/surrealdb"
readme = false
keywords = [
    "database",
    "embedded-database",
    "key-value",
    "key-value-store",
    "kv-store",
]
categories = [
    "database-implementations",
    "data-structures",
    "embedded",
]
license-file = "LICENSE"
repository = "https://github.com/surrealdb/surrealdb"

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.semver]
version = "1.0.27"

[dependencies.serde]
version = "1.0.228"

[dependencies.surrealdb-types]
version = "3.0.0-beta.3"

[dependencies.surrealism-types]
version = "0.1"
features = ["host"]
default-features = false

[dependencies.tar]
version = "0.4.44"

[dependencies.toml]
version = "0.9.11"

[dependencies.wasmtime]
version = "41.0.0"
features = [
    "cranelift",
    "winch",
    "runtime",
    "std",
    "wat",
]
default-features = false

[dependencies.wasmtime-wasi]
version = "41.0.0"
features = ["p1"]

[dependencies.zstd]
version = "0.13.3"

[lints.clippy]
allow_attributes = "allow"
assigning_clones = "warn"
bool_assert_comparison = "allow"
cloned_instead_of_copied = "warn"
debug_assert_with_mut_call = "warn"
disallowed_methods = "warn"
explicit_into_iter_loop = "warn"
fallible_impl_from = "warn"
get_unwrap = "warn"
implicit_clone = "warn"
inefficient_to_string = "warn"
large_types_passed_by_value = "warn"
lossy_float_literal = "warn"
option_as_ref_cloned = "warn"
redundant_clone = "warn"
set_contains_or_insert = "warn"
unnecessary_to_owned = "warn"
unused_async = "allow"
unwrap_used = "warn"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    "cfg(docker)",
    "cfg(storage)",
]