rs-json-map-cel 0.1.0

Converts the json docs using CEL.
Documentation
[[bin]]
name = "json-map-cel"
path = "src/bin/json-map-cel.rs"

[dependencies.cel]
default-features = false
features = ["chrono", "regex", "json"]
version = "0"

[dependencies.clap]
default-features = false
features = ["color", "error-context", "help", "std", "suggestions", "usage", "derive"]
version = "4"

[dependencies.serde_json]
default-features = false
features = ["std"]
version = "1"

[lib]
name = "rs_json_map_cel"
path = "src/lib.rs"

[lints.clippy]
expect_used = "deny"
panic = "deny"
unwrap_used = "deny"

[lints.rust]
unsafe_code = "forbid"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Converts the json docs using CEL."
documentation = "https://docs.rs/rs-json-map-cel/latest"
edition = "2024"
exclude = ["json-map-cel", "json-map-cel.wasm"]
homepage = "https://github.com/takanoriyanagitani/rs-json-map-cel"
keywords = ["cel", "json", "map", "jsonl", "ndjson"]
license = "Apache-2.0"
name = "rs-json-map-cel"
readme = "README.md"
repository = "https://github.com/takanoriyanagitani/rs-json-map-cel"
version = "0.1.0"

[profile.release-wasi]
codegen-units = 16
inherits = "release"
lto = true
opt-level = "s"
strip = true