[package]
name = "rustdoc-types"
version = "0.57.3"
edition = "2018"
license = "MIT OR Apache-2.0"
description = "Types for rustdoc's json output"
repository = "https://github.com/rust-lang/rustdoc-types"
include = ["Cargo.toml", "CHANGELOG.md", "README.md", "LICENSE-MIT", "LICENSE-APACHE", "src/**/*.rs"]
[dependencies]
serde = {version="1.0.186"}
serde_derive = {version="1.0.186"}
rustc-hash = {version="2", optional=true}
rkyv = { version = "0.8", optional = true }
[features]
default = []
rustc-hash = ["dep:rustc-hash"]
rkyv_0_8 = ["dep:rkyv"]
[dev-dependencies]
bincode = "1.3.3"
serde_json = "1.0"