spayd 0.1.0

Text handling for Short Payment Descriptors (SPAYD or SPD)
Documentation
[dependencies.crc32fast]
optional = true
version = "1.3.2"

[dependencies.nom]
version = "7.1.3"

[dependencies.percent-encoding]
version = "2.3.0"

[features]
crc32 = ["dep:crc32fast"]
default = ["crc32"]

[package]
description = "Text handling for Short Payment Descriptors (SPAYD or SPD)"
edition = "2021"
homepage = "https://github.com/Korma-Chameleon/spayd"
license-file = "LICENCE.txt"
name = "spayd"
readme = "README.md"
repository = "https://github.com/Korma-Chameleon/spayd"
version = "0.1.0"