[[bin]]
name = "blob2json"
path = "src/bin/blob2json.rs"
[dependencies.base64]
version = "0.22"
[dependencies.clap]
features = ["derive"]
version = "4.5"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[lib]
name = "rs_blob2json"
path = "src/lib.rs"
[lints.clippy]
expect_used = "deny"
unwrap_used = "deny"
[lints.rust]
unsafe_code = "forbid"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Converts the bytes to JSON."
documentation = "https://docs.rs/rs-blob2json/latest"
edition = "2024"
exclude = ["blob2json.wasm"]
homepage = "https://github.com/takanoriyanagitani/rs-blob2json"
keywords = ["blob", "json", "wasi", "base64"]
license = "Apache-2.0"
name = "rs-blob2json"
readme = "README.md"
repository = "https://github.com/takanoriyanagitani/rs-blob2json"
version = "0.1.0"
[profile.release-wasi]
codegen-units = 1
inherits = "release"
lto = true
opt-level = "z"
strip = true