core-json-traits 0.4.0

Traits for working with `JSON`-serialized objects
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "core-json"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "043d2b0b61dd6d1e9c6f7f78789a283357ea37254377f6470c5f83492caa071b"

[[package]]
name = "core-json-traits"
version = "0.4.0"
dependencies = [
 "core-json",
 "ryu",
]

[[package]]
name = "ryu"
version = "1.0.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"