[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde-devo-derive]
features = ["json"]
version = "0.1.0"
[dependencies.serde_json]
optional = true
version = "1"
[features]
default = []
json = ["serde_json", "serde-devo-derive/json"]
[lib]
name = "serde_devo"
path = "src/lib.rs"
[package]
authors = ["Nick Senger <dev@nsenger.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "parsing"]
description = "A shared type compatibility helper"
edition = "2021"
keywords = ["encoding", "serde", "compatibility"]
license = "MIT"
name = "serde-devo"
readme = "README.md"
repository = "https://github.com/nicksenger/serde-devo"
version = "0.1.0"