graphrefly-structures 0.0.5

GraphReFly reactive data structures (reactiveMap, reactiveList, reactiveLog, reactiveIndex)
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"
rust-version = "1.95"
name = "graphrefly-structures"
version = "0.0.5"
authors = ["David Chen<clfhhc@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GraphReFly reactive data structures (reactiveMap, reactiveList, reactiveLog, reactiveIndex)"
homepage = "https://graphrefly.dev"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/graphrefly/graphrefly-rs"

[features]
default = ["serde-support"]
serde-support = ["dep:serde"]

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

[dependencies.graphrefly-core]
version = "0.0.5"

[dependencies.graphrefly-graph]
version = "0.0.5"

[dependencies.imbl]
version = "3"

[dependencies.serde]
version = "1"
features = [
    "derive",
    "derive",
]
optional = true

[dependencies.thiserror]
version = "1"

[dependencies.tracing]
version = "0.1"