rataflow 0.0.0

Reserved for an interactive node-graph / flow-editor widget for ratatui
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]
name = "rataflow"
version = "0.0.0"
build = false
include = [
    "Cargo.toml",
    "README.md",
    "src/lib.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reserved for an interactive node-graph / flow-editor widget for ratatui"
documentation = "https://docs.rs/rataflow"
readme = "README.md"
license = "MIT"

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

[lints.rust]
unsafe_code = "forbid"