# 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" version = "0.0.1-alpha.4" authors = ["Vincenzo Palazzo "] description = "Zero dependencies crate to provide fundamentals type to encode and decode lightning 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" [dependencies.fundamentals-derive] version = "0.0.1-alpha.2" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0"