Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "ra_ap_cfg"
version = "0.0.16"
dependencies = [
 "ra_ap_tt",
 "rustc-hash",
]

[[package]]
name = "ra_ap_stdx"
version = "0.0.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c79410d5e05a7f8b282e691add7bb12f5c2af242b74ddaeacb805c7a83a8c4a"

[[package]]
name = "ra_ap_tt"
version = "0.0.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "488add7925266136e7f24e9e76c11e6089a651b6659e78bbaf2fd125c1e8af5b"
dependencies = [
 "ra_ap_stdx",
 "smol_str",
]

[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"

[[package]]
name = "serde"
version = "1.0.116"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96fe57af81d28386a513cbc6858332abc6117cfdb5999647c6444b8f43a370a5"

[[package]]
name = "smol_str"
version = "0.1.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ca0f7ce3a29234210f0f4f0b56f8be2e722488b95cb522077943212da3b32eb"
dependencies = [
 "serde",
]