mirror of
https://github.com/trussed-dev/flexiber.git
synced 2026-06-20 04:16:10 -07:00
Prepare for initial release
This commit is contained in:
@@ -5,6 +5,7 @@ authors = ["Nicolas Stalder <n@stalder.io>", "RustCrypto Developers"]
|
||||
license = "Apache-2.0 OR MIT"
|
||||
edition = "2018"
|
||||
description = "Encoding and decoding of SIMPLE-TLV as described in ISO 7816-4, without allocations."
|
||||
repository = "https://github.com/nickray/simple-tlv"
|
||||
categories = ["cryptography", "data-structures", "encoding", "no-std"]
|
||||
keywords = ["crypto", "no_std", "serialization"]
|
||||
readme = "README.md"
|
||||
|
||||
@@ -5,6 +5,7 @@ authors = ["Nicolas Stalder <n@stalder.io>", "RustCrypto Developers"]
|
||||
license = "Apache-2.0 OR MIT"
|
||||
edition = "2018"
|
||||
description = "Procedural macros to derive `Decodable` and `Encodable` from `simple-tlv`."
|
||||
repository = "https://github.com/nickray/simple-tlv/tree/main/derive"
|
||||
categories = ["cryptography", "data-structures", "encoding", "no-std"]
|
||||
keywords = ["crypto"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user