Current section

Files

Jump to
biomine Cargo.lock
Raw

Cargo.lock

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
[[package]]
name = "addr2line"
version = "0.25.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
dependencies = [
"gimli",
]
[[package]]
name = "adler2"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
[[package]]
name = "allocator-api2"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
[[package]]
name = "autocfg"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
[[package]]
name = "backtrace"
version = "0.3.76"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
dependencies = [
"addr2line",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
"windows-link",
]
[[package]]
name = "biome_aria"
version = "0.5.7"
source = "git+https://github.com/biomejs/biome?rev=467b496f518d8b1f35aea77007b886ba98038a27#467b496f518d8b1f35aea77007b886ba98038a27"
dependencies = [
"biome_aria_metadata",
"biome_string_case",
]
[[package]]
name = "biome_aria_metadata"
version = "0.5.7"
source = "git+https://github.com/biomejs/biome?rev=467b496f518d8b1f35aea77007b886ba98038a27#467b496f518d8b1f35aea77007b886ba98038a27"
dependencies = [
"biome_deserialize",
"biome_deserialize_macros",
"biome_string_case",
"prettyplease",
"proc-macro2",
"quote",
"serde",
"serde_json",
"syn 2.0.118",
]
[[package]]
name = "biome_console"
version = "0.5.7"
source = "git+https://github.com/biomejs/biome?rev=467b496f518d8b1f35aea77007b886ba98038a27#467b496f518d8b1f35aea77007b886ba98038a27"
dependencies = [
"biome_markup",
"biome_text_size",
"serde",
"termcolor",
"unicode-segmentation",
"unicode-width",
]
[[package]]
name = "biome_css_factory"
version = "0.5.7"
source = "git+https://github.com/biomejs/biome?rev=467b496f518d8b1f35aea77007b886ba98038a27#467b496f518d8b1f35aea77007b886ba98038a27"
dependencies = [
"biome_css_syntax",
"biome_rowan",
]
[[package]]
name = "biome_css_formatter"
version = "0.5.7"
source = "git+https://github.com/biomejs/biome?rev=467b496f518d8b1f35aea77007b886ba98038a27#467b496f518d8b1f35aea77007b886ba98038a27"
dependencies = [
"biome_css_syntax",
"biome_diagnostics",
"biome_formatter",
"biome_languages",
"biome_rowan",
"biome_string_case",
"biome_suppression",
]
[[package]]
name = "biome_css_parser"
version = "0.5.7"
source = "git+https://github.com/biomejs/biome?rev=467b496f518d8b1f35aea77007b886ba98038a27#467b496f518d8b1f35aea77007b886ba98038a27"
dependencies = [
"biome_console",
"biome_css_factory",
"biome_css_syntax",
"biome_diagnostics",
"biome_languages",
"biome_parser",
"biome_rowan",
"biome_unicode_table",
"smallvec",
"tracing",
]
[[package]]
name = "biome_css_syntax"
version = "0.5.7"
source = "git+https://github.com/biomejs/biome?rev=467b496f518d8b1f35aea77007b886ba98038a27#467b496f518d8b1f35aea77007b886ba98038a27"
dependencies = [
"biome_rowan",
"biome_string_case",
"camino",
"serde",
]
[[package]]
name = "biome_db"
version = "0.0.1"
source = "git+https://github.com/biomejs/biome?rev=467b496f518d8b1f35aea77007b886ba98038a27#467b496f518d8b1f35aea77007b886ba98038a27"
dependencies = [
"biome_diagnostics",
"biome_parser",
"biome_rowan",
"camino",
"salsa",
]
[[package]]
name = "biome_deserialize"
version = "0.6.0"
source = "git+https://github.com/biomejs/biome?rev=467b496f518d8b1f35aea77007b886ba98038a27#467b496f518d8b1f35aea77007b886ba98038a27"
dependencies = [
"biome_console",
"biome_diagnostics",
"biome_json_parser",
"biome_json_syntax",
"biome_rowan",
"enumflags2",
]
[[package]]
name = "biome_deserialize_macros"
version = "0.6.0"
source = "git+https://github.com/biomejs/biome?rev=467b496f518d8b1f35aea77007b886ba98038a27#467b496f518d8b1f35aea77007b886ba98038a27"
dependencies = [
"biome_string_case",
"proc-macro-error2",
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "biome_diagnostics"
version = "0.5.7"
source = "git+https://github.com/biomejs/biome?rev=467b496f518d8b1f35aea77007b886ba98038a27#467b496f518d8b1f35aea77007b886ba98038a27"
dependencies = [
"backtrace",
"biome_console",
"biome_diagnostics_categories",
"biome_diagnostics_macros",
"biome_rowan",
"biome_text_edit",
"biome_text_size",
"enumflags2",
"serde",
"serde_json",
"termcolor",
"terminal_size",
"unicode-width",
]
[[package]]
name = "biome_diagnostics_categories"
version = "0.5.7"
source = "git+https://github.com/biomejs/biome?rev=467b496f518d8b1f35aea77007b886ba98038a27#467b496f518d8b1f35aea77007b886ba98038a27"
dependencies = [
"quote",
"serde",
]
[[package]]
name = "biome_diagnostics_macros"
version = "0.5.7"
source = "git+https://github.com/biomejs/biome?rev=467b496f518d8b1f35aea77007b886ba98038a27#467b496f518d8b1f35aea77007b886ba98038a27"
dependencies = [
"proc-macro-error2",
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "biome_formatter"
version = "0.5.7"
source = "git+https://github.com/biomejs/biome?rev=467b496f518d8b1f35aea77007b886ba98038a27#467b496f518d8b1f35aea77007b886ba98038a27"
dependencies = [
"biome_console",
"biome_deserialize",
"biome_deserialize_macros",
"biome_diagnostics",
"biome_rowan",
"biome_string_case",
"camino",
"cfg-if",
"drop_bomb",
"indexmap",
"rustc-hash",
"unicode-width",
]
[[package]]
name = "biome_js_factory"
version = "0.5.7"
source = "git+https://github.com/biomejs/biome?rev=467b496f518d8b1f35aea77007b886ba98038a27#467b496f518d8b1f35aea77007b886ba98038a27"
dependencies = [
"biome_js_syntax",
"biome_rowan",
]
[[package]]
name = "biome_js_formatter"
version = "0.5.7"
source = "git+https://github.com/biomejs/biome?rev=467b496f518d8b1f35aea77007b886ba98038a27#467b496f518d8b1f35aea77007b886ba98038a27"
dependencies = [
"biome_deserialize",
"biome_deserialize_macros",
"biome_diagnostics_categories",
"biome_formatter",
"biome_js_factory",
"biome_js_syntax",
"biome_languages",
"biome_rowan",
"biome_string_case",
"biome_suppression",
"biome_text_size",
"biome_unicode_table",
"camino",
"smallvec",
"unicode-width",
]
[[package]]
name = "biome_js_parser"
version = "0.5.7"
source = "git+https://github.com/biomejs/biome?rev=467b496f518d8b1f35aea77007b886ba98038a27#467b496f518d8b1f35aea77007b886ba98038a27"
dependencies = [
"biome_console",
"biome_diagnostics",
"biome_js_factory",
"biome_js_syntax",
"biome_languages",
"biome_parser",
"biome_rowan",
"biome_unicode_table",
"drop_bomb",
"enumflags2",
"indexmap",
"rustc-hash",
"serde_json",
"smallvec",
"tracing",
]
[[package]]
name = "biome_js_syntax"
version = "0.5.7"
source = "git+https://github.com/biomejs/biome?rev=467b496f518d8b1f35aea77007b886ba98038a27#467b496f518d8b1f35aea77007b886ba98038a27"
dependencies = [
"biome_aria",
"biome_aria_metadata",
"biome_rowan",
"biome_string_case",
"camino",
"enumflags2",
"serde",
]
[[package]]
name = "biome_json_factory"
version = "0.5.7"
source = "git+https://github.com/biomejs/biome?rev=467b496f518d8b1f35aea77007b886ba98038a27#467b496f518d8b1f35aea77007b886ba98038a27"
dependencies = [
"biome_json_syntax",
"biome_rowan",
]
[[package]]
name = "biome_json_parser"
version = "0.5.7"
source = "git+https://github.com/biomejs/biome?rev=467b496f518d8b1f35aea77007b886ba98038a27#467b496f518d8b1f35aea77007b886ba98038a27"
dependencies = [
"biome_console",
"biome_diagnostics",
"biome_json_factory",
"biome_json_syntax",
"biome_languages",
"biome_parser",
"biome_rowan",
"biome_unicode_table",
"tracing",
"unicode-bom",
]
[[package]]
name = "biome_json_syntax"
version = "0.5.7"
source = "git+https://github.com/biomejs/biome?rev=467b496f518d8b1f35aea77007b886ba98038a27#467b496f518d8b1f35aea77007b886ba98038a27"
dependencies = [
"biome_rowan",
"serde",
]
[[package]]
name = "biome_languages"
version = "0.1.0"
source = "git+https://github.com/biomejs/biome?rev=467b496f518d8b1f35aea77007b886ba98038a27#467b496f518d8b1f35aea77007b886ba98038a27"
dependencies = [
"biome_console",
"biome_db",
"biome_rowan",
"biome_string_case",
"camino",
"directories",
"salsa",
"serde",
"tracing",
]
[[package]]
name = "biome_markup"
version = "0.5.7"
source = "git+https://github.com/biomejs/biome?rev=467b496f518d8b1f35aea77007b886ba98038a27#467b496f518d8b1f35aea77007b886ba98038a27"
dependencies = [
"proc-macro-error2",
"proc-macro2",
"quote",
]
[[package]]
name = "biome_parser"
version = "0.5.7"
source = "git+https://github.com/biomejs/biome?rev=467b496f518d8b1f35aea77007b886ba98038a27#467b496f518d8b1f35aea77007b886ba98038a27"
dependencies = [
"biome_console",
"biome_diagnostics",
"biome_rowan",
"biome_unicode_table",
"drop_bomb",
"enumflags2",
"unicode-bom",
]
[[package]]
name = "biome_rowan"
version = "0.5.7"
source = "git+https://github.com/biomejs/biome?rev=467b496f518d8b1f35aea77007b886ba98038a27#467b496f518d8b1f35aea77007b886ba98038a27"
dependencies = [
"biome_text_edit",
"biome_text_size",
"hashbrown 0.15.5",
"rustc-hash",
"serde",
]
[[package]]
name = "biome_string_case"
version = "0.5.7"
source = "git+https://github.com/biomejs/biome?rev=467b496f518d8b1f35aea77007b886ba98038a27#467b496f518d8b1f35aea77007b886ba98038a27"
dependencies = [
"biome_rowan",
"caseless",
]
[[package]]
name = "biome_suppression"
version = "0.5.7"
source = "git+https://github.com/biomejs/biome?rev=467b496f518d8b1f35aea77007b886ba98038a27#467b496f518d8b1f35aea77007b886ba98038a27"
dependencies = [
"biome_console",
"biome_diagnostics",
"biome_rowan",
]
[[package]]
name = "biome_text_edit"
version = "0.5.7"
source = "git+https://github.com/biomejs/biome?rev=467b496f518d8b1f35aea77007b886ba98038a27#467b496f518d8b1f35aea77007b886ba98038a27"
dependencies = [
"biome_text_size",
"serde",
"similar",
]
[[package]]
name = "biome_text_size"
version = "0.5.7"
source = "git+https://github.com/biomejs/biome?rev=467b496f518d8b1f35aea77007b886ba98038a27#467b496f518d8b1f35aea77007b886ba98038a27"
dependencies = [
"serde",
]
[[package]]
name = "biome_unicode_table"
version = "0.5.7"
source = "git+https://github.com/biomejs/biome?rev=467b496f518d8b1f35aea77007b886ba98038a27#467b496f518d8b1f35aea77007b886ba98038a27"
[[package]]
name = "biomine_native"
version = "0.1.0"
dependencies = [
"biome_css_formatter",
"biome_css_parser",
"biome_css_syntax",
"biome_diagnostics",
"biome_formatter",
"biome_js_formatter",
"biome_js_parser",
"biome_js_syntax",
"biome_languages",
"biome_parser",
"biome_rowan",
"biome_unicode_table",
"rustler",
]
[[package]]
name = "bitflags"
version = "2.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8"
[[package]]
name = "boxcar"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36f64beae40a84da1b4b26ff2761a5b895c12adc41dc25aaee1c4f2bbfe97a6e"
[[package]]
name = "bstr"
version = "1.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cee35f73844aa3014bb606320a6c1f010249dbdf43342fe54b5a4f6a8ed4b79"
dependencies = [
"memchr",
"regex-automata",
"serde_core",
]
[[package]]
name = "camino"
version = "1.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f2d30e4173c4026932d51d31d6b0613b1fd3014bf3f9f8943d4ba139c437ba0"
[[package]]
name = "caseless"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b6fd507454086c8edfd769ca6ada439193cdb209c7681712ef6275cccbfe5d8"
dependencies = [
"unicode-normalization",
]
[[package]]
name = "cfg-if"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
[[package]]
name = "crossbeam-deque"
version = "0.8.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5181e0de7b61eb03a81e347d6dd8797bae9da5146707b51077e2d71a54ec0ceb"
dependencies = [
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
version = "0.9.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d6914041f254d6e9176c01941b21115dcfb7089e55135a35411081bd106ef3f"
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "crossbeam-queue"
version = "0.3.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "803d13fb3b09d88be9f4dbc29062c66b19bf7170867ceb746d2a8689bf6c7a26"
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "crossbeam-utils"
version = "0.8.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
[[package]]
name = "directories"
version = "6.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16f5094c54661b38d03bd7e50df373292118db60b585c08a411c6d840017fe7d"
dependencies = [
"dirs-sys",
]
[[package]]
name = "dirs-sys"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
dependencies = [
"libc",
"option-ext",
"redox_users",
"windows-sys",
]
[[package]]
name = "drop_bomb"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bda8e21c04aca2ae33ffc2fd8c23134f3cac46db123ba97bd9d3f3b8a4a85e1"
[[package]]
name = "either"
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e"
[[package]]
name = "enumflags2"
version = "0.7.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
dependencies = [
"enumflags2_derive",
"serde",
]
[[package]]
name = "enumflags2_derive"
version = "0.7.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.118",
]
[[package]]
name = "equivalent"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
[[package]]
name = "errno"
version = "0.3.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
dependencies = [
"libc",
"windows-sys",
]
[[package]]
name = "foldhash"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
[[package]]
name = "getrandom"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
dependencies = [
"cfg-if",
"libc",
"wasi",
]
[[package]]
name = "gimli"
version = "0.32.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
[[package]]
name = "hashbrown"
version = "0.15.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
[[package]]
name = "hashbrown"
version = "0.17.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
dependencies = [
"allocator-api2",
"equivalent",
"foldhash",
]
[[package]]
name = "hashlink"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32069d97bb81e38fa67eab65e3393bf804bb85969f2bc06bf13f64aef5aba248"
dependencies = [
"hashbrown 0.17.1",
]
[[package]]
name = "heck"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
name = "indexmap"
version = "2.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
dependencies = [
"equivalent",
"hashbrown 0.17.1",
]
[[package]]
name = "intrusive-collections"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b719c59241cfaac1042a6d26787e28ed7ee4a4e21a5a907786f54222d1b0062"
dependencies = [
"memoffset",
]
[[package]]
name = "inventory"
version = "0.3.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4f0c30c76f2f4ccee3fe55a2435f691ca00c0e4bd87abe4f4a851b1d4dac39b"
dependencies = [
"rustversion",
]
[[package]]
name = "itoa"
version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
[[package]]
name = "libc"
version = "0.2.186"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
[[package]]
name = "libloading"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "754ca22de805bb5744484a5b151a9e1a8e837d5dc232c2d7d8c2e3492edc8b60"
dependencies = [
"cfg-if",
"windows-link",
]
[[package]]
name = "libredox"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c943259e342f1e06ff2da7a83eabdfe7f92ce10262688dbf1895ff0b3e6e4652"
dependencies = [
"libc",
]
[[package]]
name = "linux-raw-sys"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
[[package]]
name = "lock_api"
version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
dependencies = [
"scopeguard",
]
[[package]]
name = "memchr"
version = "2.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4"
[[package]]
name = "memoffset"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
dependencies = [
"autocfg",
]
[[package]]
name = "miniz_oxide"
version = "0.8.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
dependencies = [
"adler2",
]
[[package]]
name = "object"
version = "0.37.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
dependencies = [
"memchr",
]
[[package]]
name = "once_cell"
version = "1.21.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
[[package]]
name = "option-ext"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
[[package]]
name = "parking_lot"
version = "0.12.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
version = "0.9.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
"smallvec",
"windows-link",
]
[[package]]
name = "pin-project-lite"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
[[package]]
name = "portable-atomic"
version = "1.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
[[package]]
name = "prettyplease"
version = "0.2.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
dependencies = [
"proc-macro2",
"syn 2.0.118",
]
[[package]]
name = "proc-macro-error-attr2"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
dependencies = [
"proc-macro2",
"quote",
]
[[package]]
name = "proc-macro-error2"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
dependencies = [
"proc-macro-error-attr2",
"proc-macro2",
"quote",
]
[[package]]
name = "proc-macro2"
version = "1.0.106"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
version = "1.0.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368"
dependencies = [
"proc-macro2",
]
[[package]]
name = "rayon"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
dependencies = [
"crossbeam-deque",
"crossbeam-utils",
]
[[package]]
name = "redox_syscall"
version = "0.5.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
dependencies = [
"bitflags",
]
[[package]]
name = "redox_users"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
dependencies = [
"getrandom",
"libredox",
"thiserror",
]
[[package]]
name = "regex-automata"
version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
[[package]]
name = "regex-lite"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cab834c73d247e67f4fae452806d17d3c7501756d98c8808d7c9c7aa7d18f973"
[[package]]
name = "rustc-demangle"
version = "0.1.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b50b8869d9fc858ce7266cce0194bd74df58b9d0e3f6df3a9fc8eb470d95c09d"
[[package]]
name = "rustc-hash"
version = "2.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
[[package]]
name = "rustix"
version = "1.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
dependencies = [
"bitflags",
"errno",
"libc",
"linux-raw-sys",
"windows-sys",
]
[[package]]
name = "rustler"
version = "0.38.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60ac8495cb6091c1f8bd0c3bb816cd4e6f0a073f396d77eb602cb7f0615212de"
dependencies = [
"inventory",
"libc",
"libloading",
"regex-lite",
"rustler_codegen",
]
[[package]]
name = "rustler_codegen"
version = "0.38.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "780a2a6b7e3cfac35820473f85cec1cd84d1bdd37ebcb4e24fb126ef0f074838"
dependencies = [
"heck",
"inventory",
"proc-macro2",
"quote",
"syn 2.0.118",
]
[[package]]
name = "rustversion"
version = "1.0.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
[[package]]
name = "salsa"
version = "0.27.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffbaab832e2ea754afda4a738f987dd1e8bd30c9e5d8c981ee6a3934386095e2"
dependencies = [
"boxcar",
"crossbeam-queue",
"crossbeam-utils",
"hashbrown 0.17.1",
"hashlink",
"indexmap",
"intrusive-collections",
"inventory",
"parking_lot",
"portable-atomic",
"rayon",
"rustc-hash",
"salsa-macro-rules",
"salsa-macros",
"smallvec",
"thin-vec",
"tracing",
"typeid",
]
[[package]]
name = "salsa-macro-rules"
version = "0.27.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de6872462ac73d39969a836273c24163e6a26a4e08f5114fcd80e25af30ea9c6"
[[package]]
name = "salsa-macros"
version = "0.27.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76bc78ffaf65b1a9175818592c5130aa10b1bb245a905722fd4db87cea8a8457"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.118",
"synstructure",
]
[[package]]
name = "scopeguard"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
[[package]]
name = "serde"
version = "1.0.228"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
dependencies = [
"serde_core",
"serde_derive",
]
[[package]]
name = "serde_core"
version = "1.0.228"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.228"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.118",
]
[[package]]
name = "serde_json"
version = "1.0.150"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
dependencies = [
"itoa",
"memchr",
"serde",
"serde_core",
"zmij",
]
[[package]]
name = "similar"
version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
dependencies = [
"bstr",
"unicode-segmentation",
]
[[package]]
name = "smallvec"
version = "1.15.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
dependencies = [
"serde",
]
[[package]]
name = "syn"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "syn"
version = "2.0.118"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "synstructure"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.118",
]
[[package]]
name = "termcolor"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
dependencies = [
"winapi-util",
]
[[package]]
name = "terminal_size"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "230a1b821ccbd75b185820a1f1ff7b14d21da1e442e22c0863ea5f08771a8874"
dependencies = [
"rustix",
"windows-sys",
]
[[package]]
name = "thin-vec"
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0f7e269b48f0a7dd0146680fa24b50cc67fc0373f086a5b2f99bd084639b482"
[[package]]
name = "thiserror"
version = "2.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "2.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.118",
]
[[package]]
name = "tinyvec"
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tracing"
version = "0.1.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
dependencies = [
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
version = "0.1.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.118",
]
[[package]]
name = "tracing-core"
version = "0.1.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
dependencies = [
"once_cell",
]
[[package]]
name = "typeid"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
[[package]]
name = "unicode-bom"
version = "2.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217"
[[package]]
name = "unicode-ident"
version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
[[package]]
name = "unicode-normalization"
version = "0.1.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
dependencies = [
"tinyvec",
]
[[package]]
name = "unicode-segmentation"
version = "1.13.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8"
[[package]]
name = "unicode-width"
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
[[package]]
name = "wasi"
version = "0.11.1+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
[[package]]
name = "winapi-util"
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
dependencies = [
"windows-sys",
]
[[package]]
name = "windows-link"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
[[package]]
name = "windows-sys"
version = "0.61.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
dependencies = [
"windows-link",
]
[[package]]
name = "zmij"
version = "1.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"