[dependencies.compile-fmt]
version = "0.1.0"
[dev-dependencies.base64]
version = "0.22.1"
[dev-dependencies.bech32]
version = "0.11.0"
[dev-dependencies.doc-comment]
version = "0.3.3"
[dev-dependencies.hex]
version = "0.4.3"
[dev-dependencies.pem]
version = "3.0.4"
[dev-dependencies.rand]
version = "0.8.3"
[dev-dependencies.version-sync]
version = "0.9.2"
[lib]
name = "const_decoder"
path = "src/lib.rs"
[package]
authors = ["Alex Ostrovski <ostrovski.alex@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["encoding", "no-std"]
description = "Constant functions for converting hex- and base64-encoded strings into bytes"
edition = "2021"
keywords = ["base64", "hex", "decoding", "constant-evaluation"]
license = "MIT OR Apache-2.0"
name = "const-decoder"
readme = "README.md"
repository = "https://github.com/slowli/const-decoder"
rust-version = "1.67"
version = "0.4.0"
[[test]]
name = "integration"
path = "tests/integration.rs"
[[test]]
name = "version_match"
path = "tests/version_match.rs"