core-json-traits 0.2.1

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.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00e41dd46a015a2a47f739caa4556f5bf2030e945fa39a0c436c9abeb763937f"

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

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