[dependencies.itoa]
version = "1"
[dependencies.jsony_macros]
optional = true
version = "0.1.7"
[dependencies.ryu]
version = "1"
[dependencies.uuid]
optional = true
version = "1"
[[example]]
name = "cookbook"
path = "examples/cookbook.rs"
[features]
default = ["json_comments", "macros"]
json_comments = []
macros = ["dep:jsony_macros"]
uuid = ["dep:uuid"]
[lib]
name = "jsony"
path = "src/lib.rs"
[package]
authors = ["Thomas Dagenais <exrok@i64.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding"]
description = "An experimental fast compiling serialization and deserialization libary for JSON like formats."
edition = "2021"
keywords = ["serialization"]
license = "MIT"
name = "jsony"
readme = "README.md"
repository = "https://github.com/exrok/jsony"
rust-version = "1.84"
version = "0.1.8"
[[test]]
name = "attributes"
path = "tests/attributes.rs"
[[test]]
name = "from_json"
path = "tests/from_json.rs"
[[test]]
name = "objects"
path = "tests/objects.rs"
[[test]]
name = "to_json"
path = "tests/to_json.rs"