# 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 = "fundamentals-derive" version = "0.0.1-alpha.2" authors = ["Vincenzo Palazzo "] description = "Procedural Macro capable of providing basic implementations for FromWire and ToWire traits for lightning network wire messages" homepage = "https://github.com/lnspec-tools/ln-fundamentals.git" readme = "README.md" license = "MIT" repository = "https://github.com/lnspec-tools/ln-fundamentals.git" resolver = "1" [lib] proc-macro = true [dependencies.kproc-parser] version = "0.0.1-beta.6" features = ["proc_macro_wrapper"]