[dependencies.chrono]
features = ["serde"]
version = "0.4.38"
[dependencies.hexfloat2]
version = "0.1.3"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_bytes]
version = "0.11"
[dev-dependencies.pretty_assertions]
version = "1.4.1"
[features]
[lib]
name = "ason"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["encoding", "parser-implementations"]
description = "ASON is a data format that evolved from JSON, introducing strong data typing and support for variant types."
documentation = "https://hemashushu.github.io/works/ason"
edition = "2021"
homepage = "https://hemashushu.github.io/works/ason"
keywords = ["ason", "parser", "json", "serde", "xiaoxuan"]
license = "MPL-2.0"
name = "ason"
readme = "README.md"
repository = "https://github.com/hemashushu/ason-rs"
version = "1.2.0"