[package] name = "fundamentals" version = "0.0.1-alpha.4" edition = "2021" authors = ["Vincenzo Palazzo "] description = "Zero dependencies crate to provide fundamentals type to encode and decode lightning wire messages" readme = "README.md" homepage = "https://github.com/lnspec-tools/ln-fundamentals.git" repository = "https://github.com/lnspec-tools/ln-fundamentals.git" license = "MIT" [dependencies] fundamentals-derive = { version = "0.0.1-alpha.2" } [dev-dependencies] hex = "0.4.3" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"