# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.67" name = "const-decoder" version = "0.4.0" authors = ["Alex Ostrovski "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Constant functions for converting hex- and base64-encoded strings into bytes" readme = "README.md" keywords = [ "base64", "hex", "decoding", "constant-evaluation", ] categories = [ "encoding", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/slowli/const-decoder" [lib] name = "const_decoder" path = "src/lib.rs" [[test]] name = "integration" path = "tests/integration.rs" [[test]] name = "version_match" path = "tests/version_match.rs" [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"