esexpr-json 0.2.2

ESExpr serialization JSON encoding mappings.
Documentation
[dependencies.base64]
default-features = false
features = ["alloc"]
version = "0.22.1"

[dependencies.esexpr]
default-features = false
version = "0.2.2"

[dependencies.half]
default-features = false
features = ["alloc"]
version = "2.6.0"

[dependencies.num-bigint]
default-features = false
version = "0.4.6"

[dependencies.serde]
default-features = false
features = ["derive"]
version = "1.0.219"

[dependencies.serde_json]
default-features = false
features = ["float_roundtrip", "alloc"]
version = "1.0.141"

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

[lints.clippy]
allow_attributes_without_reason = "deny"
as_pointer_underscore = "deny"
as_underscore = "deny"
collapsible_else_if = "allow"
elidable_lifetime_names = "allow"
ignored_unit_patterns = "allow"
match_wildcard_for_single_variants = "allow"
mismatching_type_param_order = "allow"
needless_lifetimes = "allow"
needless_pass_by_value = "allow"
similar_names = "allow"
single_match_else = "allow"
tabs_in_doc_comments = "allow"
too_many_lines = "allow"
unwrap_used = "deny"
wildcard_imports = "allow"

[lints.clippy.complexity]
level = "deny"
priority = -1

[lints.clippy.correctness]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1

[lints.clippy.perf]
level = "deny"
priority = -1

[lints.clippy.style]
level = "deny"
priority = -1

[lints.clippy.suspicious]
level = "deny"
priority = -1

[lints.rust]
macro_use_extern_crate = "deny"
missing_docs = "deny"
unused_must_use = "deny"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding"]
description = "ESExpr serialization JSON encoding mappings."
documentation = "https://docs.rs/esexpr-text"
edition = "2024"
homepage = "https://github.com/argon-lang/esexpr"
license = "Apache-2.0"
name = "esexpr-json"
readme = "README.md"
repository = "https://github.com/argon-lang/esexpr"
resolver = "2"
rust-version = "1.88.0"
version = "0.2.2"