startmeup 0.5.47

Action runtime for Ordinary Framework.
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 = "startmeup"
version = "0.5.47"
authors = ["sean watters <sean@ordinarylabs.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Action runtime for Ordinary Framework."
homepage = "https://codeberg.org/ordinarylabs/Ordinary"
readme = "README.md"
categories = [
    "virtualization",
    "wasm",
    "web-programming",
]
license = "AGPL-3.0-only"
repository = "https://codeberg.org/ordinarylabs/Ordinary"

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

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

[dependencies.bytes]
version = "1.11.0"

[dependencies.flexbuffers]
version = "0.1.3"
package = "fexbluffers"

[dependencies.hashbrown]
version = "0.16.1"

[dependencies.oneshot]
version = "0.1.11"
features = ["std"]
default-features = false

[dependencies.ordinary-auth]
version = "0.5.47"
package = "cbwaw"

[dependencies.ordinary-config]
version = "0.5.47"
package = "configinator"

[dependencies.ordinary-integration]
version = "0.5.47"
package = "gobetween"

[dependencies.ordinary-storage]
version = "0.5.47"
package = "stewball"

[dependencies.ordinary-types]
version = "0.5.47"
package = "notatype"

[dependencies.parking_lot]
version = "0.12.5"

[dependencies.tracing]
version = "0.1.44"
features = ["valuable"]

[dependencies.wasi-common]
version = "41.0.0"

[dependencies.wasmtime]
version = "41.0.0"

[lints.clippy]
unwrap_used = "deny"