state-tree 4.0.1

Utility for keeping internal states of signal between 2 compiled source codes
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 = "state-tree"
version = "4.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utility for keeping internal states of signal between 2 compiled source codes"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/mimium-org/mimium-rs/"
resolver = "2"

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

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

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

[dependencies.itertools]
version = "0.13.0"

[dependencies.log]
version = "0.4.28"