binary_macros 1.0.0

Macros for decoding base64-like encodings in string literals to [u8] literals.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "binary_macros"
version = "1.0.0"
dependencies = [
 "binary_macros_impl",
 "dotenv",
 "proc-macro-hack",
]

[[package]]
name = "binary_macros_impl"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e118b97bd238be7b22b50bb5d9380686603ccb6307daf134d02eea75754d63f"
dependencies = [
 "data-encoding",
 "dotenv",
 "proc-macro-hack",
]

[[package]]
name = "data-encoding"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4d0e2d24e5ee3b23a01de38eefdcd978907890701f08ffffd4cb457ca4ee8d6"

[[package]]
name = "dotenv"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"

[[package]]
name = "proc-macro-hack"
version = "0.5.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99c605b9a0adc77b7211c6b1f722dcb613d68d66859a44f3d485a6da332b0598"