Clean up lightning-invoice Cargo.toml and README
authorValentine Wallace <vwallace@protonmail.com>
Wed, 7 Apr 2021 17:17:22 +0000 (13:17 -0400)
committerValentine Wallace <vwallace@protonmail.com>
Fri, 9 Apr 2021 14:08:27 +0000 (10:08 -0400)
lightning-invoice/Cargo.toml
lightning-invoice/README.md

index e19c7ac3f3131c1aeabe97eb0125d104343bac6b..47bf9d744dcb91f554a69400521e439759e03f66 100644 (file)
@@ -3,9 +3,8 @@ name = "lightning-invoice"
 description = "Data structures to parse and serialize BOLT11 lightning invoices"
 version = "0.4.0"
 authors = ["Sebastian Geisler <sgeisler@wh2.tu-dresden.de>"]
-license = "Apache-2.0"
 documentation = "https://docs.rs/lightning-invoice/"
-repository = "https://github.com/rust-bitcoin/rust-lightning-invoice"
+license = "MIT OR Apache-2.0"
 keywords = [ "lightning", "bitcoin", "invoice", "BOLT11" ]
 readme = "README.md"
 
index 9fb850805e1382fb80105ee80b89c01681f3f1c4..e9968d20f285b64785a9bcde4b214acd715cde7a 100644 (file)
@@ -1,8 +1,5 @@
 # lightning-invoice
-[![Build Status](https://travis-ci.org/rust-bitcoin/rust-lightning-invoice.svg?branch=master)](https://travis-ci.org/rust-bitcoin/rust-lightning-invoice)
-[![Coverage Report](https://img.shields.io/badge/dynamic/json.svg?label=Coverage&url=https%3A%2F%2Frust-bitcoin.github.io%2Frust-lightning-invoice%2Ftarget%2Fkcov%2Fmerged%2Fkcov-merged%2Fcoverage.json&query=%24.percent_covered&colorB=blue&suffix=%25)](https://rust-bitcoin.github.io/rust-lightning-invoice/target/kcov/merged/)
-[![Crates.io Release](https://img.shields.io/badge/crates.io-v0.4.0-orange.svg?longCache=true)](https://crates.io/crates/lightning-invoice)
-[![Docs.rs](https://docs.rs/lightning-invoice/badge.svg)](https://docs.rs/lightning-invoice/)
+ [![Docs.rs](https://docs.rs/lightning-invoice/badge.svg)](https://docs.rs/lightning-invoice/)
 
 This repo provides data structures for BOLT 11 lightning invoices and
 functions to parse and serialize these from and to bech32.
@@ -10,8 +7,3 @@ functions to parse and serialize these from and to bech32.
 **Please be sure to run the test suite since we need to check assumptions
 regarding `SystemTime`'s bounds on your platform. You can also call `check_platform`
 on startup or in your test suite to do so.**
-
-## Contributing
-* same coding style standard as [rust-bitcoin/rust-lightning](https://github.com/rust-bitcoin/rust-lightning)
-* use tabs and spaces (appropriately)
-* no unnecessary dependencies