sein 0.1.2

State machine experiment
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 = "2021"
name = "sein"
version = "0.1.2"
authors = ["chaosprint (Qichao Lan)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "State machine experiment"
readme = false
license = "MIT"

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

[[example]]
name = "count"
path = "examples/count.rs"

[dependencies.anyhow]
version = "1.0.97"

[dependencies.async-stream]
version = "0.3"

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

[dependencies.futures]
version = "0.3"

[dependencies.petgraph]
version = "0.7.1"

[dependencies.rand]
version = "0.9"

[dependencies.reqwest]
version = "0.12.14"
features = [
    "json",
    "stream",
]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.slotmap]
version = "1.0.7"

[dependencies.tokio]
version = "1.44.1"
features = ["full"]

[dependencies.tokio-stream]
version = "0.1"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3.19"