cyware-convert 1.0.6

Encoding library for web security applications
Documentation
[package]
name = "cyware-convert"
version = "1.0.6"
authors = ["Christopher Guay <chris@cyware.io>", "Cyware <info@cyware.io>"]
repository = "https://github.com/cyware/convert"
readme = "README.md"
edition = "2021"
description = """
Encoding library for web security applications  
"""
license = "MIT"

[lib]
crate-type = ["cdylib", "rlib"]

[dependencies]
bstr = "1.1.0"
data-encoding = "2.3.3"
hex = "0.4.3"
md5 = "0.7.0"
percent-encoding = "2.2.0"
sha1 = "0.10.5"
sha2 = "0.10.6"
serde = { version = "1.0", features = ["derive"] }
thiserror = "1.0.38"