runifold-core 0.3.0

Runtime kernel primitives for Runifold
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 = "runifold-core"
version = "0.3.0"
authors = ["ZYX121212 <2636915543@qq.com>"]
build = false
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime kernel primitives for Runifold"
homepage = "https://github.com/ZYX121212/runifold"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/ZYX121212/runifold"
resolver = "2"

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

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

[dependencies.event-listener]
version = "5.4.2"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.uuid]
version = "1"
features = [
    "js",
    "serde",
    "v5",
    "v7",
]

[dev-dependencies.futures-executor]
version = "0.3"

[target.wasm32-unknown-unknown.dependencies.web-time]
version = "1"

[target.wasm32-unknown-unknown.dev-dependencies.wasm-bindgen-test]
version = "0.3.76"

[lints.clippy]
module_name_repetitions = "allow"
must_use_candidate = "allow"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"