# This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 4 [[package]] name = "aho-corasick" version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c982642fa9e8606056828ee9a8505737230110bb1099153c79efe865c59d12ba" dependencies = [ "memchr", ] [[package]] name = "allocative" version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d8cf9afc79c83d514444b55df3935d317da54b1ce3b17a133c646889cc260de8" dependencies = [ "allocative_derive", "ctor", "hashbrown 0.16.1", ] [[package]] name = "allocative_derive" version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "614043c56c1173b800acb007b81fd0cbc0a0d7d717b71ba705fc2230d0760a23" dependencies = [ "proc-macro2", "quote", "syn 2.0.119", ] [[package]] name = "allocator-api2" version = "0.2.21" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" [[package]] name = "android_system_properties" version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ae221649c9976a6f6c56ae1facf410f3ddb33cc661c4b7b61020a912d4237fbc" dependencies = [ "libc", ] [[package]] name = "anyhow" version = "1.0.104" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470" [[package]] name = "archery" version = "1.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "33ca55ee147b1926dbea904f50fe4902494e97bc742205abbbf10c709e43815f" dependencies = [ "triomphe", ] [[package]] name = "arcstr" version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "03918c3dbd7701a85c6b9887732e2921175f26c350b4563841d0958c21d57e6d" [[package]] name = "atomic" version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba" [[package]] name = "atomic" version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a89cbf775b137e9b968e67227ef7f775587cde3fd31b0d8599dbd0f598a48340" dependencies = [ "bytemuck", ] [[package]] name = "atomic-polyfill" version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8cf2bce30dfe09ef0bfaef228b9d414faaf7e563035494d7fe092dba54b300f4" dependencies = [ "critical-section", ] [[package]] name = "autocfg" version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53" [[package]] name = "beef" version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1" [[package]] name = "bincode" version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "36eaf5d7b090263e8150820482d5d93cd964a81e4019913c972f4edcc6edb740" dependencies = [ "bincode_derive", "serde", "unty", ] [[package]] name = "bincode_derive" version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bf95709a440f45e986983918d0e8a1f30a9b1df04918fc828670606804ac3c09" dependencies = [ "virtue", ] [[package]] name = "bit-set" version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" dependencies = [ "bit-vec", ] [[package]] name = "bit-vec" version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" [[package]] name = "bitflags" version = "1.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitflags" version = "2.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da" [[package]] name = "bitmaps" version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2" dependencies = [ "typenum", ] [[package]] name = "block-buffer" version = "0.10.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" dependencies = [ "generic-array", ] [[package]] name = "borsh" version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a88b7ea17d208c4193f2c1e6de3c35fe71f98c96982d5ced308bdcc749ff6e1f" dependencies = [ "bytes", "cfg_aliases", ] [[package]] name = "bstr" version = "1.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1f7dc094d718f2e1c1559ad110e27eeaae14a5465d3d56dd6dbd793079fbd530" dependencies = [ "memchr", "regex-automata", "serde_core", ] [[package]] name = "buck-resources" version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3e409aa63d3f8b24653571109600164dfc3955f69c80345fe0bd2231c5ff0673" dependencies = [ "dunce", "once_cell", "serde", "serde_json", "thiserror 1.0.69", ] [[package]] name = "bumpalo" version = "3.20.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649" [[package]] name = "bytemuck" version = "1.25.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "95832e849adfb21180ccb6826a99da14e5d266ae5c2e668e1602cf234f153797" [[package]] name = "byteorder" version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" version = "1.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04" [[package]] name = "cc" version = "1.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "509591b7bcd67f4ef775afad7662703b4935daaa6ec0e5605cfb1090b32a2b6d" dependencies = [ "find-msvc-tools", "shlex", ] [[package]] name = "cfg-if" version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" [[package]] name = "cfg_aliases" version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f079e83a288787bcd14a6aea84cee5c87a67c5a3e660c30f557a3d24761b3527" [[package]] name = "chacha20" version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d524456ba66e72eb8b115ff89e01e497f8e6d11d78b70b1aa13c0fbd97540a81" dependencies = [ "cfg-if", "cpufeatures", "rand_core 0.10.1", ] [[package]] name = "chrono" version = "0.4.45" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327" dependencies = [ "iana-time-zone", "num-traits", "serde", "windows-link", ] [[package]] name = "cobs" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1" dependencies = [ "thiserror 2.0.20", ] [[package]] name = "core-foundation-sys" version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" [[package]] name = "cpufeatures" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201" dependencies = [ "libc", ] [[package]] name = "crc" version = "3.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675" dependencies = [ "crc-catalog", ] [[package]] name = "crc-catalog" version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "217698eaf96b4a3f0bc4f3662aaa55bdf913cd54d7204591faa790070c6d0853" [[package]] name = "critical-section" version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b" [[package]] name = "crossbeam" version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8" dependencies = [ "crossbeam-channel", "crossbeam-deque", "crossbeam-epoch", "crossbeam-queue", "crossbeam-utils", ] [[package]] name = "crossbeam-channel" version = "0.5.16" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d85363c37faeca707aef026efa9f3b34d077bce547e48f770770625c6013679e" dependencies = [ "crossbeam-utils", ] [[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.22" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "61803da095bee82a81bb1a452ecc25d3b2f1416d1897eb86430c6159ef717c17" [[package]] name = "crypto-common" version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" dependencies = [ "generic-array", "typenum", ] [[package]] name = "ctor" version = "1.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fb22e947478ccf9dc44d8922042c677a63fbb88f2cb468521d1145816e5087cb" dependencies = [ "link-section", "linktime-proc-macro", ] [[package]] name = "diff" version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" [[package]] name = "digest" version = "0.10.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" dependencies = [ "block-buffer", "crypto-common", ] [[package]] name = "dunce" version = "1.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" [[package]] name = "dupe" version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6ed2bc011db9c93fbc2b6cdb341a53737a55bafb46dbb74cf6764fc33a2fbf9c" dependencies = [ "dupe_derive", ] [[package]] name = "dupe_derive" version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "83e195b4945e88836d826124af44fdcb262ec01ef94d44f14f4fb5103f19892a" dependencies = [ "proc-macro2", "quote", "syn 2.0.119", ] [[package]] name = "either" version = "1.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9e5e8f6c15a24b9a3ee5efec809ccd006d3b30e8b3bb63c39af737c7f87daa1d" [[package]] name = "embedded-io" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced" [[package]] name = "embedded-io" version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d" [[package]] name = "equivalent" version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" [[package]] name = "erased-serde" version = "0.4.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d2add8a07dd6a8d93ff627029c51de145e12686fbc36ecb298ac22e74cf02dec" dependencies = [ "serde", "serde_core", "typeid", ] [[package]] name = "errno" version = "0.3.14" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", "windows-sys 0.61.2", ] [[package]] name = "fancy-regex" version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "476de73bddf2ef8490aa4ee8f1cf40b430bf1d56c48c22080e5186952cd580e6" dependencies = [ "bit-set", "regex-automata", "regex-syntax", ] [[package]] name = "fastrand" version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "da7c62ceae207dd37ea5b845da6a0696c799f85e97da1ab5b7910be3c1c80223" [[package]] name = "filedescriptor" version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d" dependencies = [ "libc", "thiserror 1.0.69", "winapi", ] [[package]] name = "find-msvc-tools" version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d45db016d36b838f563236e9193d0ee6ce38f3f68b6c94e914b4929c96bbb890" [[package]] name = "flow_aloc" version = "0.0.0" dependencies = [ "dupe", "flow_packed_locs", "flow_parser", "serde", ] [[package]] name = "flow_analysis" version = "0.0.0" dependencies = [ "dupe", "flow_aloc", "flow_common", "flow_data_structure_wrapper", "flow_lint_settings", "flow_parser", "pretty_assertions", "vec1", ] [[package]] name = "flow_cgroup" version = "0.0.0" dependencies = [ "flow_procfs", ] [[package]] name = "flow_check_cache" version = "0.0.0" dependencies = [ "dupe", "flow_parser", "flow_typing_context", "flow_typing_utils", "linked-hash-map", ] [[package]] name = "flow_cli_support" version = "0.0.0" dependencies = [ "bincode", "dupe", "flow_aloc", "flow_analysis", "flow_codemods", "flow_commands_connect", "flow_common", "flow_common_build_id", "flow_common_errors", "flow_common_exit", "flow_common_exit_status", "flow_common_modulename", "flow_common_semver", "flow_common_socket", "flow_common_ty", "flow_common_utils", "flow_common_vcs", "flow_config", "flow_daemon", "flow_data_structure_wrapper", "flow_dev_tools", "flow_dfind", "flow_edenfs_watcher", "flow_env_builder", "flow_env_builder_resolver", "flow_event_logger", "flow_flowlib", "flow_heap", "flow_hh_json", "flow_hh_logger", "flow_lint_settings", "flow_logging_utils", "flow_lsp", "flow_lsp_server", "flow_monitor_rpc", "flow_parser", "flow_parser_utils", "flow_parser_utils_output", "flow_server", "flow_server_env", "flow_server_files", "flow_server_monitor", "flow_server_utils", "flow_services_autocomplete", "flow_services_code_action", "flow_services_coverage", "flow_services_export", "flow_services_inference", "flow_services_module", "flow_type_sig", "flow_typing", "flow_typing_context", "flow_typing_errors", "flow_typing_flow_common", "flow_typing_ty_normalizer", "flow_typing_type", "flow_utils_concurrency", "flow_utils_find", "flow_utils_tty", "libc", "lsp-types", "regex", "serde", "serde_json", "vec1", ] [[package]] name = "flow_codemods" version = "0.0.0" dependencies = [ "bincode", "bumpalo", "dupe", "flow_aloc", "flow_analysis", "flow_common", "flow_common_exit_status", "flow_common_modulename", "flow_common_ty", "flow_common_utils", "flow_data_structure_wrapper", "flow_flowlib", "flow_heap", "flow_hh_logger", "flow_lint_settings", "flow_logging_utils", "flow_parser", "flow_parser_utils", "flow_parser_utils_output", "flow_parsing", "flow_server", "flow_server_env", "flow_server_utils", "flow_services_code_action", "flow_services_inference", "flow_services_references", "flow_type_sig", "flow_typing", "flow_typing_context", "flow_typing_errors", "flow_typing_ty_normalizer", "flow_typing_type", "flow_utils_concurrency", "tokio", "tracing", "vec1", ] [[package]] name = "flow_commands_connect" version = "0.0.0" dependencies = [ "bincode", "flow_common", "flow_common_exit_status", "flow_common_socket", "flow_event_logger", "flow_server_env", "flow_server_files", "flow_utils_tty", "serde_json", ] [[package]] name = "flow_common" version = "0.0.0" dependencies = [ "dunce", "dupe", "flow_aloc", "flow_common_leb128", "flow_data_structure_wrapper", "flow_lint_settings", "flow_packed_locs", "flow_parser", "globset", "jwalk", "nix", "regex", "rustix", "serde", "serde_json", "vec1", ] [[package]] name = "flow_common_build_id" version = "0.0.0" dependencies = [ "flow_common_xx", ] [[package]] name = "flow_common_cycle_hash" version = "0.0.0" dependencies = [ "dupe", "flow_common_xx", "vec1", ] [[package]] name = "flow_common_errors" version = "0.0.0" dependencies = [ "dupe", "flow_common", "flow_common_utils", "flow_lint_settings", "flow_parser", "flow_utils_tty", "serde", "serde_json", ] [[package]] name = "flow_common_exit" version = "0.0.0" dependencies = [ "flow_common_exit_status", "flow_hh_json", "serde_json", ] [[package]] name = "flow_common_exit_status" version = "0.0.0" dependencies = [ "flow_common", "serde", "serde_json", ] [[package]] name = "flow_common_leb128" version = "0.0.0" [[package]] name = "flow_common_modulename" version = "0.0.0" dependencies = [ "dupe", "flow_common", "flow_data_structure_wrapper", "flow_parser", "serde", "starlark_map", ] [[package]] name = "flow_common_semver" version = "0.0.0" [[package]] name = "flow_common_socket" version = "0.0.0" dependencies = [ "flow_common", "flow_common_exit_status", "flow_tokio_runtime", "md-5", "socket2", "tokio", ] [[package]] name = "flow_common_tarjan" version = "0.0.0" dependencies = [ "dupe", "flow_common_utils", "vec1", ] [[package]] name = "flow_common_transaction" version = "0.0.0" dependencies = [ "flow_hh_logger", ] [[package]] name = "flow_common_ty" version = "0.0.0" dependencies = [ "dupe", "flow_aloc", "flow_common", "flow_data_structure_wrapper", "flow_parser", "flow_parser_utils_output", "serde", "serde_json", ] [[package]] name = "flow_common_utils" version = "0.0.0" dependencies = [ "dupe", "flow_data_structure_wrapper", "flow_parser", "rand", "serde", "tokio", ] [[package]] name = "flow_common_vcs" version = "0.0.0" dependencies = [ "tokio", ] [[package]] name = "flow_common_xx" version = "0.0.0" dependencies = [ "xxhash-rust", ] [[package]] name = "flow_config" version = "0.0.0" dependencies = [ "flow_common", "flow_common_semver", "flow_data_structure_wrapper", "flow_lint_settings", "hostname", "libc", "regex", "serde_json", "starlark_map", ] [[package]] name = "flow_daemon" version = "0.0.0" dependencies = [ "bincode", "ctor", "flow_common", "rand", "serde", "tempfile", "tracing", ] [[package]] name = "flow_data_structure_wrapper" version = "0.0.0" dependencies = [ "arcstr", "dupe", "im", "parking_lot", "rpds", "serde", "smol_str", ] [[package]] name = "flow_dev_tools" version = "0.0.0" dependencies = [ "fancy-regex", "flow_parser", "flow_tokio_runtime", "futures 0.3.34", "regex", "serde", "serde_json", "similar", "tempfile", "tokio", ] [[package]] name = "flow_dfind" version = "0.0.0" dependencies = [ "ctor", "flow_daemon", "flow_hh_logger", "notify", "regex", "serde", "tokio", "tracing", ] [[package]] name = "flow_dot_js_wasm" version = "0.0.0" dependencies = [ "dupe", "flow_aloc", "flow_common", "flow_common_errors", "flow_lint_settings", "flow_parser", "flow_parser_utils", "flow_parser_utils_output", "flow_parsing", "flow_server_env", "flow_services_autocomplete", "flow_services_export", "flow_services_get_def", "flow_services_type_info", "flow_type_sig", "flow_typing", "flow_typing_builtins", "flow_typing_context", "flow_typing_errors", "flow_typing_ty_normalizer", "flow_typing_type", "flow_typing_utils", "flow_utils_concurrency", "serde", "serde_json", ] [[package]] name = "flow_edenfs_watcher" version = "0.0.0" dependencies = [ "flow_common", "serde_json", ] [[package]] name = "flow_env_builder" version = "0.0.0" dependencies = [ "dupe", "flow_aloc", "flow_analysis", "flow_common", "flow_common_utils", "flow_data_structure_wrapper", "flow_parser", "flow_parser_utils", "serde", "vec1", ] [[package]] name = "flow_env_builder_resolver" version = "0.0.0" dependencies = [ "dupe", "flow_aloc", "flow_analysis", "flow_common", "flow_common_tarjan", "flow_common_utils", "flow_data_structure_wrapper", "flow_env_builder", "flow_parser", "flow_parser_utils", "flow_typing_errors", "vec1", ] [[package]] name = "flow_event_logger" version = "0.0.0" dependencies = [ "flow_common", "serde", "serde_json", ] [[package]] name = "flow_event_logger_common" version = "0.0.0" [[package]] name = "flow_event_logger_lwt" version = "0.0.0" [[package]] name = "flow_flowlib" version = "0.0.0" dependencies = [ "flow_common", "flow_common_exit_status", "flow_common_xx", "libc", ] [[package]] name = "flow_heap" version = "0.0.0" dependencies = [ "bincode", "dupe", "flow_aloc", "flow_common", "flow_common_modulename", "flow_data_structure_wrapper", "flow_heap_serialization", "flow_imports_exports", "flow_parser", "flow_parser_utils", "flow_type_sig", "flow_utils_concurrency", "lz4_flex", "parking_lot", "rayon", "serde", ] [[package]] name = "flow_heap_serialization" version = "0.0.0" dependencies = [ "bincode", "dupe", "flow_aloc", "flow_common", "flow_imports_exports", "flow_parser", "flow_parser_utils", "flow_type_sig", "lz4_flex", "parking_lot", ] [[package]] name = "flow_hh_json" version = "0.0.0" dependencies = [ "serde_json", ] [[package]] name = "flow_hh_logger" version = "0.0.0" dependencies = [ "chrono", ] [[package]] name = "flow_imports_exports" version = "0.0.0" dependencies = [ "bumpalo", "dupe", "flow_common", "flow_data_structure_wrapper", "flow_parser", "flow_parser_utils", "flow_type_sig", "pretty_assertions", "serde", ] [[package]] name = "flow_interaction_logger" version = "0.0.0" dependencies = [ "flow_common", ] [[package]] name = "flow_lazy" version = "0.0.0" dependencies = [ "dupe", ] [[package]] name = "flow_lint_settings" version = "0.0.0" dependencies = [ "dupe", "flow_parser", "serde", ] [[package]] name = "flow_logging_utils" version = "0.0.0" dependencies = [ "flow_common", "flow_event_logger", "flow_event_logger_common", "flow_hh_logger", "flow_interaction_logger", ] [[package]] name = "flow_lsp" version = "0.0.0" dependencies = [ "flow_parser", "flow_server_utils", "lsp-types", "regex", "serde", "serde_json", ] [[package]] name = "flow_lsp_server" version = "0.0.0" dependencies = [ "crossbeam", "dupe", "flow_commands_connect", "flow_common", "flow_common_exit_status", "flow_common_semver", "flow_common_socket", "flow_config", "flow_event_logger", "flow_event_logger_lwt", "flow_flowlib", "flow_interaction_logger", "flow_lsp", "flow_parser", "flow_server_env", "flow_server_files", "flow_server_utils", "flow_tokio_runtime", "lsp-types", "regex", "serde", "serde_json", "tokio", ] [[package]] name = "flow_lwt_sys_utils" version = "0.0.0" dependencies = [ "tokio", ] [[package]] name = "flow_monitor_rpc" version = "0.0.0" dependencies = [ "dupe", "flow_common", "flow_common_errors", "flow_common_exit_status", "flow_event_logger", "flow_lsp", "flow_parser", "flow_parser_utils_output", "flow_server_utils", "flow_services_coverage", "flow_services_export_index", "log", "lsp-types", "serde", "serde_json", "uuid", ] [[package]] name = "flow_packed_locs" version = "0.0.0" dependencies = [ "flow_common_leb128", "flow_parser", ] [[package]] name = "flow_parser" version = "0.0.0" dependencies = [ "buck-resources", "dupe", "flow_data_structure_wrapper", "logos", "regex", "serde", "serde_json", ] [[package]] name = "flow_parser_utils" version = "0.0.0" dependencies = [ "dupe", "flow_aloc", "flow_analysis", "flow_common", "flow_common_tarjan", "flow_data_structure_wrapper", "flow_parser", "flow_parser_utils_output", "pretty_assertions", "regex", "serde", "vec1", ] [[package]] name = "flow_parser_utils_output" version = "0.0.0" dependencies = [ "dupe", "flow_aloc", "flow_common", "flow_common_utils", "flow_data_structure_wrapper", "flow_parser", "flow_parser_utils", "flow_server_utils", "pretty_assertions", ] [[package]] name = "flow_parser_wasm" version = "0.0.0" dependencies = [ "dupe", "flow_data_structure_wrapper", "flow_parser", "flow_parser_utils", "prettyplease 0.3.0", "proc-macro2", "quote", "syn 3.0.3", "thiserror 2.0.20", ] [[package]] name = "flow_parsing" version = "0.0.0" dependencies = [ "bumpalo", "dupe", "flow_aloc", "flow_common", "flow_common_modulename", "flow_data_structure_wrapper", "flow_heap", "flow_hh_logger", "flow_imports_exports", "flow_parser", "flow_parser_utils", "flow_services_module", "flow_type_sig", "flow_utils_concurrency", "logos", "regex", "vec1", ] [[package]] name = "flow_print_signal" version = "0.0.0" dependencies = [ "libc", ] [[package]] name = "flow_procfs" version = "0.0.0" [[package]] name = "flow_profiling" version = "0.0.0" dependencies = [ "flow_cgroup", "flow_common_utils", "flow_heap", "flow_hh_json", "flow_hh_logger", "nix", "serde_json", ] [[package]] name = "flow_saved_state" version = "0.0.0" dependencies = [ "bincode", "dupe", "flow_common", "flow_common_build_id", "flow_common_modulename", "flow_common_utils", "flow_config", "flow_data_structure_wrapper", "flow_heap", "flow_hh_logger", "flow_imports_exports", "flow_parser", "flow_parser_utils", "flow_saved_state_fetcher", "flow_server_env", "flow_server_files", "flow_services_export", "flow_typing_errors", "flow_utils_concurrency", "lz4_flex", "postcard", "serde", ] [[package]] name = "flow_saved_state_fetcher" version = "0.0.0" dependencies = [ "flow_common", "flow_common_vcs", "flow_hh_logger", "regex", ] [[package]] name = "flow_server" version = "0.0.0" dependencies = [ "crossbeam", "flow_aloc", "flow_cgroup", "flow_common", "flow_common_errors", "flow_common_exit_status", "flow_common_utils", "flow_common_vcs", "flow_daemon", "flow_data_structure_wrapper", "flow_event_logger", "flow_event_logger_common", "flow_event_logger_lwt", "flow_flowlib", "flow_heap", "flow_hh_logger", "flow_logging_utils", "flow_parser", "flow_profiling", "flow_server_command_handler", "flow_server_env", "flow_server_files", "flow_server_rechecker", "flow_services_inference", "flow_services_references", "flow_tokio_runtime", "flow_typing_errors", "flow_utils_concurrency", "serde", "serde_json", "tokio", ] [[package]] name = "flow_server_command_handler" version = "0.0.0" dependencies = [ "bincode", "dupe", "flow_aloc", "flow_analysis", "flow_check_cache", "flow_common", "flow_common_errors", "flow_common_modulename", "flow_common_tarjan", "flow_common_ty", "flow_common_utils", "flow_data_structure_wrapper", "flow_event_logger", "flow_heap", "flow_hh_logger", "flow_parser", "flow_parser_utils", "flow_parser_utils_output", "flow_parsing", "flow_saved_state", "flow_server_env", "flow_server_rechecker", "flow_server_utils", "flow_services_autocomplete", "flow_services_code_action", "flow_services_coverage", "flow_services_export", "flow_services_get_def", "flow_services_inference", "flow_services_inference_types", "flow_services_jsx", "flow_services_module", "flow_services_references", "flow_services_type_info", "flow_services_type_of_name", "flow_type_sig", "flow_typing", "flow_typing_context", "flow_typing_errors", "flow_typing_ty_normalizer", "flow_typing_type", "flow_typing_utils", "lsp-types", "serde", "serde_json", ] [[package]] name = "flow_server_env" version = "0.0.0" dependencies = [ "crossbeam", "dupe", "flow_aloc", "flow_check_cache", "flow_common", "flow_common_errors", "flow_common_exit_status", "flow_common_utils", "flow_config", "flow_data_structure_wrapper", "flow_event_logger", "flow_heap", "flow_hh_logger", "flow_lint_settings", "flow_lsp", "flow_monitor_rpc", "flow_parser", "flow_parser_utils_output", "flow_server_utils", "flow_services_coverage", "flow_services_export", "flow_typing_context", "flow_typing_errors", "flow_utils_concurrency", "flow_utils_tty", "lsp-types", "murmur3", "serde", "serde_json", "tokio", "uuid", "vec1", ] [[package]] name = "flow_server_file_watcher_spec" version = "0.0.0" dependencies = [ "flow_common", "flow_server_files", ] [[package]] name = "flow_server_files" version = "0.0.0" dependencies = [ "flow_common", "md-5", ] [[package]] name = "flow_server_monitor" version = "0.0.0" dependencies = [ "bincode", "crossbeam", "dupe", "filedescriptor", "flow_common", "flow_common_exit_status", "flow_common_semver", "flow_common_socket", "flow_common_vcs", "flow_daemon", "flow_dfind", "flow_edenfs_watcher", "flow_event_logger", "flow_hh_logger", "flow_logging_utils", "flow_monitor_rpc", "flow_parser", "flow_server", "flow_server_env", "flow_server_file_watcher_spec", "flow_server_files", "flow_server_watchman_expression_terms", "flow_tokio_runtime", "flow_watchman", "futures 0.3.34", "libc", "lsp-types", "nix", "serde", "serde_json", "signal-hook", "tokio", ] [[package]] name = "flow_server_rechecker" version = "0.0.0" dependencies = [ "crossbeam", "dupe", "flow_common", "flow_common_exit_status", "flow_common_semver", "flow_common_utils", "flow_config", "flow_data_structure_wrapper", "flow_event_logger", "flow_flowlib", "flow_heap", "flow_hh_logger", "flow_parser", "flow_parsing", "flow_server_env", "flow_server_files", "flow_services_inference", "flow_services_module", "flow_services_references", "flow_tokio_runtime", "flow_utils_concurrency", "serde_json", ] [[package]] name = "flow_server_utils" version = "0.0.0" dependencies = [ "serde", ] [[package]] name = "flow_server_watchman_expression_terms" version = "0.0.0" dependencies = [ "flow_common", "flow_server_file_watcher_spec", "serde_json", ] [[package]] name = "flow_services_autocomplete" version = "0.0.0" dependencies = [ "dupe", "flow_aloc", "flow_analysis", "flow_common", "flow_common_errors", "flow_common_modulename", "flow_common_ty", "flow_common_utils", "flow_env_builder", "flow_lsp", "flow_parser", "flow_parser_utils", "flow_parser_utils_output", "flow_services_export", "flow_services_get_def", "flow_typing", "flow_typing_context", "flow_typing_errors", "flow_typing_flow_common", "flow_typing_flow_js", "flow_typing_statement", "flow_typing_tvar", "flow_typing_ty_normalizer", "flow_typing_type", "flow_typing_utils", "flow_utils_concurrency", "lsp-types", ] [[package]] name = "flow_services_code_action" version = "0.0.0" dependencies = [ "dupe", "flow_aloc", "flow_analysis", "flow_check_cache", "flow_common", "flow_common_errors", "flow_common_modulename", "flow_common_ty", "flow_data_structure_wrapper", "flow_env_builder", "flow_heap", "flow_hh_logger", "flow_lazy", "flow_lint_settings", "flow_lsp", "flow_parser", "flow_parser_utils", "flow_parser_utils_output", "flow_server_env", "flow_services_autocomplete", "flow_services_export", "flow_services_inference", "flow_services_inference_types", "flow_type_sig", "flow_typing", "flow_typing_builtins", "flow_typing_context", "flow_typing_errors", "flow_typing_flow_common", "flow_typing_flow_js", "flow_typing_statement", "flow_typing_ty_normalizer", "flow_typing_type", "flow_typing_utils", "flow_typing_visitors", "flow_utils_concurrency", "lsp-types", "serde_json", "vec1", ] [[package]] name = "flow_services_coverage" version = "0.0.0" dependencies = [ "dupe", "flow_aloc", "flow_parser", "flow_typing_context", "flow_typing_type", "serde", ] [[package]] name = "flow_services_export" version = "0.0.0" dependencies = [ "dupe", "flow_common", "flow_common_modulename", "flow_common_utils", "flow_data_structure_wrapper", "flow_heap", "flow_hh_logger", "flow_imports_exports", "flow_monitor_rpc", "flow_parser", "flow_services_export_index", "flow_utils_concurrency", ] [[package]] name = "flow_services_export_index" version = "0.0.0" dependencies = [ "dupe", "flow_common", "flow_data_structure_wrapper", "flow_parser", "serde", ] [[package]] name = "flow_services_get_def" version = "0.0.0" dependencies = [ "dupe", "flow_aloc", "flow_analysis", "flow_common", "flow_data_structure_wrapper", "flow_parser", "flow_parser_utils", "flow_typing", "flow_typing_context", "flow_typing_flow_common", "flow_typing_flow_js", "flow_typing_statement", "flow_typing_tvar", "flow_typing_type", "flow_typing_utils", "flow_utils_concurrency", "vec1", ] [[package]] name = "flow_services_inference" version = "0.0.0" dependencies = [ "crossbeam", "dupe", "flow_aloc", "flow_check_cache", "flow_common", "flow_common_cycle_hash", "flow_common_errors", "flow_common_exit_status", "flow_common_modulename", "flow_common_semver", "flow_common_tarjan", "flow_common_transaction", "flow_common_utils", "flow_common_xx", "flow_config", "flow_data_structure_wrapper", "flow_event_logger", "flow_heap", "flow_hh_logger", "flow_imports_exports", "flow_lazy", "flow_lint_settings", "flow_parser", "flow_parser_utils", "flow_parsing", "flow_profiling", "flow_saved_state", "flow_saved_state_fetcher", "flow_server_env", "flow_server_files", "flow_services_coverage", "flow_services_export", "flow_services_get_def", "flow_services_inference_types", "flow_services_module", "flow_services_references", "flow_type_sig", "flow_typing", "flow_typing_builtins", "flow_typing_context", "flow_typing_errors", "flow_typing_flow_common", "flow_typing_flow_js", "flow_typing_type", "flow_typing_utils", "flow_utils_concurrency", "serde_json", "vec1", ] [[package]] name = "flow_services_inference_types" version = "0.0.0" dependencies = [ "flow_aloc", "flow_common", "flow_parser", "flow_parser_utils", "flow_parsing", "flow_services_coverage", "flow_services_references", "flow_type_sig", "flow_typing_context", "flow_typing_errors", "flow_typing_type", ] [[package]] name = "flow_services_jsx" version = "0.0.0" dependencies = [ "dupe", "flow_parser", "flow_parser_utils_output", ] [[package]] name = "flow_services_module" version = "0.0.0" dependencies = [ "dupe", "flow_common", "flow_common_modulename", "flow_data_structure_wrapper", "flow_heap", "flow_hh_logger", "flow_parser", "flow_parser_utils", "flow_utils_concurrency", "regex", "vec1", ] [[package]] name = "flow_services_references" version = "0.0.0" dependencies = [ "dupe", "flow_aloc", "flow_analysis", "flow_common", "flow_data_structure_wrapper", "flow_heap", "flow_lsp", "flow_parser", "flow_parser_utils", "flow_parser_utils_output", "flow_server_env", "flow_services_get_def", "flow_typing_context", "flow_typing_flow_js", "flow_typing_tvar", "flow_typing_type", "flow_typing_utils", "flow_utils_concurrency", "lsp-types", "vec1", ] [[package]] name = "flow_services_type_info" version = "0.0.0" dependencies = [ "dupe", "flow_aloc", "flow_common", "flow_common_ty", "flow_data_structure_wrapper", "flow_parser", "flow_parser_utils", "flow_parsing", "flow_server_env", "flow_services_autocomplete", "flow_services_coverage", "flow_services_get_def", "flow_typing", "flow_typing_context", "flow_typing_flow_js", "flow_typing_tvar", "flow_typing_ty_normalizer", "flow_typing_type", "flow_typing_utils", "flow_utils_concurrency", "regex", "serde_json", ] [[package]] name = "flow_services_type_of_name" version = "0.0.0" dependencies = [ "dupe", "flow_aloc", "flow_check_cache", "flow_common", "flow_common_ty", "flow_heap", "flow_parser", "flow_server_env", "flow_services_autocomplete", "flow_services_export", "flow_services_inference", "flow_services_inference_types", "flow_typing", "flow_typing_ty_normalizer", "flow_typing_type", ] [[package]] name = "flow_tokio_runtime" version = "0.0.0" dependencies = [ "flow_utils_concurrency", "tokio", ] [[package]] name = "flow_type_sig" version = "0.0.0" dependencies = [ "bumpalo", "dupe", "flow_analysis", "flow_common", "flow_common_cycle_hash", "flow_data_structure_wrapper", "flow_parser", "flow_parser_utils", "pretty_assertions", "serde", "vec1", ] [[package]] name = "flow_typing" version = "0.0.0" dependencies = [ "bumpalo", "dupe", "flow_aloc", "flow_analysis", "flow_common", "flow_common_ty", "flow_data_structure_wrapper", "flow_env_builder", "flow_env_builder_resolver", "flow_flowlib", "flow_hh_logger", "flow_lazy", "flow_lint_settings", "flow_parser", "flow_parser_utils", "flow_parser_utils_output", "flow_server_files", "flow_type_sig", "flow_typing_builtins", "flow_typing_context", "flow_typing_debug", "flow_typing_errors", "flow_typing_exists_check", "flow_typing_flow_common", "flow_typing_flow_js", "flow_typing_loc_env", "flow_typing_statement", "flow_typing_tvar", "flow_typing_ty_normalizer", "flow_typing_type", "flow_typing_utils", "flow_typing_visitors", "flow_utils_concurrency", "flow_utils_find", "flow_utils_union_find", "serde_json", "vec1", ] [[package]] name = "flow_typing_builtins" version = "0.0.0" dependencies = [ "dupe", "flow_aloc", "flow_common", "flow_data_structure_wrapper", "flow_lazy", "flow_typing_type", ] [[package]] name = "flow_typing_context" version = "0.0.0" dependencies = [ "dupe", "flow_aloc", "flow_analysis", "flow_common", "flow_data_structure_wrapper", "flow_env_builder", "flow_lazy", "flow_lint_settings", "flow_parser", "flow_type_sig", "flow_typing_builtins", "flow_typing_errors", "flow_typing_exists_check", "flow_typing_generics", "flow_typing_loc_env", "flow_typing_speculation_state", "flow_typing_spread_cache", "flow_typing_type", "flow_utils_concurrency", "flow_utils_union_find", "regex", "vec1", ] [[package]] name = "flow_typing_debug" version = "0.0.0" dependencies = [ "flow_aloc", "flow_common", "flow_lint_settings", "flow_parser", "flow_parser_utils", "flow_type_sig", "flow_typing_context", "flow_typing_default", "flow_typing_errors", "flow_typing_generics", "flow_typing_type", "flow_utils_union_find", ] [[package]] name = "flow_typing_default" version = "0.0.0" dependencies = [ "flow_common", "flow_data_structure_wrapper", "flow_typing_type", ] [[package]] name = "flow_typing_errors" version = "0.0.0" dependencies = [ "dupe", "flow_aloc", "flow_common", "flow_common_errors", "flow_common_ty", "flow_data_structure_wrapper", "flow_env_builder", "flow_lint_settings", "flow_parser", "flow_parser_utils", "flow_type_sig", "flow_typing_type", "serde", "vec1", ] [[package]] name = "flow_typing_exists_check" version = "0.0.0" dependencies = [ "flow_aloc", "flow_parser", ] [[package]] name = "flow_typing_flow_common" version = "0.0.0" dependencies = [ "dupe", "flow_aloc", "flow_common", "flow_common_utils", "flow_data_structure_wrapper", "flow_env_builder", "flow_lazy", "flow_parser", "flow_parser_utils", "flow_type_sig", "flow_typing_context", "flow_typing_debug", "flow_typing_errors", "flow_typing_generics", "flow_typing_speculation_state", "flow_typing_tvar", "flow_typing_type", "flow_typing_visitors", "flow_utils_concurrency", "flow_utils_union_find", "regex", "vec1", ] [[package]] name = "flow_typing_flow_js" version = "0.0.0" dependencies = [ "dupe", "flow_aloc", "flow_common", "flow_common_utils", "flow_data_structure_wrapper", "flow_lazy", "flow_parser", "flow_typing_context", "flow_typing_debug", "flow_typing_default", "flow_typing_errors", "flow_typing_flow_common", "flow_typing_generics", "flow_typing_implicit_instantiation_check", "flow_typing_speculation_state", "flow_typing_spread_cache", "flow_typing_tvar", "flow_typing_type", "flow_typing_visitors", "flow_utils_concurrency", "flow_utils_union_find", "vec1", ] [[package]] name = "flow_typing_generics" version = "0.0.0" dependencies = [ "flow_aloc", "flow_common", "vec1", ] [[package]] name = "flow_typing_implicit_instantiation_check" version = "0.0.0" dependencies = [ "flow_aloc", "flow_common", "flow_typing_type", "vec1", ] [[package]] name = "flow_typing_key" version = "0.0.0" dependencies = [ "dupe", "flow_common", "flow_data_structure_wrapper", ] [[package]] name = "flow_typing_loc_env" version = "0.0.0" dependencies = [ "dupe", "flow_aloc", "flow_common", "flow_data_structure_wrapper", "flow_env_builder", "flow_lazy", "flow_parser", "flow_parser_utils_output", "flow_typing_type", "flow_utils_concurrency", "vec1", ] [[package]] name = "flow_typing_speculation_state" version = "0.0.0" dependencies = [ "flow_aloc", "flow_typing_errors", "flow_typing_type", ] [[package]] name = "flow_typing_spread_cache" version = "0.0.0" dependencies = [ "dupe", "flow_aloc", "flow_common", "flow_data_structure_wrapper", "flow_typing_errors", "flow_typing_type", "vec1", ] [[package]] name = "flow_typing_statement" version = "0.0.0" dependencies = [ "dupe", "flow_aloc", "flow_analysis", "flow_common", "flow_common_utils", "flow_data_structure_wrapper", "flow_env_builder", "flow_hh_logger", "flow_lazy", "flow_parser", "flow_parser_utils", "flow_typing_context", "flow_typing_debug", "flow_typing_default", "flow_typing_errors", "flow_typing_exists_check", "flow_typing_flow_common", "flow_typing_flow_js", "flow_typing_generics", "flow_typing_key", "flow_typing_loc_env", "flow_typing_tvar", "flow_typing_type", "flow_typing_utils", "flow_typing_visitors", "flow_utils_concurrency", "vec1", ] [[package]] name = "flow_typing_tvar" version = "0.0.0" dependencies = [ "dupe", "flow_common", "flow_typing_context", "flow_typing_type", "flow_utils_concurrency", "flow_utils_union_find", ] [[package]] name = "flow_typing_ty_normalizer" version = "0.0.0" dependencies = [ "dupe", "flow_aloc", "flow_common", "flow_common_ty", "flow_data_structure_wrapper", "flow_lazy", "flow_parser", "flow_parser_utils", "flow_typing_context", "flow_typing_debug", "flow_typing_flow_common", "flow_typing_type", "flow_utils_concurrency", ] [[package]] name = "flow_typing_type" version = "0.0.0" dependencies = [ "dupe", "flow_aloc", "flow_common", "flow_common_ty", "flow_common_utils", "flow_data_structure_wrapper", "flow_lazy", "flow_parser", "flow_typing_generics", "flow_utils_concurrency", "flow_utils_union_find", "serde", "vec1", ] [[package]] name = "flow_typing_utils" version = "0.0.0" dependencies = [ "dupe", "flow_aloc", "flow_analysis", "flow_common", "flow_data_structure_wrapper", "flow_env_builder", "flow_hh_logger", "flow_lazy", "flow_lint_settings", "flow_parser", "flow_type_sig", "flow_typing_builtins", "flow_typing_context", "flow_typing_debug", "flow_typing_errors", "flow_typing_flow_common", "flow_typing_flow_js", "flow_typing_generics", "flow_typing_implicit_instantiation_check", "flow_typing_key", "flow_typing_loc_env", "flow_typing_tvar", "flow_typing_type", "flow_typing_visitors", "flow_utils_concurrency", "flow_utils_union_find", "serde_json", "vec1", ] [[package]] name = "flow_typing_visitors" version = "0.0.0" dependencies = [ "dupe", "flow_common", "flow_common_utils", "flow_data_structure_wrapper", "flow_typing_context", "flow_typing_type", ] [[package]] name = "flow_utils_concurrency" version = "0.0.0" dependencies = [ "crossbeam", "dupe", "equivalent", "flow_aloc", "flow_common_utils", "hashbrown 0.17.1", "human_bytes", "itertools", "lock_free_hashtable", "nix", "num_cpus", "parking_lot", "rayon", "starlark_map", "tracing", ] [[package]] name = "flow_utils_find" version = "0.0.0" [[package]] name = "flow_utils_tty" version = "0.0.0" [[package]] name = "flow_utils_union_find" version = "0.0.0" dependencies = [ "flow_data_structure_wrapper", ] [[package]] name = "flow_watchman" version = "0.0.0" dependencies = [ "flow_common_vcs", "flow_event_logger", "flow_hh_json", "flow_hh_logger", "serde_json", "tokio", ] [[package]] name = "fluent-uri" version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "17c704e9dbe1ddd863da1e6ff3567795087b1eb201ce80d8fa81162e1516500d" dependencies = [ "bitflags 1.3.2", ] [[package]] name = "fnv" version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "foldhash" version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" [[package]] name = "foldhash" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" [[package]] name = "fsevent-sys" version = "4.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2" dependencies = [ "libc", ] [[package]] name = "futures" version = "0.1.31" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678" [[package]] name = "futures" version = "0.3.34" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9a31d2a3fbaaeb2af2368bbdd904aa8e812d3c04a1ee10d3171f52d556e5d0a3" dependencies = [ "futures-channel", "futures-core", "futures-executor", "futures-io", "futures-sink", "futures-task", "futures-util", ] [[package]] name = "futures-channel" version = "0.3.34" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b1f9e3d69d39e4862ffed03ed071a76f9a13ba1d9109d355b0f0aa6b15e393c4" dependencies = [ "futures-core", "futures-sink", ] [[package]] name = "futures-core" version = "0.3.34" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "92d699e522242e69e3003b94ecc1f960f3a5e015aa7c5d7486e65ad01dd94f5e" [[package]] name = "futures-executor" version = "0.3.34" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "031b47cf1a3c6cc8bc2fc76cd437f521619387907d469316e7c0bc278f1f5432" dependencies = [ "futures-core", "futures-task", "futures-util", ] [[package]] name = "futures-io" version = "0.3.34" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "53c0fa8157de1303bfffdaa1cc2a673bfffb60102f76b0ef4441659124373fed" [[package]] name = "futures-macro" version = "0.3.34" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9fb9654ba8355388abeb8dcb4fc62f511300867002afc858860463bdd9fe0c44" dependencies = [ "proc-macro2", "quote", "syn 3.0.3", ] [[package]] name = "futures-sink" version = "0.3.34" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1944426bf7d03f1d14f708785e4b33efd750b36d48a157b836b3efc15ede8e1d" [[package]] name = "futures-task" version = "0.3.34" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cd417de3d1d015fc3bfd2b1ea46dfc7bab72ef86f1cc7cc9c78e728b34a6d1fd" [[package]] name = "futures-util" version = "0.3.34" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0d50a92467f8ba5dd6e3ee5d4bd04d73ab2e4e1c44474a0674821dfce14b79bc" dependencies = [ "futures 0.1.31", "futures-channel", "futures-core", "futures-io", "futures-macro", "futures-sink", "futures-task", "libc", "memchr", "pin-project-lite", "slab", ] [[package]] name = "fxhash" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" dependencies = [ "byteorder", ] [[package]] name = "generic-array" version = "0.14.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" dependencies = [ "typenum", "version_check", ] [[package]] name = "getrandom" version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555" dependencies = [ "cfg-if", "libc", "r-efi", "rand_core 0.10.1", "wasip2", "wasip3", ] [[package]] name = "globset" version = "0.4.20" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "07c34a9410465b45bd9787443bc7370f37735bad04b0f0cd57ff1a3186c98988" dependencies = [ "aho-corasick", "bstr", "log", "regex-automata", "regex-syntax", "serde", ] [[package]] name = "hash32" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67" dependencies = [ "byteorder", ] [[package]] name = "hashbrown" version = "0.15.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" dependencies = [ "foldhash 0.1.5", ] [[package]] name = "hashbrown" version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" dependencies = [ "allocator-api2", "equivalent", "foldhash 0.2.0", ] [[package]] name = "hashbrown" version = "0.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" dependencies = [ "allocator-api2", "equivalent", "foldhash 0.2.0", ] [[package]] name = "heapless" version = "0.7.17" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cdc6457c0eb62c71aac4bc17216026d8410337c4126773b9c5daba343f17964f" dependencies = [ "atomic-polyfill", "hash32", "rustc_version", "serde", "spin", "stable_deref_trait", ] [[package]] name = "heck" version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "hermit-abi" version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" [[package]] name = "hostname" version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "617aaa3557aef3810a6369d0a99fac8a080891b68bd9f9812a1eeda0c0730cbd" dependencies = [ "cfg-if", "libc", "windows-link", ] [[package]] name = "human_bytes" version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e" [[package]] name = "iana-time-zone" version = "0.1.65" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" dependencies = [ "android_system_properties", "core-foundation-sys", "iana-time-zone-haiku", "js-sys", "log", "wasm-bindgen", "windows-core", ] [[package]] name = "iana-time-zone-haiku" version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" dependencies = [ "cc", ] [[package]] name = "id-arena" version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" [[package]] name = "im" version = "15.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d0acd33ff0285af998aaf9b57342af478078f53492322fafc47450e09397e0e9" dependencies = [ "bitmaps", "rand_core 0.6.4", "rand_xoshiro", "rayon", "serde", "sized-chunks", "typenum", "version_check", ] [[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", "serde", "serde_core", ] [[package]] name = "inotify" version = "0.11.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "153be1941a183ec9ccd095ddbe17a8b8d435ef6c76e9e02451b933c3999af2c8" dependencies = [ "bitflags 2.13.1", "inotify-sys", "libc", ] [[package]] name = "inotify-sys" version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c033f80b2c113cdf91ab7a33faa9cbc014726dcad99880c8609af2a370edf37d" dependencies = [ "libc", ] [[package]] name = "itertools" version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b4baf93f58d4425749ca49a51c50ebab072c5df6994d08fed93541c331481dc" dependencies = [ "either", ] [[package]] name = "itoa" version = "1.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" [[package]] name = "js-sys" version = "0.3.104" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0e0c1080212aad755ea003d18543e8768dd432c48819efd73a7bf1e39b7a5a3a" dependencies = [ "cfg-if", "futures-util", "wasm-bindgen", ] [[package]] name = "jwalk" version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2735847566356cd2179a2a38264839308f7079fa96e6bd5a42d740460e003c56" dependencies = [ "crossbeam", "rayon", ] [[package]] name = "kqueue" version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8d763e5b24120b4ddf50de6c92308156765aabfbbccebf401da7cff2d70a41ea" dependencies = [ "kqueue-sys", "libc", ] [[package]] name = "kqueue-sys" version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "07293a4e297ac234359b510362495713f75ea345d5307140414f20c69ffeb087" dependencies = [ "bitflags 2.13.1", "libc", ] [[package]] name = "lazy_static" version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "leb128fmt" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" [[package]] name = "libc" version = "0.2.189" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2" [[package]] name = "link-section" version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e333fe507b738576d6da5bb3f1a7d7a1c80307ed9ef31624c057d844c19c93e9" [[package]] name = "linked-hash-map" version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" dependencies = [ "serde", ] [[package]] name = "linktime-proc-macro" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8c7b0a3383c2a1002d11349c92c85a666a5fb679e96c79d782cf0dbe557fd6ee" [[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 = "lock_free_hashtable" version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ebf3631712f5b790675292ff827af269f5d9f920c920b77dc41d0485e3719612" dependencies = [ "atomic 0.5.3", "parking_lot", ] [[package]] name = "log" version = "0.4.33" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad" dependencies = [ "value-bag", ] [[package]] name = "logos" version = "0.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ff472f899b4ec2d99161c51f60ff7075eeb3097069a36050d8037a6325eb8154" dependencies = [ "logos-derive", ] [[package]] name = "logos-codegen" version = "0.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "192a3a2b90b0c05b27a0b2c43eecdb7c415e29243acc3f89cc8247a5b693045c" dependencies = [ "beef", "fnv", "lazy_static", "proc-macro2", "quote", "regex-syntax", "rustc_version", "syn 2.0.119", ] [[package]] name = "logos-derive" version = "0.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "605d9697bcd5ef3a42d38efc51541aa3d6a4a25f7ab6d1ed0da5ac632a26b470" dependencies = [ "logos-codegen", ] [[package]] name = "lsp-types" version = "0.97.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "53353550a17c04ac46c585feb189c2db82154fc84b79c7a66c96c2c644f66071" dependencies = [ "bitflags 1.3.2", "fluent-uri", "serde", "serde_json", "serde_repr", ] [[package]] name = "lz4_flex" version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7ef0d4ed8669f8f8826eb00dc878084aa8f253506c4fd5e8f58f5bce72ddb97e" dependencies = [ "twox-hash", ] [[package]] name = "md-5" version = "0.10.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" dependencies = [ "cfg-if", "digest", ] [[package]] name = "memchr" version = "2.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98" [[package]] name = "memoffset" version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" dependencies = [ "autocfg", ] [[package]] name = "mio" version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "30d65c71f1ce40ab09135ce117d742b9f8a19ff91a41a8b57ed50bc2de59c427" dependencies = [ "libc", "log", "wasi", "windows-sys 0.61.2", ] [[package]] name = "murmur3" version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "nix" version = "0.30.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" dependencies = [ "bitflags 2.13.1", "cfg-if", "cfg_aliases", "libc", "memoffset", ] [[package]] name = "notify" version = "8.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4d3d07927151ff8575b7087f245456e549fea62edf0ec4e565a5ee50c8402bc3" dependencies = [ "bitflags 2.13.1", "fsevent-sys", "inotify", "kqueue", "libc", "log", "mio", "notify-types", "walkdir", "windows-sys 0.60.2", ] [[package]] name = "notify-types" version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "42b8cfee0e339a0337359f3c88165702ac6e600dc01c0cc9579a92d62b08477a" dependencies = [ "bitflags 2.13.1", ] [[package]] name = "num-traits" version = "0.2.19" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" dependencies = [ "autocfg", ] [[package]] name = "num_cpus" version = "1.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b" dependencies = [ "hermit-abi", "libc", ] [[package]] name = "once_cell" version = "1.21.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" [[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 = "postcard" version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24" dependencies = [ "cobs", "crc", "embedded-io 0.4.0", "embedded-io 0.6.1", "heapless", "serde", ] [[package]] name = "pretty_assertions" version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d" dependencies = [ "diff", "yansi", ] [[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.119", ] [[package]] name = "prettyplease" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2bfe0f4c752e450fc2faf62654f1c134747922825d5b04ca717b8874f41a40c0" dependencies = [ "proc-macro2", "syn 3.0.3", ] [[package]] name = "proc-macro2" version = "1.0.107" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9" dependencies = [ "unicode-ident", ] [[package]] name = "quote" version = "1.0.47" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001" dependencies = [ "proc-macro2", ] [[package]] name = "r-efi" version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" [[package]] name = "rand" version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80" dependencies = [ "chacha20", "getrandom", "rand_core 0.10.1", ] [[package]] name = "rand_core" version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" [[package]] name = "rand_core" version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69" [[package]] name = "rand_xoshiro" version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa" dependencies = [ "rand_core 0.6.4", ] [[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 2.13.1", ] [[package]] name = "ref-cast" version = "1.0.26" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "216e8f773d7923bcba9ceb86a86c93cabb3903a11872fc3f138c49630e50b96d" dependencies = [ "ref-cast-impl", ] [[package]] name = "ref-cast-impl" version = "1.0.26" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2c9283685feec7d69af75fb0e858d5e7378f33fe4fc699383b2916ab9273e03c" dependencies = [ "proc-macro2", "quote", "syn 3.0.3", ] [[package]] name = "regex" version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d" dependencies = [ "aho-corasick", "memchr", "regex-automata", "regex-syntax", ] [[package]] name = "regex-automata" version = "0.4.18" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ad8553b9b26413251cbf30e620595c7a41b3887f03da04579c0e6b0d6a06b4b2" dependencies = [ "aho-corasick", "memchr", "regex-syntax", ] [[package]] name = "regex-syntax" version = "0.8.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4" [[package]] name = "rpds" version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e025feb26210bc196b908e72deb063b1b4000754304341cbc168a1e72c857ebc" dependencies = [ "archery", "smallvec", ] [[package]] name = "rustc_version" version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" dependencies = [ "semver", ] [[package]] name = "rustix" version = "1.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" dependencies = [ "bitflags 2.13.1", "errno", "libc", "linux-raw-sys", "windows-sys 0.61.2", ] [[package]] name = "rustversion" version = "1.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f" [[package]] name = "ryu" version = "1.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" [[package]] name = "same-file" version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" dependencies = [ "winapi-util", ] [[package]] name = "scopeguard" version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "semver" version = "1.0.28" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd" [[package]] name = "serde" version = "1.0.229" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba" dependencies = [ "serde_core", "serde_derive", ] [[package]] name = "serde_core" version = "1.0.229" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" version = "1.0.229" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348" dependencies = [ "proc-macro2", "quote", "syn 3.0.3", ] [[package]] name = "serde_fmt" version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6e497af288b3b95d067a23a4f749f2861121ffcb2f6d8379310dcda040c345ed" dependencies = [ "serde_core", ] [[package]] name = "serde_json" version = "1.0.151" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14" dependencies = [ "itoa", "memchr", "serde", "serde_core", "zmij", ] [[package]] name = "serde_repr" version = "0.1.21" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8d3b1629de253c70a0508c3899572da79ca359fdab27c7920ff00406df418906" dependencies = [ "proc-macro2", "quote", "syn 3.0.3", ] [[package]] name = "sha1_smol" version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d" [[package]] name = "shlex" version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba" [[package]] name = "signal-hook" version = "0.3.18" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2" dependencies = [ "libc", "signal-hook-registry", ] [[package]] name = "signal-hook-registry" version = "1.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" dependencies = [ "errno", "libc", ] [[package]] name = "similar" version = "3.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4f66ca1f7aca2474dc10c942eb22feffc897735f54cd1db90138c2fddb490987" dependencies = [ "bstr", "unicode-segmentation", ] [[package]] name = "sized-chunks" version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "16d69225bde7a69b235da73377861095455d298f2b970996eec25ddbb42b3d1e" dependencies = [ "bitmaps", "typenum", ] [[package]] name = "slab" version = "0.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" [[package]] name = "smallvec" version = "1.15.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90" [[package]] name = "smol_str" version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4aaa7368fcf4852a4c2dd92df0cace6a71f2091ca0a23391ce7f3a31833f1523" dependencies = [ "borsh", "serde_core", ] [[package]] name = "socket2" version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4" dependencies = [ "libc", "windows-sys 0.61.2", ] [[package]] name = "spin" version = "0.9.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" dependencies = [ "lock_api", ] [[package]] name = "stable_deref_trait" version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" [[package]] name = "starlark_map" version = "0.14.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "234877898fd216af93b2f5798b08cbbdc1a2e8f16a622a258b1db23a61a1c4ba" dependencies = [ "allocative", "dupe", "equivalent", "fxhash", "hashbrown 0.16.1", "serde", "strong_hash", ] [[package]] name = "strong_hash" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0831334aea34390b6b6ec7af0a27f9ee6324ad3a69463e6b240d83d6b7bce9c9" dependencies = [ "ref-cast", "strong_hash_derive", ] [[package]] name = "strong_hash_derive" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ace6b48b7c4383a39bd3b966cca41bc999003aab9f690a2f355525c924296928" dependencies = [ "quote", "syn 2.0.119", ] [[package]] name = "sval" version = "2.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec4a2a7d92fa86fcc6222e4c3845f8486cff899d9db32480b26c91a5dbf2e22d" [[package]] name = "sval_buffer" version = "2.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f4324db9ac500c609d659b752edf9c8abbf2233f8afd61a503fd6f88ed625032" dependencies = [ "sval", "sval_ref", "zerocopy", ] [[package]] name = "sval_dynamic" version = "2.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4046add0eecf55e680b9e207edf5fc7737b18a1d950db363d97e7f1b2d7c629c" dependencies = [ "sval", ] [[package]] name = "sval_fmt" version = "2.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "911a3486b5984a0a4f25edefcf2c2dba23654c29f63e75493b671d338bf24243" dependencies = [ "itoa", "ryu", "sval", ] [[package]] name = "sval_json" version = "2.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "da53aae7c737b5b5f1be4bcb0ff20e057bf6b2ee4e9d025560075c5830d09f95" dependencies = [ "itoa", "ryu", "sval", ] [[package]] name = "sval_nested" version = "2.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "df24df43cbdc4bb8c9f5ed19d0d57dc8f60a1a4259cdce52d597fe774ad3a71f" dependencies = [ "sval", "sval_buffer", "sval_ref", ] [[package]] name = "sval_ref" version = "2.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2bebc17f0f1fad060e57b778728d41ef87627e9111a6365d7463472cb58fc1b3" dependencies = [ "sval", ] [[package]] name = "sval_serde" version = "2.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9f26fe3f6a68b40e6c8d654ea48c00e4316272fddf68c80493714c1b034ae70b" dependencies = [ "serde_core", "sval", "sval_nested", ] [[package]] name = "syn" version = "2.0.119" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297" dependencies = [ "proc-macro2", "quote", "unicode-ident", ] [[package]] name = "syn" version = "3.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3" dependencies = [ "proc-macro2", "quote", "unicode-ident", ] [[package]] name = "tempfile" version = "3.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" dependencies = [ "fastrand", "getrandom", "once_cell", "rustix", "windows-sys 0.61.2", ] [[package]] name = "thiserror" version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" dependencies = [ "thiserror-impl 1.0.69", ] [[package]] name = "thiserror" version = "2.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec86235f5fcc2a73650310756d2ac5b138a5780bbbdfae3eeccec992c435ba4f" dependencies = [ "thiserror-impl 2.0.20", ] [[package]] name = "thiserror-impl" version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" dependencies = [ "proc-macro2", "quote", "syn 2.0.119", ] [[package]] name = "thiserror-impl" version = "2.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bc04cd3e1236dd4a98afca4569f2deb3f120e5422a4023be2cb683f8486292af" dependencies = [ "proc-macro2", "quote", "syn 3.0.3", ] [[package]] name = "tokio" version = "1.53.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed" dependencies = [ "bytes", "libc", "mio", "parking_lot", "pin-project-lite", "signal-hook-registry", "socket2", "tokio-macros", "tracing", "windows-sys 0.61.2", ] [[package]] name = "tokio-macros" version = "2.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "78773a2a397f451582ce068015985c33193cf6dea8b74d2a639fe457b2f07b0e" dependencies = [ "proc-macro2", "quote", "syn 3.0.3", ] [[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.119", ] [[package]] name = "tracing-core" version = "0.1.36" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" dependencies = [ "once_cell", "valuable", ] [[package]] name = "triomphe" version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b40688ea6389c8171614b25491f71d4a27946e0c7ce2da1c6de27e25abf1a0ae" [[package]] name = "twox-hash" version = "2.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8464ec13c3691491391d9fce00f6416c9a48e46972f72d7865688be2080192c9" [[package]] name = "typeid" version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c" [[package]] name = "typenum" version = "1.20.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20" [[package]] name = "unicode-ident" version = "1.0.24" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" [[package]] name = "unicode-segmentation" version = "1.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8" [[package]] name = "unicode-xid" version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" [[package]] name = "unty" version = "0.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6d49784317cd0d1ee7ec5c716dd598ec5b4483ea832a2dced265471cc0f690ae" [[package]] name = "uuid" version = "1.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2cefc03fd367c0c6d4305de1b312cf00248c4114f4a0418ce6a6af769e3b0bd9" dependencies = [ "atomic 0.6.1", "getrandom", "js-sys", "serde_core", "sha1_smol", "uuid-rng-internal", "wasm-bindgen", ] [[package]] name = "uuid-rng-internal" version = "1.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bbb6e4d912010d7646ef4e5a0ba89bafc6d9f8fd617c53433fe2aa86d26a3b77" dependencies = [ "getrandom", ] [[package]] name = "valuable" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" [[package]] name = "value-bag" version = "1.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "068e763e8279de7ab94b6afebded2cb701678af094feb1c12ccb061b4783c1be" dependencies = [ "value-bag-serde1", "value-bag-sval2", ] [[package]] name = "value-bag-serde1" version = "1.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "417d6197dd0ee696783d6be4276ac6ea74b985e00024c85ccfb37aff4f2bed82" dependencies = [ "erased-serde", "serde_core", "serde_fmt", ] [[package]] name = "value-bag-sval2" version = "1.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c61f7251ecde2c9ed431bbe0659853e7991753447447bbf1ae59d8b31c578d4e" dependencies = [ "sval", "sval_buffer", "sval_dynamic", "sval_fmt", "sval_json", "sval_ref", "sval_serde", ] [[package]] name = "vec1" version = "1.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eab68b56840f69efb0fefbe3ab6661499217ffdc58e2eef7c3f6f69835386322" dependencies = [ "serde", ] [[package]] name = "version_check" version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" [[package]] name = "virtue" version = "0.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "051eb1abcf10076295e815102942cc58f9d5e3b4560e46e53c21e8ff6f3af7b1" [[package]] name = "walkdir" version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" dependencies = [ "same-file", "winapi-util", ] [[package]] name = "wasi" version = "0.11.1+wasi-snapshot-preview1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" [[package]] name = "wasip2" version = "1.0.4+wasi-0.2.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487" dependencies = [ "wit-bindgen 0.57.1", ] [[package]] name = "wasip3" version = "0.4.0+wasi-0.3.0-rc-2026-01-06" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" dependencies = [ "wit-bindgen 0.51.0", ] [[package]] name = "wasm-bindgen" version = "0.2.127" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1b70935747edd64d89de3efa29d73789b806c15798f8e7dca4d8ac356b50ce70" dependencies = [ "cfg-if", "once_cell", "rustversion", "wasm-bindgen-macro", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-macro" version = "0.2.127" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "77775f8f3f7217702089053b94958f8f54061a3f663417df76e19cbdcca29bc1" dependencies = [ "quote", "wasm-bindgen-macro-support", ] [[package]] name = "wasm-bindgen-macro-support" version = "0.2.127" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e11d33f857dc2fb11b8bc75aee111aa9cbeb12cd9f25efd3d4c2a3dd4e235284" dependencies = [ "bumpalo", "proc-macro2", "quote", "syn 2.0.119", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-shared" version = "0.2.127" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7ef64dbcc55df09c7e5a46182d181c2cfa3e925f3da937ea764728b4bbb9dcbf" dependencies = [ "unicode-ident", ] [[package]] name = "wasm-encoder" version = "0.244.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" dependencies = [ "leb128fmt", "wasmparser", ] [[package]] name = "wasm-metadata" version = "0.244.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" dependencies = [ "anyhow", "indexmap", "wasm-encoder", "wasmparser", ] [[package]] name = "wasmparser" version = "0.244.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" dependencies = [ "bitflags 2.13.1", "hashbrown 0.15.5", "indexmap", "semver", ] [[package]] name = "winapi" version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" dependencies = [ "winapi-i686-pc-windows-gnu", "winapi-x86_64-pc-windows-gnu", ] [[package]] name = "winapi-i686-pc-windows-gnu" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" [[package]] name = "winapi-util" version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ "windows-sys 0.61.2", ] [[package]] name = "winapi-x86_64-pc-windows-gnu" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windows-core" version = "0.62.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" dependencies = [ "windows-implement", "windows-interface", "windows-link", "windows-result", "windows-strings", ] [[package]] name = "windows-implement" version = "0.60.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" dependencies = [ "proc-macro2", "quote", "syn 2.0.119", ] [[package]] name = "windows-interface" version = "0.59.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" dependencies = [ "proc-macro2", "quote", "syn 2.0.119", ] [[package]] name = "windows-link" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" [[package]] name = "windows-result" version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" dependencies = [ "windows-link", ] [[package]] name = "windows-strings" version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" dependencies = [ "windows-link", ] [[package]] name = "windows-sys" version = "0.60.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" dependencies = [ "windows-targets", ] [[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 = "windows-targets" version = "0.53.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" dependencies = [ "windows-link", "windows_aarch64_gnullvm", "windows_aarch64_msvc", "windows_i686_gnu", "windows_i686_gnullvm", "windows_i686_msvc", "windows_x86_64_gnu", "windows_x86_64_gnullvm", "windows_x86_64_msvc", ] [[package]] name = "windows_aarch64_gnullvm" version = "0.53.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" [[package]] name = "windows_aarch64_msvc" version = "0.53.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" [[package]] name = "windows_i686_gnu" version = "0.53.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" [[package]] name = "windows_i686_gnullvm" version = "0.53.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" [[package]] name = "windows_i686_msvc" version = "0.53.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" [[package]] name = "windows_x86_64_gnu" version = "0.53.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" [[package]] name = "windows_x86_64_gnullvm" version = "0.53.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" [[package]] name = "windows_x86_64_msvc" version = "0.53.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" [[package]] name = "wit-bindgen" version = "0.51.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" dependencies = [ "wit-bindgen-rust-macro", ] [[package]] name = "wit-bindgen" version = "0.57.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e" [[package]] name = "wit-bindgen-core" version = "0.51.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" dependencies = [ "anyhow", "heck", "wit-parser", ] [[package]] name = "wit-bindgen-rust" version = "0.51.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" dependencies = [ "anyhow", "heck", "indexmap", "prettyplease 0.2.37", "syn 2.0.119", "wasm-metadata", "wit-bindgen-core", "wit-component", ] [[package]] name = "wit-bindgen-rust-macro" version = "0.51.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" dependencies = [ "anyhow", "prettyplease 0.2.37", "proc-macro2", "quote", "syn 2.0.119", "wit-bindgen-core", "wit-bindgen-rust", ] [[package]] name = "wit-component" version = "0.244.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" dependencies = [ "anyhow", "bitflags 2.13.1", "indexmap", "log", "serde", "serde_derive", "serde_json", "wasm-encoder", "wasm-metadata", "wasmparser", "wit-parser", ] [[package]] name = "wit-parser" version = "0.244.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" dependencies = [ "anyhow", "id-arena", "indexmap", "log", "semver", "serde", "serde_derive", "serde_json", "unicode-xid", "wasmparser", ] [[package]] name = "xxhash-rust" version = "0.8.18" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "aee1b19627c7c60102ab80d3a9cbe18de90bfe03bfa6c3715447681f0e8c8af6" [[package]] name = "yansi" version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" [[package]] name = "zerocopy" version = "0.8.56" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "556764e583adb45a9f8d413c2a147fa7e8d821e48e12b14fd560b607998b75eb" dependencies = [ "zerocopy-derive", ] [[package]] name = "zerocopy-derive" version = "0.8.56" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f2ab42fc20575779bd240faa45f94a74256f755c0fa9e89f0ede20d91d0cdfc1" dependencies = [ "proc-macro2", "quote", "syn 2.0.119", ] [[package]] name = "zmij" version = "1.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"