2024-03-18 00:01:05 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
|
|
|
|
|
[[package]]
|
2024-06-18 22:24:49 +00:00
|
|
|
name = "countme"
|
|
|
|
version = "3.0.1"
|
2024-03-18 00:01:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-18 22:24:49 +00:00
|
|
|
checksum = "7704b5fdd17b18ae31c4c1da5a2e0305a2bf17b5249300a9ee9ed7b72114c636"
|
2024-03-18 00:01:05 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dissimilar"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "86e3bdc80eee6e16b2b6b0f87fbc98c04bee3455e35174c0de1a125d0688c632"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "expect-test"
|
|
|
|
version = "1.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "30d9eafeadd538e68fb28016364c9732d78e420b9ff8853fa5e4058861e9f8d3"
|
|
|
|
dependencies = [
|
|
|
|
"dissimilar",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2024-06-18 22:24:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.14.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
|
|
|
|
2024-03-18 00:01:05 +00:00
|
|
|
[[package]]
|
2024-04-07 23:16:21 +00:00
|
|
|
name = "lix-doc"
|
2024-03-18 00:01:05 +00:00
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"expect-test",
|
|
|
|
"rnix",
|
2024-06-18 22:24:49 +00:00
|
|
|
"rowan",
|
2024-03-18 00:01:05 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-06-18 22:24:49 +00:00
|
|
|
name = "memoffset"
|
|
|
|
version = "0.9.1"
|
2024-03-18 00:01:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-18 22:24:49 +00:00
|
|
|
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
|
2024-03-18 00:01:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
|
|
|
version = "1.19.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rnix"
|
2024-06-18 22:24:49 +00:00
|
|
|
version = "0.11.0"
|
2024-03-18 00:01:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-18 22:24:49 +00:00
|
|
|
checksum = "bb35cedbeb70e0ccabef2a31bcff0aebd114f19566086300b8f42c725fc2cb5f"
|
2024-03-18 00:01:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"rowan",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rowan"
|
2024-06-18 22:24:49 +00:00
|
|
|
version = "0.15.15"
|
2024-03-18 00:01:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-18 22:24:49 +00:00
|
|
|
checksum = "32a58fa8a7ccff2aec4f39cc45bf5f985cec7125ab271cf681c279fd00192b49"
|
2024-03-18 00:01:05 +00:00
|
|
|
dependencies = [
|
2024-06-18 22:24:49 +00:00
|
|
|
"countme",
|
|
|
|
"hashbrown",
|
|
|
|
"memoffset",
|
2024-03-18 00:01:05 +00:00
|
|
|
"rustc-hash",
|
2024-06-18 22:24:49 +00:00
|
|
|
"text-size",
|
2024-03-18 00:01:05 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
|
|
|
[[package]]
|
2024-06-18 22:24:49 +00:00
|
|
|
name = "text-size"
|
|
|
|
version = "1.1.1"
|
2024-03-18 00:01:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-18 22:24:49 +00:00
|
|
|
checksum = "f18aa187839b2bdb1ad2fa35ead8c4c2976b64e4363c386d45ac0f7ee85c9233"
|