# 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" name = "nadi_plugin" version = "0.4.0" 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" [lib] 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"]