blob: ba6dc2d69e1ff40413076bb59ee343f62eb518e1 [file]
[package]
name = "rustdoc-json-types"
version = "0.1.0"
edition = "2024"
[lib]
path = "lib.rs"
[features]
default = ["rustc-hash"]
rkyv_0_8 = ["dep:rkyv"]
[dependencies]
serde = "1.0"
serde_derive = "1.0"
rustc-hash = { version = "2.0", optional = true }
rkyv = { version = "0.8", optional = true }
[dev-dependencies]
serde_json = "1.0"
postcard = { version = "1", default-features = false, features = ["alloc"] }