serde-reflection 0.5.2

Extract representations of Serde data formats
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.72"
name = "serde-reflection"
version = "0.5.2"
authors = ["Mathieu Baudet <mathieu.baudet@zefchain.com>"]
build = false
exclude = ["README.tpl"]
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Extract representations of Serde data formats"
documentation = "https://docs.rs/serde-reflection"
readme = "README.md"
keywords = [
    "data-structures",
    "serialization",
    "serde",
]
categories = [
    "encoding",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/zefchain/serde-reflection"

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

[[test]]
name = "format"
path = "tests/format.rs"

[[test]]
name = "json_converter"
path = "tests/json_converter.rs"

[[test]]
name = "serde"
path = "tests/serde.rs"

[dependencies.erased-discriminant]
version = "1"

[dependencies.once_cell]
version = "1.7.2"

[dependencies.serde]
version = "1.0.126"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.64"
optional = true

[dependencies.thiserror]
version = "1.0.25"

[dependencies.typeid]
version = "1"

[dev-dependencies.bcs]
version = "0.1.6"

[dev-dependencies.bincode]
version = "1.3.3"

[dev-dependencies.serde_bytes]
version = "0.11.5"

[dev-dependencies.serde_json]
version = "1.0.64"

[dev-dependencies.serde_yaml]
version = "0.8.17"

[features]
default = ["json"]
json = ["serde_json"]