about summary refs log tree commit diff
path: root/src/rustdoc-json-types/Cargo.toml
blob: a38d34ef0e7d97f82c1d7dbca1683bb08ee3b22f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "rustdoc-json-types"
version = "0.1.0"
edition = "2021"

[lib]
path = "lib.rs"

[features]
default = ["rustc-hash"]

[dependencies]
serde = "1.0"
serde_derive = "1.0"
rustc-hash = { version = "2.0", optional = true }

[dev-dependencies]
serde_json = "1.0"
bincode = "1"