# This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 4 [[package]] name = "ahash" version = "0.8.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" dependencies = [ "cfg-if", "once_cell", "version_check", "zerocopy", ] [[package]] name = "aho-corasick" version = "1.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" dependencies = [ "memchr", ] [[package]] name = "allocative" version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8fac2ce611db8b8cee9b2aa886ca03c924e9da5e5295d0dbd0526e5d0b0710f7" dependencies = [ "allocative_derive", "anyhow", "bumpalo", "compact_str", "ctor", "dashmap", "either", "futures 0.3.32", "hashbrown 0.14.5", "indexmap", "num-bigint", "once_cell", "parking_lot 0.11.2", "prost-types", "relative-path", "serde_json", "slab", "smallvec", "sorted_vector_map", "tokio", "triomphe", ] [[package]] name = "allocative_derive" version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fe233a377643e0fc1a56421d7c90acdec45c291b30345eb9f08e8d0ddce5a4ab" dependencies = [ "proc-macro2", "quote", "syn 2.0.117", ] [[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.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" dependencies = [ "libc", ] [[package]] name = "anstyle" version = "1.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000" [[package]] name = "anyhow" version = "1.0.102" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" [[package]] name = "archery" version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "70e0a5f99dfebb87bb342d0f53bb92c81842e100bbb915223e38349580e5441d" 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 = "autocfg" version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[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 = "bitflags" version = "1.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitflags" version = "2.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3" [[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.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324" dependencies = [ "generic-array", ] [[package]] name = "borsh" version = "1.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03" dependencies = [ "cfg_aliases", ] [[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", ] [[package]] name = "bumpalo" version = "3.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb" [[package]] name = "byteorder" version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" [[package]] name = "castaway" version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a" dependencies = [ "rustversion", ] [[package]] name = "cc" version = "1.2.61" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d16d90359e986641506914ba71350897565610e87ce0ad9e6f28569db3dd5c6d" 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.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "chacha20" version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6f8d983286843e49675a4b7a2d174efe136dc93a18d69130dd18198a6c167601" dependencies = [ "cfg-if", "cpufeatures", "rand_core 0.10.1", ] [[package]] name = "chrono" version = "0.4.44" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0" dependencies = [ "iana-time-zone", "num-traits", "serde", "windows-link", ] [[package]] name = "clap" version = "4.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51" dependencies = [ "clap_builder", ] [[package]] name = "clap_builder" version = "4.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f" dependencies = [ "anstyle", "clap_lex", "strsim", ] [[package]] name = "clap_lex" version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831" [[package]] name = "codespan-reporting" version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "af491d569909a7e4dee0ad7db7f5341fef5c614d5b8ec8cf765732aba3cff681" dependencies = [ "serde", "termcolor", "unicode-width", ] [[package]] name = "compact_str" version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6050c3a16ddab2e412160b31f2c871015704239bca62f72f6e5f0be631d3f644" dependencies = [ "castaway", "cfg-if", "itoa", "rustversion", "ryu", "static_assertions", ] [[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 = "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.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" dependencies = [ "crossbeam-utils", ] [[package]] name = "crossbeam-deque" version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" dependencies = [ "crossbeam-epoch", "crossbeam-utils", ] [[package]] name = "crossbeam-epoch" version = "0.9.18" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" dependencies = [ "crossbeam-utils", ] [[package]] name = "crossbeam-queue" version = "0.3.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115" dependencies = [ "crossbeam-utils", ] [[package]] name = "crossbeam-skiplist" version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "df29de440c58ca2cc6e587ec3d22347551a32435fbde9d2bff64e78a9ffa151b" dependencies = [ "crossbeam-epoch", "crossbeam-utils", ] [[package]] name = "crossbeam-utils" version = "0.8.21" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" [[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 = "0.1.26" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096" dependencies = [ "quote", "syn 1.0.109", ] [[package]] name = "cxx" version = "1.0.194" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cc", "cxx-build", "cxxbridge-cmd", "cxxbridge-flags", "cxxbridge-macro", "foldhash 0.2.0", "link-cplusplus", ] [[package]] name = "cxx-build" version = "1.0.194" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cc", "codespan-reporting", "indexmap", "proc-macro2", "quote", "scratch", "syn 2.0.117", ] [[package]] name = "cxxbridge-cmd" version = "1.0.194" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "clap", "codespan-reporting", "indexmap", "proc-macro2", "quote", "syn 2.0.117", ] [[package]] name = "cxxbridge-flags" version = "1.0.194" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "cxxbridge-macro" version = "1.0.194" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "indexmap", "proc-macro2", "quote", "syn 2.0.117", ] [[package]] name = "dashmap" version = "5.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" dependencies = [ "cfg-if", "hashbrown 0.14.5", "lock_api", "once_cell", "parking_lot_core 0.9.12", ] [[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 = "displaydoc" version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "proc-macro2", "quote", "syn 2.0.117", ] [[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.117", ] [[package]] name = "either" version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" [[package]] name = "env_logger" version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3" dependencies = [ "log", "regex", ] [[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 = "fastrand" version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6" [[package]] name = "find-msvc-tools" version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" [[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_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_ty", "flow_common_utils", "flow_common_vcs", "flow_config", "flow_daemon", "flow_data_structure_wrapper", "flow_dfind", "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_profiling", "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 = [ "dupe", "flow_aloc", "flow_common_leb128", "flow_data_structure_wrapper", "flow_lint_settings", "flow_packed_locs", "flow_parser", "jwalk", "lazy_static", "nix", "regex", "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_exit_status", "md-5", ] [[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 0.10.1", "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 0.10.1", "serde", "tempfile", "tracing", ] [[package]] name = "flow_data_structure_wrapper" version = "0.0.0" dependencies = [ "arcstr", "dupe", "im", "rpds", "serde", "smol_str", ] [[package]] name = "flow_dfind" version = "0.0.0" dependencies = [ "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_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 = [ "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", "parking_lot 0.12.5", "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 0.12.5", ] [[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", "serde", "serde_json", ] [[package]] name = "flow_lsp_server" version = "0.0.0" dependencies = [ "dupe", "flow_commands_connect", "flow_common", "flow_common_exit_status", "flow_common_semver", "flow_config", "flow_flowlib", "flow_interaction_logger", "flow_lsp", "flow_parser", "flow_server_env", "flow_server_files", "flow_server_utils", "lsp-types", "regex", "serde", "serde_json", ] [[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_lsp", "flow_parser", "flow_parser_utils_output", "flow_server_utils", "flow_services_coverage", "flow_services_export_index", "log", "lsp-types", "serde", "serde_json", ] [[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_data_structure_wrapper", "flow_parser", "flow_parser_utils_output", "lazy_static", "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 = [ "flow_parser", "prettyplease", "proc-macro2", "quote", "syn 2.0.117", ] [[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", "lazy_static", "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_config", "flow_data_structure_wrapper", "flow_heap", "flow_heap_serialization", "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", "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", "dupe", "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_flowlib", "flow_heap", "flow_hh_logger", "flow_logging_utils", "flow_parser", "flow_saved_state", "flow_server_command_handler", "flow_server_env", "flow_server_files", "flow_server_rechecker", "flow_services_inference", "flow_services_inference_types", "flow_services_references", "flow_typing_errors", "flow_utils_concurrency", "log", "serde", "serde_json", "tokio", ] [[package]] name = "flow_server_command_handler" version = "0.0.0" dependencies = [ "bincode", "dupe", "flow_aloc", "flow_analysis", "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_common", "flow_common_errors", "flow_common_exit_status", "flow_common_utils", "flow_config", "flow_data_structure_wrapper", "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", "rayon", "serde", "serde_json", "tokio", "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", "flow_common", "flow_common_exit_status", "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.32", "libc", "lsp-types", "nix", "semver", "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", "tokio", ] [[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_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_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_heap_serialization", "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", "linked-hash-map", "once_cell", "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", "lazy_static", "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", "once_cell", "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_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 = [ "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", "once_cell", "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", "once_cell", "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_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", "once_cell", "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", "crossbeam-skiplist", "dupe", "equivalent", "flow_aloc", "flow_common_utils", "human_bytes", "itertools 0.14.0", "lock_free_hashtable", "nix", "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 = "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 = "form_urlencoded" version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" dependencies = [ "percent-encoding", ] [[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.32" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d" dependencies = [ "futures-channel", "futures-core", "futures-executor", "futures-io", "futures-sink", "futures-task", "futures-util", ] [[package]] name = "futures-channel" version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" dependencies = [ "futures-core", "futures-sink", ] [[package]] name = "futures-core" version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" [[package]] name = "futures-executor" version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d" dependencies = [ "futures-core", "futures-task", "futures-util", ] [[package]] name = "futures-io" version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" [[package]] name = "futures-macro" version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b" dependencies = [ "proc-macro2", "quote", "syn 2.0.117", ] [[package]] name = "futures-sink" version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" [[package]] name = "futures-task" version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" [[package]] name = "futures-util" version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" 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.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" dependencies = [ "cfg-if", "libc", "wasi", ] [[package]] name = "getrandom" version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec" dependencies = [ "cfg-if", "libc", "r-efi", "rand_core 0.10.1", "wasip2", "wasip3", ] [[package]] name = "hashbrown" version = "0.14.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" dependencies = [ "ahash", "allocator-api2", ] [[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.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51" [[package]] name = "heck" version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[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.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca" dependencies = [ "cxx", "cxx-build", ] [[package]] name = "icu_collections" version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c" dependencies = [ "displaydoc", "potential_utf", "utf8_iter", "yoke", "zerofrom", "zerovec", ] [[package]] name = "icu_locale_core" version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29" dependencies = [ "displaydoc", "litemap", "tinystr", "writeable", "zerovec", ] [[package]] name = "icu_normalizer" version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4" dependencies = [ "icu_collections", "icu_normalizer_data", "icu_properties", "icu_provider", "smallvec", "zerovec", ] [[package]] name = "icu_normalizer_data" version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38" [[package]] name = "icu_properties" version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de" dependencies = [ "icu_collections", "icu_locale_core", "icu_properties_data", "icu_provider", "zerotrie", "zerovec", ] [[package]] name = "icu_properties_data" version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14" [[package]] name = "icu_provider" version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421" dependencies = [ "displaydoc", "icu_locale_core", "writeable", "yoke", "zerofrom", "zerotrie", "zerovec", ] [[package]] name = "id-arena" version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" [[package]] name = "idna" version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" dependencies = [ "idna_adapter", "smallvec", "utf8_iter", ] [[package]] name = "idna_adapter" version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714" dependencies = [ "icu_normalizer", "icu_properties", ] [[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.0", "serde", "serde_core", ] [[package]] name = "inotify" version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bd5b3eaf1a28b758ac0faa5a4254e8ab2705605496f1b1f3fbbc3988ad73d199" dependencies = [ "bitflags 2.11.1", "inotify-sys", "libc", ] [[package]] name = "inotify-sys" version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" dependencies = [ "libc", ] [[package]] name = "instant" version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" dependencies = [ "cfg-if", ] [[package]] name = "itertools" version = "0.10.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" dependencies = [ "either", ] [[package]] name = "itertools" version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" 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.95" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2964e92d1d9dc3364cae4d718d93f227e3abb088e747d92e0395bfdedf1c12ca" dependencies = [ "once_cell", "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.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a" dependencies = [ "kqueue-sys", "libc", ] [[package]] name = "kqueue-sys" version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b" dependencies = [ "bitflags 1.3.2", "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.186" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66" [[package]] name = "link-cplusplus" version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82" dependencies = [ "cc", ] [[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 = "linux-raw-sys" version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" [[package]] name = "litemap" version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" [[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.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "675f71e608891537a702876c647c86beeb822e921069d168276ec469eae5f1a9" dependencies = [ "allocative", "atomic", "parking_lot 0.12.5", ] [[package]] name = "log" version = "0.4.29" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" 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.117", ] [[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.94.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c66bfd44a06ae10647fe3f8214762e9369fd4248df1350924b4ef9e770a85ea1" dependencies = [ "bitflags 1.3.2", "serde", "serde_json", "serde_repr", "url", ] [[package]] name = "lz4_flex" version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "db9a0d582c2874f68138a16ce1867e0ffde6c0bb0a0df85e1f36d04146db488a" 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.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" [[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.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1" dependencies = [ "libc", "log", "wasi", "windows-sys 0.61.2", ] [[package]] name = "nix" version = "0.30.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" dependencies = [ "bitflags 2.11.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.11.1", "fsevent-sys", "inotify", "kqueue", "libc", "log", "mio", "notify-types", "walkdir", "windows-sys 0.60.2", ] [[package]] name = "notify-types" version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d" [[package]] name = "num-bigint" version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" dependencies = [ "num-integer", "num-traits", ] [[package]] name = "num-integer" version = "0.1.46" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" dependencies = [ "num-traits", ] [[package]] name = "num-traits" version = "0.2.19" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" dependencies = [ "autocfg", ] [[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.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" dependencies = [ "instant", "lock_api", "parking_lot_core 0.8.5", ] [[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 0.9.12", ] [[package]] name = "parking_lot_core" version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216" dependencies = [ "cfg-if", "instant", "libc", "redox_syscall 0.2.10", "smallvec", "winapi", ] [[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 0.5.6", "smallvec", "windows-link", ] [[package]] name = "percent-encoding" version = "2.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" [[package]] name = "pin-project-lite" version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" [[package]] name = "potential_utf" version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77" dependencies = [ "zerovec", ] [[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.117", ] [[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 = "prost" version = "0.11.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd" dependencies = [ "bytes", "prost-derive", ] [[package]] name = "prost-derive" version = "0.11.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4" dependencies = [ "anyhow", "itertools 0.10.5", "proc-macro2", "quote", "syn 1.0.109", ] [[package]] name = "prost-types" version = "0.11.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13" dependencies = [ "prost", ] [[package]] name = "quickcheck" version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "env_logger", "log", "rand 0.8.6", ] [[package]] name = "quote" version = "1.0.45" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" dependencies = [ "proc-macro2", ] [[package]] name = "r-efi" version = "5.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5" [[package]] name = "rand" version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a" dependencies = [ "rand_core 0.6.4", ] [[package]] name = "rand" version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207" dependencies = [ "chacha20", "getrandom 0.4.1", "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" dependencies = [ "getrandom 0.2.17", ] [[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.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff" dependencies = [ "bitflags 1.3.2", ] [[package]] name = "redox_syscall" version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "355ae415ccd3a04315d3f8246e86d67689ea74d88d915576e1589a351062a13b" dependencies = [ "bitflags 2.11.1", ] [[package]] name = "regex" version = "1.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" dependencies = [ "aho-corasick", "memchr", "regex-automata", "regex-syntax", ] [[package]] name = "regex-automata" version = "0.4.14" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" dependencies = [ "aho-corasick", "memchr", "regex-syntax", ] [[package]] name = "regex-syntax" version = "0.8.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" [[package]] name = "relative-path" version = "1.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ba39f3699c378cd8970968dcbff9c43159ea4cfbd88d43c00b22f2ef10a435d2" [[package]] name = "rpds" version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9e75f485e819d4d3015e6c0d55d02a4fd3db47c1993d9e603e0361fba2bffb34" dependencies = [ "archery", ] [[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.11.1", "errno", "libc", "linux-raw-sys", "windows-sys 0.61.2", ] [[package]] name = "rustversion" version = "1.0.22" source = "registry+https://github.com/rust-lang/crates.io-index" [[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 = "scratch" version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "764cad9e7e1ca5fe15b552859ff5d96a314e6ed2934f2260168cd5dfa5891409" [[package]] name = "semver" version = "1.0.28" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd" dependencies = [ "serde", "serde_core", ] [[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.117", ] [[package]] name = "serde_fmt" version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4" dependencies = [ "serde", ] [[package]] name = "serde_json" version = "1.0.149" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" dependencies = [ "itoa", "memchr", "serde", "serde_core", "zmij", ] [[package]] name = "serde_repr" version = "0.1.20" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" dependencies = [ "proc-macro2", "quote", "syn 2.0.117", ] [[package]] name = "shlex" version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[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.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410" dependencies = [ "libc", ] [[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.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" [[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.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e" dependencies = [ "libc", "windows-sys 0.61.2", ] [[package]] name = "sorted_vector_map" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94bf565ee1681b4473aa5a9d71d807347c28021bd1d8947cb626b02f42a0141f" dependencies = [ "itertools 0.14.0", "quickcheck", ] [[package]] name = "stable_deref_trait" version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "starlark_map" version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "92659970f120df0cc1c0bb220b33587b7a9a90e80d4eecc5c5af5debb950173d" dependencies = [ "allocative", "dupe", "equivalent", "fxhash", "hashbrown 0.14.5", "serde", ] [[package]] name = "static_assertions" version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "strsim" version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "sval" version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0e6aa16ce8d9e472e21a528a52c875a76a49190f3968f2ec7e9b550ccc28b410" [[package]] name = "sval_buffer" version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "905c4373621186ee9637464b0aaa026389ea9e7f841f2225f160a32ba5d5bac4" dependencies = [ "sval", "sval_ref", ] [[package]] name = "sval_dynamic" version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ad6b4988322c5f22859a6a7649fa1249aa3dd01514caf8ed57d83735f997bb8b" dependencies = [ "sval", ] [[package]] name = "sval_fmt" version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9d3ccd10346f925c2fbd97b75e8573b38e34431bfba04cc531cd23aad0fbabb8" dependencies = [ "itoa", "ryu", "sval", ] [[package]] name = "sval_json" version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a12e1488defd6344e23243c17ea4a1b185c547968749e8a281373fde0bde2d5" dependencies = [ "itoa", "ryu", "sval", ] [[package]] name = "sval_ref" version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b797fc4b284dd0e45f7ec424479e604ea5be9bb191a1ef4e96c20c7685649938" dependencies = [ "sval", ] [[package]] name = "sval_serde" version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "810fa9a837e67a23e0efa7536250fc4d24043306cc1efd076f1943ba2fc2e62d" dependencies = [ "serde", "sval", "sval_buffer", "sval_fmt", ] [[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.117" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" 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.117", ] [[package]] name = "tempfile" version = "3.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" dependencies = [ "fastrand", "getrandom 0.4.1", "once_cell", "rustix", "windows-sys 0.61.2", ] [[package]] name = "termcolor" version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" dependencies = [ "winapi-util", ] [[package]] name = "thiserror" version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" dependencies = [ "thiserror-impl", ] [[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.117", ] [[package]] name = "tinystr" version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d" dependencies = [ "displaydoc", "zerovec", ] [[package]] name = "tokio" version = "1.52.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b67dee974fe86fd92cc45b7a95fdd2f99a36a6d7b0d431a231178d3d670bbcc6" dependencies = [ "bytes", "libc", "mio", "parking_lot 0.12.5", "pin-project-lite", "signal-hook-registry", "socket2", "tokio-macros", "tracing", "windows-sys 0.61.2", ] [[package]] name = "tokio-macros" version = "2.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496" dependencies = [ "proc-macro2", "quote", "syn 2.0.117", ] [[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.117", ] [[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.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39" dependencies = [ "serde", "stable_deref_trait", ] [[package]] name = "twox-hash" version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e7b17f197b3050ba473acf9181f7b1d3b66d1cf7356c6cc57886662276e65908" [[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.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "40ce102ab67701b8526c123c1bab5cbe42d7040ccfd0f64af1a385808d2f43de" [[package]] name = "unicode-ident" version = "1.0.24" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" [[package]] name = "unicode-width" version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" [[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 = "url" version = "2.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" dependencies = [ "form_urlencoded", "idna", "percent-encoding", "serde", "serde_derive", ] [[package]] name = "utf8_iter" version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" [[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.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0" dependencies = [ "value-bag-serde1", "value-bag-sval2", ] [[package]] name = "value-bag-serde1" version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5" dependencies = [ "erased-serde", "serde_core", "serde_fmt", ] [[package]] name = "value-bag-sval2" version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f" 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.0+wasi-snapshot-preview1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wasip2" version = "1.0.1+wasi-0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" dependencies = [ "wit-bindgen 0.46.0", ] [[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.118" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0bf938a0bacb0469e83c1e148908bd7d5a6010354cf4fb73279b7447422e3a89" dependencies = [ "cfg-if", "once_cell", "rustversion", "wasm-bindgen-macro", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-macro" version = "0.2.118" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eeff24f84126c0ec2db7a449f0c2ec963c6a49efe0698c4242929da037ca28ed" dependencies = [ "quote", "wasm-bindgen-macro-support", ] [[package]] name = "wasm-bindgen-macro-support" version = "0.2.118" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9d08065faf983b2b80a79fd87d8254c409281cf7de75fc4b773019824196c904" dependencies = [ "bumpalo", "proc-macro2", "quote", "syn 2.0.117", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-shared" version = "0.2.118" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5fd04d9e306f1907bd13c6361b5c6bfc7b3b3c095ed3f8a9246390f8dbdee129" 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.11.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.117", ] [[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.117", ] [[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.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef" dependencies = [ "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.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" [[package]] name = "windows_aarch64_msvc" version = "0.53.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" [[package]] name = "windows_i686_gnu" version = "0.53.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" [[package]] name = "windows_i686_gnullvm" version = "0.53.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" [[package]] name = "windows_i686_msvc" version = "0.53.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" [[package]] name = "windows_x86_64_gnu" version = "0.53.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" [[package]] name = "windows_x86_64_gnullvm" version = "0.53.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" [[package]] name = "windows_x86_64_msvc" version = "0.53.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" [[package]] name = "wit-bindgen" version = "0.46.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" [[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-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", "syn 2.0.117", "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", "proc-macro2", "quote", "syn 2.0.117", "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.11.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 = "writeable" version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" [[package]] name = "xxhash-rust" version = "0.8.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3" [[package]] name = "yansi" version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" [[package]] name = "yoke" version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca" dependencies = [ "stable_deref_trait", "yoke-derive", "zerofrom", ] [[package]] name = "yoke-derive" version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e" dependencies = [ "proc-macro2", "quote", "syn 2.0.117", "synstructure", ] [[package]] name = "zerocopy" version = "0.8.48" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9" dependencies = [ "zerocopy-derive", ] [[package]] name = "zerocopy-derive" version = "0.8.48" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4" dependencies = [ "proc-macro2", "quote", "syn 2.0.117", ] [[package]] name = "zerofrom" version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "69faa1f2a1ea75661980b013019ed6687ed0e83d069bc1114e2cc74c6c04c4df" dependencies = [ "zerofrom-derive", ] [[package]] name = "zerofrom-derive" version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1" dependencies = [ "proc-macro2", "quote", "syn 2.0.117", "synstructure", ] [[package]] name = "zerotrie" version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf" dependencies = [ "displaydoc", "yoke", "zerofrom", ] [[package]] name = "zerovec" version = "0.11.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239" dependencies = [ "yoke", "zerofrom", "zerovec-derive", ] [[package]] name = "zerovec-derive" version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555" dependencies = [ "proc-macro2", "quote", "syn 2.0.117", ] [[package]] name = "zmij" version = "1.0.21" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"