blob: 9e18691a9605a6693d6018c9c1d5f7d8ff51c2f6 [file]
[package]
name = "rustdoc-json-types"
version = "0.1.0"
edition = "2021"
[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"] }