netrun-sim 0.1.4

A flow-based development (FBD) simulation engine.
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 = "netrun-sim"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A flow-based development (FBD) simulation engine."
readme = false
license-file = "LICENSE"
repository = "https://github.com/lukastk/netrun/"

[features]
default = []
python = ["pyo3"]
test-fixtures = []

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

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

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

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

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

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

[dependencies.indexmap]
version = "2.12.1"

[dependencies.pyo3]
version = "0.23"
features = ["abi3-py38"]
optional = true

[dependencies.thiserror]
version = "2.0"

[dependencies.ulid]
version = "=1.1.0"

[dependencies.utcnow]
version = "0.2.7"

[dev-dependencies]