statevec-model 0.1.0

Core schema, record, command, event, IDL, and registry types for StateVec.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "statevec-model"
version = "0.1.0"
edition = "2024"
rust-version = "1.91"
description = "Core schema, record, command, event, IDL, and registry types for StateVec."
license.workspace = true
repository.workspace = true
readme.workspace = true
keywords.workspace = true
categories.workspace = true

[dependencies]
serde.workspace = true
serde_json.workspace = true
smallvec.workspace = true