typetag 0.2.15

Serde serializable and deserializable trait objects
Documentation
[package]
name = "typetag"
version = "0.2.15"
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["encoding", "no-std"]
description = "Serde serializable and deserializable trait objects"
documentation = "https://docs.rs/typetag"
edition = "2021"
keywords = ["serde", "serialization"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dtolnay/typetag"
rust-version = "1.62"

[workspace]
members = ["impl"]

[dependencies]
erased-serde = { version = "0.4", default-features = false, features = ["alloc"] }
inventory = "0.3.10"
once_cell = { version = "1.18", default-features = false, features = ["alloc"] }
serde = { version = "1.0.166", default-features = false, features = ["alloc", "derive"] }
typetag-impl = { version = "=0.2.15", path = "impl" }

[dev-dependencies]
postcard = { version = "1.0.4", features = ["use-std"] }
rustversion = "1.0.13"
serde_json = "1.0.100"
trybuild = { version = "1.0.81", features = ["diff"] }

[lib]
doc-scrape-examples = false

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
rustdoc-args = ["--generate-link-to-definition"]