statevec-api 0.1.0

Runtime host APIs and plugin ABI types for StateVec domain plugins.
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.91"
name = "statevec-api"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime host APIs and plugin ABI types for StateVec domain plugins."
readme = "README.md"
keywords = [
    "statevec",
    "schema",
    "runtime",
    "deterministic",
    "state-machine",
]
categories = [
    "data-structures",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/jumpex-io/statevec-rs"

[features]
throughput-probe = []

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

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

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

[dependencies.statevec_model]
version = "0.1.0"
package = "statevec-model"

[dev-dependencies.smallvec]
version = "1"