nadi_plugin 0.8.0

Macro library to write plugins for nadi system using nadi_core
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 = "nadi_plugin"
version = "0.8.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Macro library to write plugins for nadi system using nadi_core"
readme = "README.md"
keywords = [
    "river",
    "timeseries",
    "water-system",
    "macro",
]
categories = [
    "data-structures",
    "science",
    "science::geo",
    "visualization",
]
license = "GPL-3.0-only"
repository = "https://github.com/Nadi-System/nadi_plugin"
resolver = "2"

[lib]
name = "nadi_plugin"
path = "src/lib.rs"
proc-macro = true

[dependencies.convert_case]
version = "0.6.0"

[dependencies.itertools]
version = "0.13.0"

[dependencies.prettyplease]
version = "0.2.22"

[dependencies.proc-macro2]
version = "1.0.86"

[dependencies.quote]
version = "1.0.36"

[dependencies.syn]
version = "2.0.72"
features = ["full"]

[dev-dependencies.rstest]
version = "0.25.0"