| |
| |
| version = 3 |
|
|
| [[package]] |
| name = "ab_glyph" |
| version = "0.2.26" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2e53b0a3d5760cd2ba9b787ae0c6440ad18ee294ff71b05e3381c900a7d16cfd" |
| dependencies = [ |
| "ab_glyph_rasterizer", |
| "owned_ttf_parser", |
| ] |
|
|
| [[package]] |
| name = "ab_glyph_rasterizer" |
| version = "0.1.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046" |
|
|
| [[package]] |
| name = "accesskit" |
| version = "0.12.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "74a4b14f3d99c1255dcba8f45621ab1a2e7540a0009652d33989005a4d0bfc6b" |
| dependencies = [ |
| "enumn", |
| "serde", |
| ] |
|
|
| [[package]] |
| name = "accesskit_consumer" |
| version = "0.16.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8c17cca53c09fbd7288667b22a201274b9becaa27f0b91bf52a526db95de45e6" |
| dependencies = [ |
| "accesskit", |
| ] |
|
|
| [[package]] |
| name = "accesskit_macos" |
| version = "0.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cd3b6ae1eabbfbced10e840fd3fce8a93ae84f174b3e4ba892ab7bcb42e477a7" |
| dependencies = [ |
| "accesskit", |
| "accesskit_consumer", |
| "objc2 0.3.0-beta.3.patch-leaks.3", |
| "once_cell", |
| ] |
|
|
| [[package]] |
| name = "accesskit_unix" |
| version = "0.6.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "09f46c18d99ba61ad7123dd13eeb0c104436ab6af1df6a1cd8c11054ed394a08" |
| dependencies = [ |
| "accesskit", |
| "accesskit_consumer", |
| "async-channel 2.3.1", |
| "async-once-cell", |
| "atspi", |
| "futures-lite 1.13.0", |
| "once_cell", |
| "serde", |
| "zbus", |
| ] |
|
|
| [[package]] |
| name = "accesskit_windows" |
| version = "0.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "afcae27ec0974fc7c3b0b318783be89fd1b2e66dd702179fe600166a38ff4a0b" |
| dependencies = [ |
| "accesskit", |
| "accesskit_consumer", |
| "once_cell", |
| "paste", |
| "static_assertions", |
| "windows 0.48.0", |
| ] |
|
|
| [[package]] |
| name = "accesskit_winit" |
| version = "0.16.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5284218aca17d9e150164428a0ebc7b955f70e3a9a78b4c20894513aabf98a67" |
| dependencies = [ |
| "accesskit", |
| "accesskit_macos", |
| "accesskit_unix", |
| "accesskit_windows", |
| "winit", |
| ] |
|
|
| [[package]] |
| name = "addr2line" |
| version = "0.21.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" |
| dependencies = [ |
| "gimli", |
| ] |
|
|
| [[package]] |
| name = "adler" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" |
|
|
| [[package]] |
| name = "aes" |
| version = "0.8.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" |
| dependencies = [ |
| "cfg-if 1.0.0", |
| "cipher", |
| "cpufeatures", |
| ] |
|
|
| [[package]] |
| name = "ahash" |
| version = "0.8.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" |
| dependencies = [ |
| "cfg-if 1.0.0", |
| "const-random", |
| "getrandom", |
| "once_cell", |
| "serde", |
| "version_check", |
| "zerocopy", |
| ] |
|
|
| [[package]] |
| name = "aho-corasick" |
| version = "1.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" |
| dependencies = [ |
| "memchr", |
| ] |
|
|
| [[package]] |
| name = "aligned-vec" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1" |
| dependencies = [ |
| "serde", |
| ] |
|
|
| [[package]] |
| name = "alloc-no-stdlib" |
| version = "2.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" |
|
|
| [[package]] |
| name = "alloc-stdlib" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" |
| dependencies = [ |
| "alloc-no-stdlib", |
| ] |
|
|
| [[package]] |
| name = "allocator-api2" |
| version = "0.2.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" |
|
|
| [[package]] |
| name = "android-activity" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ee91c0c2905bae44f84bfa4e044536541df26b7703fd0888deeb9060fcc44289" |
| dependencies = [ |
| "android-properties", |
| "bitflags 2.5.0", |
| "cc", |
| "cesu8", |
| "jni", |
| "jni-sys", |
| "libc", |
| "log", |
| "ndk", |
| "ndk-context", |
| "ndk-sys", |
| "num_enum", |
| "thiserror", |
| ] |
|
|
| [[package]] |
| name = "android-properties" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04" |
|
|
| [[package]] |
| name = "android-tzdata" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" |
|
|
| [[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 = "ansi_colours" |
| version = "1.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6a1558bd2075d341b9ca698ec8eb6fcc55a746b1fc4255585aad5b141d918a80" |
| dependencies = [ |
| "rgb", |
| ] |
|
|
| [[package]] |
| name = "anstream" |
| version = "0.6.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b" |
| dependencies = [ |
| "anstyle", |
| "anstyle-parse", |
| "anstyle-query", |
| "anstyle-wincon", |
| "colorchoice", |
| "is_terminal_polyfill", |
| "utf8parse", |
| ] |
|
|
| [[package]] |
| name = "anstyle" |
| version = "1.0.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b" |
|
|
| [[package]] |
| name = "anstyle-parse" |
| version = "0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4" |
| dependencies = [ |
| "utf8parse", |
| ] |
|
|
| [[package]] |
| name = "anstyle-query" |
| version = "1.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a64c907d4e79225ac72e2a354c9ce84d50ebb4586dee56c82b3ee73004f537f5" |
| dependencies = [ |
| "windows-sys 0.52.0", |
| ] |
|
|
| [[package]] |
| name = "anstyle-wincon" |
| version = "3.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19" |
| dependencies = [ |
| "anstyle", |
| "windows-sys 0.52.0", |
| ] |
|
|
| [[package]] |
| name = "anyhow" |
| version = "1.0.86" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" |
|
|
| [[package]] |
| name = "arboard" |
| version = "3.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9fb4009533e8ff8f1450a5bcbc30f4242a1d34442221f72314bea1f5dc9c7f89" |
| dependencies = [ |
| "clipboard-win", |
| "core-graphics", |
| "image 0.25.1", |
| "log", |
| "objc2 0.5.2", |
| "objc2-app-kit", |
| "objc2-foundation", |
| "parking_lot", |
| "windows-sys 0.48.0", |
| "x11rb", |
| ] |
|
|
| [[package]] |
| name = "array-init" |
| version = "2.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3d62b7694a562cdf5a74227903507c56ab2cc8bdd1f781ed5cb4cf9c9f810bfc" |
|
|
| [[package]] |
| name = "array-init-cursor" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bf7d0a018de4f6aa429b9d33d69edf69072b1c5b1cb8d3e4a5f7ef898fc3eb76" |
|
|
| [[package]] |
| name = "arrayvec" |
| version = "0.7.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" |
|
|
| [[package]] |
| name = "arrow" |
| version = "52.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7ae9728f104939be6d8d9b368a354b4929b0569160ea1641f0721b55a861ce38" |
| dependencies = [ |
| "arrow-arith", |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-cast", |
| "arrow-csv", |
| "arrow-data", |
| "arrow-ipc", |
| "arrow-json", |
| "arrow-ord", |
| "arrow-row", |
| "arrow-schema", |
| "arrow-select", |
| "arrow-string", |
| "pyo3", |
| ] |
|
|
| [[package]] |
| name = "arrow-arith" |
| version = "52.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a7029a5b3efbeafbf4a12d12dc16b8f9e9bff20a410b8c25c5d28acc089e1043" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "chrono", |
| "half", |
| "num", |
| ] |
|
|
| [[package]] |
| name = "arrow-array" |
| version = "52.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d33238427c60271710695f17742f45b1a5dc5bcfc5c15331c25ddfe7abf70d97" |
| dependencies = [ |
| "ahash", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "chrono", |
| "half", |
| "hashbrown 0.14.5", |
| "num", |
| ] |
|
|
| [[package]] |
| name = "arrow-buffer" |
| version = "52.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fe9b95e825ae838efaf77e366c00d3fc8cca78134c9db497d6bda425f2e7b7c1" |
| dependencies = [ |
| "bytes", |
| "half", |
| "num", |
| ] |
|
|
| [[package]] |
| name = "arrow-cast" |
| version = "52.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "87cf8385a9d5b5fcde771661dd07652b79b9139fea66193eda6a88664400ccab" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "arrow-select", |
| "atoi", |
| "base64 0.22.1", |
| "chrono", |
| "half", |
| "lexical-core", |
| "num", |
| "ryu", |
| ] |
|
|
| [[package]] |
| name = "arrow-csv" |
| version = "52.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cea5068bef430a86690059665e40034625ec323ffa4dd21972048eebb0127adc" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-cast", |
| "arrow-data", |
| "arrow-schema", |
| "chrono", |
| "csv", |
| "csv-core", |
| "lazy_static", |
| "lexical-core", |
| "regex", |
| ] |
|
|
| [[package]] |
| name = "arrow-data" |
| version = "52.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cb29be98f987bcf217b070512bb7afba2f65180858bca462edf4a39d84a23e10" |
| dependencies = [ |
| "arrow-buffer", |
| "arrow-schema", |
| "half", |
| "num", |
| ] |
|
|
| [[package]] |
| name = "arrow-format" |
| version = "0.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "07884ea216994cdc32a2d5f8274a8bee979cfe90274b83f86f440866ee3132c7" |
| dependencies = [ |
| "planus", |
| "serde", |
| ] |
|
|
| [[package]] |
| name = "arrow-ipc" |
| version = "52.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ffc68f6523970aa6f7ce1dc9a33a7d9284cfb9af77d4ad3e617dbe5d79cc6ec8" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-cast", |
| "arrow-data", |
| "arrow-schema", |
| "flatbuffers 24.3.25", |
| ] |
|
|
| [[package]] |
| name = "arrow-json" |
| version = "52.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2041380f94bd6437ab648e6c2085a045e45a0c44f91a1b9a4fe3fed3d379bfb1" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-cast", |
| "arrow-data", |
| "arrow-schema", |
| "chrono", |
| "half", |
| "indexmap 2.2.6", |
| "lexical-core", |
| "num", |
| "serde", |
| "serde_json", |
| ] |
|
|
| [[package]] |
| name = "arrow-ord" |
| version = "52.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fcb56ed1547004e12203652f12fe12e824161ff9d1e5cf2a7dc4ff02ba94f413" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "arrow-select", |
| "half", |
| "num", |
| ] |
|
|
| [[package]] |
| name = "arrow-row" |
| version = "52.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "575b42f1fc588f2da6977b94a5ca565459f5ab07b60545e17243fb9a7ed6d43e" |
| dependencies = [ |
| "ahash", |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "half", |
| "hashbrown 0.14.5", |
| ] |
|
|
| [[package]] |
| name = "arrow-schema" |
| version = "52.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "32aae6a60458a2389c0da89c9de0b7932427776127da1a738e2efc21d32f3393" |
| dependencies = [ |
| "bitflags 2.5.0", |
| "serde", |
| ] |
|
|
| [[package]] |
| name = "arrow-select" |
| version = "52.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "de36abaef8767b4220d7b4a8c2fe5ffc78b47db81b03d77e2136091c3ba39102" |
| dependencies = [ |
| "ahash", |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "num", |
| ] |
|
|
| [[package]] |
| name = "arrow-string" |
| version = "52.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e435ada8409bcafc910bc3e0077f532a4daa20e99060a496685c0e3e53cc2597" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "arrow-select", |
| "memchr", |
| "num", |
| "regex", |
| "regex-syntax 0.8.3", |
| ] |
|
|
| [[package]] |
| name = "as-raw-xcb-connection" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b" |
|
|
| [[package]] |
| name = "ash" |
| version = "0.37.3+1.3.251" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "39e9c3835d686b0a6084ab4234fcd1b07dbf6e4767dce60874b12356a25ecd4a" |
| dependencies = [ |
| "libloading 0.7.4", |
| ] |
|
|
| [[package]] |
| name = "ashpd" |
| version = "0.6.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4ac22eda5891cc086690cb6fa10121c0390de0e3b04eb269f2d766b00d3f2d81" |
| dependencies = [ |
| "async-fs 2.1.2", |
| "async-net", |
| "enumflags2", |
| "futures-channel", |
| "futures-util", |
| "once_cell", |
| "rand", |
| "serde", |
| "serde_repr", |
| "url", |
| "zbus", |
| ] |
|
|
| [[package]] |
| name = "async-attributes" |
| version = "1.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5" |
| dependencies = [ |
| "quote", |
| "syn 1.0.109", |
| ] |
|
|
| [[package]] |
| name = "async-broadcast" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7c48ccdbf6ca6b121e0f586cbc0e73ae440e56c67c30fa0873b4e110d9c26d2b" |
| dependencies = [ |
| "event-listener 2.5.3", |
| "futures-core", |
| ] |
|
|
| [[package]] |
| name = "async-channel" |
| version = "1.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35" |
| dependencies = [ |
| "concurrent-queue", |
| "event-listener 2.5.3", |
| "futures-core", |
| ] |
|
|
| [[package]] |
| name = "async-channel" |
| version = "2.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a" |
| dependencies = [ |
| "concurrent-queue", |
| "event-listener-strategy 0.5.2", |
| "futures-core", |
| "pin-project-lite", |
| ] |
|
|
| [[package]] |
| name = "async-executor" |
| version = "1.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b10202063978b3351199d68f8b22c4e47e4b1b822f8d43fd862d5ea8c006b29a" |
| dependencies = [ |
| "async-task", |
| "concurrent-queue", |
| "fastrand 2.1.0", |
| "futures-lite 2.3.0", |
| "slab", |
| ] |
|
|
| [[package]] |
| name = "async-fs" |
| version = "1.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06" |
| dependencies = [ |
| "async-lock 2.8.0", |
| "autocfg", |
| "blocking", |
| "futures-lite 1.13.0", |
| ] |
|
|
| [[package]] |
| name = "async-fs" |
| version = "2.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a" |
| dependencies = [ |
| "async-lock 3.3.0", |
| "blocking", |
| "futures-lite 2.3.0", |
| ] |
|
|
| [[package]] |
| name = "async-global-executor" |
| version = "2.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c" |
| dependencies = [ |
| "async-channel 2.3.1", |
| "async-executor", |
| "async-io 2.3.2", |
| "async-lock 3.3.0", |
| "blocking", |
| "futures-lite 2.3.0", |
| "once_cell", |
| "tokio", |
| ] |
|
|
| [[package]] |
| name = "async-io" |
| version = "1.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af" |
| dependencies = [ |
| "async-lock 2.8.0", |
| "autocfg", |
| "cfg-if 1.0.0", |
| "concurrent-queue", |
| "futures-lite 1.13.0", |
| "log", |
| "parking", |
| "polling 2.8.0", |
| "rustix 0.37.27", |
| "slab", |
| "socket2 0.4.10", |
| "waker-fn", |
| ] |
|
|
| [[package]] |
| name = "async-io" |
| version = "2.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dcccb0f599cfa2f8ace422d3555572f47424da5648a4382a9dd0310ff8210884" |
| dependencies = [ |
| "async-lock 3.3.0", |
| "cfg-if 1.0.0", |
| "concurrent-queue", |
| "futures-io", |
| "futures-lite 2.3.0", |
| "parking", |
| "polling 3.7.0", |
| "rustix 0.38.34", |
| "slab", |
| "tracing", |
| "windows-sys 0.52.0", |
| ] |
|
|
| [[package]] |
| name = "async-lock" |
| version = "2.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b" |
| dependencies = [ |
| "event-listener 2.5.3", |
| ] |
|
|
| [[package]] |
| name = "async-lock" |
| version = "3.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d034b430882f8381900d3fe6f0aaa3ad94f2cb4ac519b429692a1bc2dda4ae7b" |
| dependencies = [ |
| "event-listener 4.0.3", |
| "event-listener-strategy 0.4.0", |
| "pin-project-lite", |
| ] |
|
|
| [[package]] |
| name = "async-net" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7" |
| dependencies = [ |
| "async-io 2.3.2", |
| "blocking", |
| "futures-lite 2.3.0", |
| ] |
|
|
| [[package]] |
| name = "async-once-cell" |
| version = "0.5.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9338790e78aa95a416786ec8389546c4b6a1dfc3dc36071ed9518a9413a542eb" |
|
|
| [[package]] |
| name = "async-process" |
| version = "1.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88" |
| dependencies = [ |
| "async-io 1.13.0", |
| "async-lock 2.8.0", |
| "async-signal", |
| "blocking", |
| "cfg-if 1.0.0", |
| "event-listener 3.1.0", |
| "futures-lite 1.13.0", |
| "rustix 0.38.34", |
| "windows-sys 0.48.0", |
| ] |
|
|
| [[package]] |
| name = "async-recursion" |
| version = "1.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.65", |
| ] |
|
|
| [[package]] |
| name = "async-rustls" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "93b21a03b7c21702a0110f9f8d228763a533570deb376119042dabf33c37a01a" |
| dependencies = [ |
| "futures-io", |
| "rustls 0.20.9", |
| "webpki", |
| ] |
|
|
| [[package]] |
| name = "async-signal" |
| version = "0.2.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "afe66191c335039c7bb78f99dc7520b0cbb166b3a1cb33a03f53d8a1c6f2afda" |
| dependencies = [ |
| "async-io 2.3.2", |
| "async-lock 3.3.0", |
| "atomic-waker", |
| "cfg-if 1.0.0", |
| "futures-core", |
| "futures-io", |
| "rustix 0.38.34", |
| "signal-hook-registry", |
| "slab", |
| "windows-sys 0.52.0", |
| ] |
|
|
| [[package]] |
| name = "async-std" |
| version = "1.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d" |
| dependencies = [ |
| "async-attributes", |
| "async-channel 1.9.0", |
| "async-global-executor", |
| "async-io 1.13.0", |
| "async-lock 2.8.0", |
| "async-process", |
| "crossbeam-utils", |
| "futures-channel", |
| "futures-core", |
| "futures-io", |
| "futures-lite 1.13.0", |
| "gloo-timers", |
| "kv-log-macro", |
| "log", |
| "memchr", |
| "once_cell", |
| "pin-project-lite", |
| "pin-utils", |
| "slab", |
| "wasm-bindgen-futures", |
| ] |
|
|
| [[package]] |
| name = "async-stream" |
| version = "0.3.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51" |
| dependencies = [ |
| "async-stream-impl", |
| "futures-core", |
| "pin-project-lite", |
| ] |
|
|
| [[package]] |
| name = "async-stream-impl" |
| version = "0.3.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.65", |
| ] |
|
|
| [[package]] |
| name = "async-task" |
| version = "4.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" |
|
|
| [[package]] |
| name = "async-trait" |
| version = "0.1.80" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.65", |
| ] |
|
|
| [[package]] |
| name = "atoi" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528" |
| dependencies = [ |
| "num-traits", |
| ] |
|
|
| [[package]] |
| name = "atomic" |
| version = "0.5.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba" |
|
|
| [[package]] |
| name = "atomic-waker" |
| version = "1.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" |
|
|
| [[package]] |
| name = "atspi" |
| version = "0.19.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6059f350ab6f593ea00727b334265c4dfc7fd442ee32d264794bd9bdc68e87ca" |
| dependencies = [ |
| "atspi-common", |
| "atspi-connection", |
| "atspi-proxies", |
| ] |
|
|
| [[package]] |
| name = "atspi-common" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "92af95f966d2431f962bc632c2e68eda7777330158bf640c4af4249349b2cdf5" |
| dependencies = [ |
| "enumflags2", |
| "serde", |
| "static_assertions", |
| "zbus", |
| "zbus_names", |
| "zvariant", |
| ] |
|
|
| [[package]] |
| name = "atspi-connection" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a0c65e7d70f86d4c0e3b2d585d9bf3f979f0b19d635a336725a88d279f76b939" |
| dependencies = [ |
| "atspi-common", |
| "atspi-proxies", |
| "futures-lite 1.13.0", |
| "zbus", |
| ] |
|
|
| [[package]] |
| name = "atspi-proxies" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6495661273703e7a229356dcbe8c8f38223d697aacfaf0e13590a9ac9977bb52" |
| dependencies = [ |
| "atspi-common", |
| "serde", |
| "zbus", |
| ] |
|
|
| [[package]] |
| name = "atty" |
| version = "0.2.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" |
| dependencies = [ |
| "hermit-abi 0.1.19", |
| "libc", |
| "winapi 0.3.9", |
| ] |
|
|
| [[package]] |
| name = "autocfg" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" |
|
|
| [[package]] |
| name = "axum" |
| version = "0.6.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf" |
| dependencies = [ |
| "async-trait", |
| "axum-core", |
| "bitflags 1.3.2", |
| "bytes", |
| "futures-util", |
| "http 0.2.12", |
| "http-body 0.4.6", |
| "hyper 0.14.28", |
| "itoa", |
| "matchit", |
| "memchr", |
| "mime", |
| "percent-encoding", |
| "pin-project-lite", |
| "rustversion", |
| "serde", |
| "sync_wrapper", |
| "tower", |
| "tower-layer", |
| "tower-service", |
| ] |
|
|
| [[package]] |
| name = "axum-core" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c" |
| dependencies = [ |
| "async-trait", |
| "bytes", |
| "futures-util", |
| "http 0.2.12", |
| "http-body 0.4.6", |
| "mime", |
| "rustversion", |
| "tower-layer", |
| "tower-service", |
| ] |
|
|
| [[package]] |
| name = "az" |
| version = "1.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7b7e4c2464d97fe331d41de9d5db0def0a96f4d823b8b32a2efd503578988973" |
|
|
| [[package]] |
| name = "backtrace" |
| version = "0.3.71" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d" |
| dependencies = [ |
| "addr2line", |
| "cc", |
| "cfg-if 1.0.0", |
| "libc", |
| "miniz_oxide", |
| "object", |
| "rustc-demangle", |
| ] |
|
|
| [[package]] |
| name = "base64" |
| version = "0.13.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" |
|
|
| [[package]] |
| name = "base64" |
| version = "0.21.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" |
|
|
| [[package]] |
| name = "base64" |
| version = "0.22.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
|
|
| [[package]] |
| name = "base64ct" |
| version = "1.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" |
|
|
| [[package]] |
| name = "bat" |
| version = "0.24.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9dcc9e5637c2330d8eb7b920f2aa5d9e184446c258466f825ea1412c7614cc86" |
| dependencies = [ |
| "ansi_colours", |
| "bincode", |
| "bugreport", |
| "bytesize", |
| "clap 4.5.6", |
| "clircle", |
| "console", |
| "content_inspector", |
| "encoding_rs", |
| "etcetera", |
| "flate2", |
| "git2", |
| "globset", |
| "grep-cli", |
| "home", |
| "nu-ansi-term 0.49.0", |
| "once_cell", |
| "path_abs", |
| "plist", |
| "regex", |
| "semver", |
| "serde", |
| "serde_yaml 0.9.34+deprecated", |
| "shell-words", |
| "syntect", |
| "thiserror", |
| "unicode-width", |
| "walkdir", |
| "wild", |
| ] |
|
|
| [[package]] |
| name = "benchmark-example-node" |
| version = "0.3.4" |
| dependencies = [ |
| "dora-node-api", |
| "eyre", |
| "futures", |
| "rand", |
| "tokio", |
| "tracing", |
| "tracing-subscriber", |
| ] |
|
|
| [[package]] |
| name = "benchmark-example-sink" |
| version = "0.3.4" |
| dependencies = [ |
| "dora-node-api", |
| "eyre", |
| "tracing", |
| "tracing-subscriber", |
| ] |
|
|
| [[package]] |
| name = "bincode" |
| version = "1.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" |
| dependencies = [ |
| "serde", |
| ] |
|
|
| [[package]] |
| name = "bit-set" |
| version = "0.5.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" |
| dependencies = [ |
| "bit-vec", |
| ] |
|
|
| [[package]] |
| name = "bit-vec" |
| version = "0.6.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" |
|
|
| [[package]] |
| name = "bitflags" |
| version = "1.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
|
|
| [[package]] |
| name = "bitflags" |
| version = "2.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" |
| dependencies = [ |
| "bytemuck", |
| "serde", |
| ] |
|
|
| [[package]] |
| name = "bitvec" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" |
| dependencies = [ |
| "funty", |
| "radium", |
| "tap", |
| "wyz", |
| ] |
|
|
| [[package]] |
| name = "block" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" |
|
|
| [[package]] |
| name = "block-buffer" |
| version = "0.10.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
| dependencies = [ |
| "generic-array", |
| ] |
|
|
| [[package]] |
| name = "block-sys" |
| version = "0.1.0-beta.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0fa55741ee90902547802152aaf3f8e5248aab7e21468089560d4c8840561146" |
| dependencies = [ |
| "objc-sys 0.2.0-beta.2", |
| ] |
|
|
| [[package]] |
| name = "block-sys" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ae85a0696e7ea3b835a453750bf002770776609115e6d25c6d2ff28a8200f7e7" |
| dependencies = [ |
| "objc-sys 0.3.5", |
| ] |
|
|
| [[package]] |
| name = "block2" |
| version = "0.2.0-alpha.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8dd9e63c1744f755c2f60332b88de39d341e5e86239014ad839bd71c106dec42" |
| dependencies = [ |
| "block-sys 0.1.0-beta.1", |
| "objc2-encode 2.0.0-pre.2", |
| ] |
|
|
| [[package]] |
| name = "block2" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "15b55663a85f33501257357e6421bb33e769d5c9ffb5ba0921c975a123e35e68" |
| dependencies = [ |
| "block-sys 0.2.1", |
| "objc2 0.4.1", |
| ] |
|
|
| [[package]] |
| name = "block2" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f" |
| dependencies = [ |
| "objc2 0.5.2", |
| ] |
|
|
| [[package]] |
| name = "blocking" |
| version = "1.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "495f7104e962b7356f0aeb34247aca1fe7d2e783b346582db7f2904cb5717e88" |
| dependencies = [ |
| "async-channel 2.3.1", |
| "async-lock 3.3.0", |
| "async-task", |
| "futures-io", |
| "futures-lite 2.3.0", |
| "piper", |
| ] |
|
|
| [[package]] |
| name = "brotli" |
| version = "6.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "74f7971dbd9326d58187408ab83117d8ac1bb9c17b085fdacd1cf2f598719b6b" |
| dependencies = [ |
| "alloc-no-stdlib", |
| "alloc-stdlib", |
| "brotli-decompressor", |
| ] |
|
|
| [[package]] |
| name = "brotli-decompressor" |
| version = "4.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9a45bd2e4095a8b518033b128020dd4a55aab1c0a381ba4404a472630f4bc362" |
| dependencies = [ |
| "alloc-no-stdlib", |
| "alloc-stdlib", |
| ] |
|
|
| [[package]] |
| name = "bstr" |
| version = "0.2.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223" |
| dependencies = [ |
| "lazy_static", |
| "memchr", |
| "regex-automata 0.1.10", |
| ] |
|
|
| [[package]] |
| name = "bstr" |
| version = "1.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706" |
| dependencies = [ |
| "memchr", |
| "regex-automata 0.4.6", |
| "serde", |
| ] |
|
|
| [[package]] |
| name = "bugreport" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "535120b8182547808081a66f1f77a64533c780b23da26763e0ee34dfb94f98c9" |
| dependencies = [ |
| "git-version", |
| "shell-escape", |
| "sys-info", |
| ] |
|
|
| [[package]] |
| name = "bumpalo" |
| version = "3.16.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" |
|
|
| [[package]] |
| name = "bytecount" |
| version = "0.6.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce" |
|
|
| [[package]] |
| name = "bytemuck" |
| version = "1.16.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "78834c15cb5d5efe3452d58b1e8ba890dd62d21907f867f383358198e56ebca5" |
| dependencies = [ |
| "bytemuck_derive", |
| ] |
|
|
| [[package]] |
| name = "bytemuck_derive" |
| version = "1.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4da9a32f3fed317401fa3c862968128267c3106685286e15d5aaa3d7389c2f60" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.65", |
| ] |
|
|
| [[package]] |
| name = "byteorder" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
|
|
| [[package]] |
| name = "bytes" |
| version = "1.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" |
| dependencies = [ |
| "serde", |
| ] |
|
|
| [[package]] |
| name = "bytesize" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a3e368af43e418a04d52505cf3dbc23dda4e3407ae2fa99fd0e4f308ce546acc" |
|
|
| [[package]] |
| name = "cache-padded" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "981520c98f422fcc584dc1a95c334e6953900b9106bc47a9839b81790009eb21" |
|
|
| [[package]] |
| name = "calloop" |
| version = "0.12.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fba7adb4dd5aa98e5553510223000e7148f621165ec5f9acd7113f6ca4995298" |
| dependencies = [ |
| "bitflags 2.5.0", |
| "log", |
| "polling 3.7.0", |
| "rustix 0.38.34", |
| "slab", |
| "thiserror", |
| ] |
|
|
| [[package]] |
| name = "calloop-wayland-source" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0f0ea9b9476c7fad82841a8dbb380e2eae480c21910feba80725b46931ed8f02" |
| dependencies = [ |
| "calloop", |
| "rustix 0.38.34", |
| "wayland-backend", |
| "wayland-client", |
| ] |
|
|
| [[package]] |
| name = "camino" |
| version = "1.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e0ec6b951b160caa93cc0c7b209e5a3bff7aae9062213451ac99493cd844c239" |
| dependencies = [ |
| "serde", |
| ] |
|
|
| [[package]] |
| name = "cargo-platform" |
| version = "0.1.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc" |
| dependencies = [ |
| "serde", |
| ] |
|
|
| [[package]] |
| name = "cargo_metadata" |
| version = "0.14.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa" |
| dependencies = [ |
| "camino", |
| "cargo-platform", |
| "semver", |
| "serde", |
| "serde_json", |
| ] |
|
|
| [[package]] |
| name = "cargo_metadata" |
| version = "0.18.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037" |
| dependencies = [ |
| "camino", |
| "cargo-platform", |
| "semver", |
| "serde", |
| "serde_json", |
| "thiserror", |
| ] |
|
|
| [[package]] |
| name = "cc" |
| version = "1.0.98" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "41c270e7540d725e65ac7f1b212ac8ce349719624d7bcff99f8e2e488e8cf03f" |
| dependencies = [ |
| "jobserver", |
| "libc", |
| "once_cell", |
| ] |
|
|
| [[package]] |
| name = "cdr-encoding-size" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ac9ba34127578914d8674773f48f686c1df8f37bba0f5b88ab5c78ca04b7f2fb" |
| dependencies = [ |
| "cdr-encoding-size-derive", |
| ] |
|
|
| [[package]] |
| name = "cdr-encoding-size-derive" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c46953796c44a6488a02ce4b4b3dc0ff30c3cf9107a4ed5e17ceac875d1e9fb6" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| ] |
|
|
| [[package]] |
| name = "cesu8" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" |
|
|
| [[package]] |
| name = "cfb" |
| version = "0.7.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d38f2da7a0a2c4ccf0065be06397cc26a81f4e528be095826eee9d4adbb8c60f" |
| dependencies = [ |
| "byteorder", |
| "fnv", |
| "uuid", |
| ] |
|
|
| [[package]] |
| name = "cfg-if" |
| version = "0.1.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
|
|
| [[package]] |
| name = "cfg-if" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
|
|
| [[package]] |
| name = "cfg_aliases" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" |
|
|
| [[package]] |
| name = "cfg_aliases" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" |
|
|
| [[package]] |
| name = "chrono" |
| version = "0.4.38" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" |
| dependencies = [ |
| "android-tzdata", |
| "iana-time-zone", |
| "js-sys", |
| "num-traits", |
| "serde", |
| "wasm-bindgen", |
| "windows-targets 0.52.5", |
| ] |
|
|
| [[package]] |
| name = "cipher" |
| version = "0.4.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" |
| dependencies = [ |
| "crypto-common", |
| "inout", |
| ] |
|
|
| [[package]] |
| name = "clang-format" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "696283b40e1a39d208ee614b92e5f6521d16962edeb47c48372585ec92419943" |
| dependencies = [ |
| "thiserror", |
| ] |
|
|
| [[package]] |
| name = "clap" |
| version = "3.2.25" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123" |
| dependencies = [ |
| "atty", |
| "bitflags 1.3.2", |
| "clap_derive 3.2.25", |
| "clap_lex 0.2.4", |
| "indexmap 1.9.3", |
| "once_cell", |
| "strsim 0.10.0", |
| "termcolor", |
| "textwrap", |
| ] |
|
|
| [[package]] |
| name = "clap" |
| version = "4.5.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a9689a29b593160de5bc4aacab7b5d54fb52231de70122626c178e6a368994c7" |
| dependencies = [ |
| "clap_builder", |
| "clap_derive 4.5.5", |
| ] |
|
|
| [[package]] |
| name = "clap_builder" |
| version = "4.5.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2e5387378c84f6faa26890ebf9f0a92989f8873d4d380467bcd0d8d8620424df" |
| dependencies = [ |
| "anstream", |
| "anstyle", |
| "clap_lex 0.7.0", |
| "strsim 0.11.1", |
| "terminal_size", |
| ] |
|
|
| [[package]] |
| name = "clap_derive" |
| version = "3.2.25" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ae6371b8bdc8b7d3959e9cf7b22d4435ef3e79e138688421ec654acf8c81b008" |
| dependencies = [ |
| "heck 0.4.1", |
| "proc-macro-error", |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| ] |
|
|
| [[package]] |
| name = "clap_derive" |
| version = "4.5.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c780290ccf4fb26629baa7a1081e68ced113f1d3ec302fa5948f1c381ebf06c6" |
| dependencies = [ |
| "heck 0.5.0", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.65", |
| ] |
|
|
| [[package]] |
| name = "clap_lex" |
| version = "0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5" |
| dependencies = [ |
| "os_str_bytes", |
| ] |
|
|
| [[package]] |
| name = "clap_lex" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce" |
|
|
| [[package]] |
| name = "clean-path" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "aaa6b4b263a5d737e9bf6b7c09b72c41a5480aec4d7219af827f6564e950b6a5" |
|
|
| [[package]] |
| name = "clipboard-win" |
| version = "5.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "79f4473f5144e20d9aceaf2972478f06ddf687831eafeeb434fbaf0acc4144ad" |
| dependencies = [ |
| "error-code", |
| ] |
|
|
| [[package]] |
| name = "clircle" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c8e87cbed5354f17bd8ca8821a097fb62599787fe8f611743fad7ee156a0a600" |
| dependencies = [ |
| "cfg-if 1.0.0", |
| "libc", |
| "serde", |
| "winapi 0.3.9", |
| ] |
|
|
| [[package]] |
| name = "cocoa" |
| version = "0.25.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "block", |
| "cocoa-foundation", |
| "core-foundation", |
| "core-graphics", |
| "foreign-types", |
| "libc", |
| "objc", |
| ] |
|
|
| [[package]] |
| name = "cocoa-foundation" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "block", |
| "core-foundation", |
| "core-graphics-types", |
| "libc", |
| "objc", |
| ] |
|
|
| [[package]] |
| name = "codespan-reporting" |
| version = "0.11.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" |
| dependencies = [ |
| "termcolor", |
| "unicode-width", |
| ] |
|
|
| [[package]] |
| name = "color_quant" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" |
|
|
| [[package]] |
| name = "colorchoice" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422" |
|
|
| [[package]] |
| name = "com" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7e17887fd17353b65b1b2ef1c526c83e26cd72e74f598a8dc1bee13a48f3d9f6" |
| dependencies = [ |
| "com_macros", |
| ] |
|
|
| [[package]] |
| name = "com_macros" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d375883580a668c7481ea6631fc1a8863e33cc335bf56bfad8d7e6d4b04b13a5" |
| dependencies = [ |
| "com_macros_support", |
| "proc-macro2", |
| "syn 1.0.109", |
| ] |
|
|
| [[package]] |
| name = "com_macros_support" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ad899a1087a9296d5644792d7cb72b8e34c1bec8e7d4fbc002230169a6e8710c" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| ] |
|
|
| [[package]] |
| name = "combine" |
| version = "4.6.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" |
| dependencies = [ |
| "bytes", |
| "memchr", |
| ] |
|
|
| [[package]] |
| name = "comfy-table" |
| version = "7.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b34115915337defe99b2aff5c2ce6771e5fbc4079f4b506301f5cf394c8452f7" |
| dependencies = [ |
| "strum 0.26.2", |
| "strum_macros 0.26.2", |
| "unicode-width", |
| ] |
|
|
| [[package]] |
| name = "communication-layer-pub-sub" |
| version = "0.3.4" |
| dependencies = [ |
| "flume 0.10.14", |
| "zenoh", |
| ] |
|
|
| [[package]] |
| name = "communication-layer-request-reply" |
| version = "0.3.4" |
|
|
| [[package]] |
| name = "concurrent-queue" |
| version = "2.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" |
| dependencies = [ |
| "crossbeam-utils", |
| ] |
|
|
| [[package]] |
| name = "console" |
| version = "0.15.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" |
| dependencies = [ |
| "encode_unicode", |
| "lazy_static", |
| "libc", |
| "unicode-width", |
| "windows-sys 0.52.0", |
| ] |
|
|
| [[package]] |
| name = "const-oid" |
| version = "0.9.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" |
|
|
| [[package]] |
| name = "const-random" |
| version = "0.1.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359" |
| dependencies = [ |
| "const-random-macro", |
| ] |
|
|
| [[package]] |
| name = "const-random-macro" |
| version = "0.1.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e" |
| dependencies = [ |
| "getrandom", |
| "once_cell", |
| "tiny-keccak", |
| ] |
|
|
| [[package]] |
| name = "content_inspector" |
| version = "0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b7bda66e858c683005a53a9a60c69a4aca7eeaa45d124526e389f7aec8e62f38" |
| dependencies = [ |
| "memchr", |
| ] |
|
|
| [[package]] |
| name = "convert_case" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca" |
| dependencies = [ |
| "unicode-segmentation", |
| ] |
|
|
| [[package]] |
| name = "core-foundation" |
| version = "0.9.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" |
| dependencies = [ |
| "core-foundation-sys", |
| "libc", |
| ] |
|
|
| [[package]] |
| name = "core-foundation-sys" |
| version = "0.8.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" |
|
|
| [[package]] |
| name = "core-graphics" |
| version = "0.23.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "core-foundation", |
| "core-graphics-types", |
| "foreign-types", |
| "libc", |
| ] |
|
|
| [[package]] |
| name = "core-graphics-types" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "core-foundation", |
| "libc", |
| ] |
|
|
| [[package]] |
| name = "cpufeatures" |
| version = "0.2.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504" |
| dependencies = [ |
| "libc", |
| ] |
|
|
| [[package]] |
| name = "crc32fast" |
| version = "1.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" |
| dependencies = [ |
| "cfg-if 1.0.0", |
| ] |
|
|
| [[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.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" |
| dependencies = [ |
| "crossbeam-utils", |
| ] |
|
|
| [[package]] |
| name = "crossbeam-deque" |
| version = "0.8.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" |
| 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.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35" |
| dependencies = [ |
| "crossbeam-utils", |
| ] |
|
|
| [[package]] |
| name = "crossbeam-utils" |
| version = "0.8.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" |
|
|
| [[package]] |
| name = "crossterm" |
| version = "0.25.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e64e6c0fbe2c17357405f7c758c1ef960fce08bdfb2c03d88d2a18d7e09c4b67" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "crossterm_winapi", |
| "libc", |
| "mio 0.8.11", |
| "parking_lot", |
| "signal-hook", |
| "signal-hook-mio", |
| "winapi 0.3.9", |
| ] |
|
|
| [[package]] |
| name = "crossterm_winapi" |
| version = "0.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" |
| dependencies = [ |
| "winapi 0.3.9", |
| ] |
|
|
| [[package]] |
| name = "crunchy" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" |
|
|
| [[package]] |
| name = "crypto-common" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" |
| dependencies = [ |
| "generic-array", |
| "typenum", |
| ] |
|
|
| [[package]] |
| name = "csv" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ac574ff4d437a7b5ad237ef331c17ccca63c46479e5b5453eb8e10bb99a759fe" |
| dependencies = [ |
| "csv-core", |
| "itoa", |
| "ryu", |
| "serde", |
| ] |
|
|
| [[package]] |
| name = "csv-core" |
| version = "0.1.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70" |
| dependencies = [ |
| "memchr", |
| ] |
|
|
| [[package]] |
| name = "ctrlc" |
| version = "3.4.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "672465ae37dc1bc6380a6547a8883d5dd397b0f1faaad4f265726cc7042a5345" |
| dependencies = [ |
| "nix 0.28.0", |
| "windows-sys 0.52.0", |
| ] |
|
|
| [[package]] |
| name = "cursor-icon" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991" |
|
|
| [[package]] |
| name = "cxx" |
| version = "1.0.123" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8194f089b6da4751d6c1da1ef37c17255df51f9346cdb160f8b096562ae4a85c" |
| dependencies = [ |
| "cc", |
| "cxxbridge-flags", |
| "cxxbridge-macro", |
| "link-cplusplus", |
| ] |
|
|
| [[package]] |
| name = "cxx-build" |
| version = "1.0.123" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e8df9a089caae66634d754672d5f909395f30f38af6ff19366980d8a8b57501" |
| dependencies = [ |
| "cc", |
| "codespan-reporting", |
| "once_cell", |
| "proc-macro2", |
| "quote", |
| "scratch", |
| "syn 2.0.65", |
| ] |
|
|
| [[package]] |
| name = "cxxbridge-flags" |
| version = "1.0.123" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "25290be4751803672a70b98c68b51c1e7d0a640ab5a4377f240f9d2e70054cd1" |
|
|
| [[package]] |
| name = "cxxbridge-macro" |
| version = "1.0.123" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b8cb317cb13604b4752416783bb25070381c36e844743e4146b7f8e55de7d140" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.65", |
| ] |
|
|
| [[package]] |
| name = "darling" |
| version = "0.20.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "83b2eb4d90d12bdda5ed17de686c2acb4c57914f8f921b8da7e112b5a36f3fe1" |
| dependencies = [ |
| "darling_core", |
| "darling_macro", |
| ] |
|
|
| [[package]] |
| name = "darling_core" |
| version = "0.20.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "622687fe0bac72a04e5599029151f5796111b90f1baaa9b544d807a5e31cd120" |
| dependencies = [ |
| "fnv", |
| "ident_case", |
| "proc-macro2", |
| "quote", |
| "strsim 0.11.1", |
| "syn 2.0.65", |
| ] |
|
|
| [[package]] |
| name = "darling_macro" |
| version = "0.20.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "733cabb43482b1a1b53eee8583c2b9e8684d592215ea83efd305dd31bc2f0178" |
| dependencies = [ |
| "darling_core", |
| "quote", |
| "syn 2.0.65", |
| ] |
|
|
| [[package]] |
| name = "dashmap" |
| version = "5.5.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" |
| dependencies = [ |
| "cfg-if 1.0.0", |
| "hashbrown 0.14.5", |
| "lock_api", |
| "once_cell", |
| "parking_lot_core", |
| ] |
|
|
| [[package]] |
| name = "data-encoding" |
| version = "2.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2" |
|
|
| [[package]] |
| name = "der" |
| version = "0.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de" |
| dependencies = [ |
| "const-oid", |
| "pem-rfc7468", |
| "zeroize", |
| ] |
|
|
| [[package]] |
| name = "deranged" |
| version = "0.3.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" |
| dependencies = [ |
| "powerfmt", |
| "serde", |
| ] |
|
|
| [[package]] |
| name = "derivative" |
| version = "2.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| ] |
|
|
| [[package]] |
| name = "digest" |
| version = "0.10.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
| dependencies = [ |
| "block-buffer", |
| "const-oid", |
| "crypto-common", |
| "subtle", |
| ] |
|
|
| [[package]] |
| name = "directories-next" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc" |
| dependencies = [ |
| "cfg-if 1.0.0", |
| "dirs-sys-next", |
| ] |
|
|
| [[package]] |
| name = "dirs" |
| version = "4.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" |
| dependencies = [ |
| "dirs-sys 0.3.7", |
| ] |
|
|
| [[package]] |
| name = "dirs" |
| version = "5.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" |
| dependencies = [ |
| "dirs-sys 0.4.1", |
| ] |
|
|
| [[package]] |
| name = "dirs-sys" |
| version = "0.3.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" |
| dependencies = [ |
| "libc", |
| "redox_users", |
| "winapi 0.3.9", |
| ] |
|
|
| [[package]] |
| name = "dirs-sys" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" |
| dependencies = [ |
| "libc", |
| "option-ext", |
| "redox_users", |
| "windows-sys 0.48.0", |
| ] |
|
|
| [[package]] |
| name = "dirs-sys-next" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" |
| dependencies = [ |
| "libc", |
| "redox_users", |
| "winapi 0.3.9", |
| ] |
|
|
| [[package]] |
| name = "dispatch" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" |
|
|
| [[package]] |
| name = "dlib" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412" |
| dependencies = [ |
| "libloading 0.8.3", |
| ] |
|
|
| [[package]] |
| name = "document-features" |
| version = "0.2.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ef5282ad69563b5fc40319526ba27e0e7363d552a896f0297d54f767717f9b95" |
| dependencies = [ |
| "litrs", |
| ] |
|
|
| [[package]] |
| name = "dora-arrow-convert" |
| version = "0.3.4" |
| dependencies = [ |
| "arrow", |
| "eyre", |
| ] |
|
|
| [[package]] |
| name = "dora-cli" |
| version = "0.3.4" |
| dependencies = [ |
| "bat", |
| "clap 4.5.6", |
| "communication-layer-request-reply", |
| "ctrlc", |
| "dora-coordinator", |
| "dora-core", |
| "dora-daemon", |
| "dora-node-api-c", |
| "dora-operator-api-c", |
| "dora-runtime", |
| "dora-tracing", |
| "duration-str", |
| "eyre", |
| "futures", |
| "inquire", |
| "notify 5.2.0", |
| "serde", |
| "serde_json", |
| "serde_yaml 0.9.34+deprecated", |
| "termcolor", |
| "tokio", |
| "tokio-stream", |
| "tracing", |
| "uuid", |
| "webbrowser", |
| ] |
|
|
| [[package]] |
| name = "dora-coordinator" |
| version = "0.3.4" |
| dependencies = [ |
| "ctrlc", |
| "dora-core", |
| "dora-tracing", |
| "eyre", |
| "futures", |
| "futures-concurrency", |
| "names", |
| "serde_json", |
| "tokio", |
| "tokio-stream", |
| "tracing", |
| "uuid", |
| ] |
|
|
| [[package]] |
| name = "dora-core" |
| version = "0.3.4" |
| dependencies = [ |
| "aligned-vec", |
| "dora-message", |
| "eyre", |
| "once_cell", |
| "schemars", |
| "serde", |
| "serde-with-expand-env", |
| "serde_json", |
| "serde_yaml 0.9.34+deprecated", |
| "tokio", |
| "tracing", |
| "uuid", |
| "which", |
| ] |
|
|
| [[package]] |
| name = "dora-daemon" |
| version = "0.3.4" |
| dependencies = [ |
| "aligned-vec", |
| "async-trait", |
| "bincode", |
| "ctrlc", |
| "dora-arrow-convert", |
| "dora-core", |
| "dora-download", |
| "dora-node-api", |
| "dora-tracing", |
| "eyre", |
| "flume 0.10.14", |
| "futures", |
| "futures-concurrency", |
| "serde_json", |
| "serde_yaml 0.8.26", |
| "shared-memory-server", |
| "sysinfo 0.30.12", |
| "tokio", |
| "tokio-stream", |
| "tracing", |
| "tracing-opentelemetry", |
| "uuid", |
| "which", |
| ] |
|
|
| [[package]] |
| name = "dora-download" |
| version = "0.3.4" |
| dependencies = [ |
| "eyre", |
| "reqwest", |
| "tokio", |
| "tracing", |
| ] |
|
|
| [[package]] |
| name = "dora-examples" |
| version = "0.0.0" |
| dependencies = [ |
| "dora-coordinator", |
| "dora-core", |
| "dora-download", |
| "dora-tracing", |
| "dunce", |
| "eyre", |
| "futures", |
| "serde_yaml 0.8.26", |
| "tokio", |
| "tokio-stream", |
| "tracing", |
| "uuid", |
| ] |
|
|
| [[package]] |
| name = "dora-message" |
| version = "0.3.4" |
| dependencies = [ |
| "arrow-data", |
| "arrow-schema", |
| "eyre", |
| "serde", |
| "uhlc", |
| ] |
|
|
| [[package]] |
| name = "dora-metrics" |
| version = "0.3.4" |
| dependencies = [ |
| "eyre", |
| "opentelemetry 0.22.0", |
| "opentelemetry-otlp", |
| "opentelemetry-system-metrics", |
| "opentelemetry_sdk 0.22.1", |
| ] |
|
|
| [[package]] |
| name = "dora-node-api" |
| version = "0.3.4" |
| dependencies = [ |
| "aligned-vec", |
| "arrow", |
| "bincode", |
| "dora-arrow-convert", |
| "dora-core", |
| "dora-tracing", |
| "eyre", |
| "flume 0.10.14", |
| "futures", |
| "futures-concurrency", |
| "futures-timer", |
| "serde_yaml 0.8.26", |
| "shared-memory-server", |
| "shared_memory_extended", |
| "tokio", |
| "tracing", |
| ] |
|
|
| [[package]] |
| name = "dora-node-api-c" |
| version = "0.3.4" |
| dependencies = [ |
| "arrow-array", |
| "dora-node-api", |
| "eyre", |
| "tracing", |
| ] |
|
|
| [[package]] |
| name = "dora-node-api-cxx" |
| version = "0.3.4" |
| dependencies = [ |
| "cxx", |
| "cxx-build", |
| "dora-node-api", |
| "dora-ros2-bridge", |
| "dora-ros2-bridge-msg-gen", |
| "eyre", |
| "futures-lite 2.3.0", |
| "prettyplease 0.1.25", |
| "rust-format", |
| "serde", |
| "serde-big-array", |
| ] |
|
|
| [[package]] |
| name = "dora-node-api-python" |
| version = "0.3.4" |
| dependencies = [ |
| "arrow", |
| "dora-node-api", |
| "dora-operator-api-python", |
| "dora-ros2-bridge-python", |
| "dora-runtime", |
| "eyre", |
| "flume 0.10.14", |
| "futures", |
| "pyo3", |
| "pythonize", |
| "serde_yaml 0.8.26", |
| ] |
|
|
| [[package]] |
| name = "dora-operator-api" |
| version = "0.3.4" |
| dependencies = [ |
| "dora-arrow-convert", |
| "dora-operator-api-macros", |
| "dora-operator-api-types", |
| ] |
|
|
| [[package]] |
| name = "dora-operator-api-c" |
| version = "0.3.4" |
| dependencies = [ |
| "dora-operator-api-types", |
| ] |
|
|
| [[package]] |
| name = "dora-operator-api-cxx" |
| version = "0.3.4" |
| dependencies = [ |
| "cxx", |
| "cxx-build", |
| "dora-operator-api", |
| ] |
|
|
| [[package]] |
| name = "dora-operator-api-macros" |
| version = "0.3.4" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| ] |
|
|
| [[package]] |
| name = "dora-operator-api-python" |
| version = "0.3.4" |
| dependencies = [ |
| "aligned-vec", |
| "arrow", |
| "arrow-schema", |
| "dora-node-api", |
| "eyre", |
| "flume 0.10.14", |
| "pyo3", |
| "serde_yaml 0.8.26", |
| ] |
|
|
| [[package]] |
| name = "dora-operator-api-types" |
| version = "0.3.4" |
| dependencies = [ |
| "arrow", |
| "dora-arrow-convert", |
| "safer-ffi", |
| ] |
|
|
| [[package]] |
| name = "dora-record" |
| version = "0.3.4" |
| dependencies = [ |
| "chrono", |
| "dora-node-api", |
| "dora-tracing", |
| "eyre", |
| "parquet", |
| "tokio", |
| ] |
|
|
| [[package]] |
| name = "dora-rerun" |
| version = "0.3.4" |
| dependencies = [ |
| "dora-node-api", |
| "eyre", |
| "ndarray", |
| "rerun", |
| "tokio", |
| ] |
|
|
| [[package]] |
| name = "dora-ros2-bridge" |
| version = "0.1.0" |
| dependencies = [ |
| "array-init", |
| "dora-daemon", |
| "dora-ros2-bridge-msg-gen", |
| "eyre", |
| "flume 0.11.0", |
| "futures", |
| "futures-timer", |
| "rand", |
| "ros2-client", |
| "rust-format", |
| "rustdds", |
| "serde", |
| "serde-big-array", |
| "tokio", |
| "tracing", |
| "tracing-subscriber", |
| "widestring", |
| ] |
|
|
| [[package]] |
| name = "dora-ros2-bridge-msg-gen" |
| version = "0.1.0" |
| dependencies = [ |
| "anyhow", |
| "glob", |
| "heck 0.3.3", |
| "nom", |
| "proc-macro2", |
| "quote", |
| "regex", |
| "syn 1.0.109", |
| "thiserror", |
| "tracing", |
| ] |
|
|
| [[package]] |
| name = "dora-ros2-bridge-python" |
| version = "0.1.0" |
| dependencies = [ |
| "arrow", |
| "dora-ros2-bridge", |
| "dora-ros2-bridge-msg-gen", |
| "eyre", |
| "futures", |
| "pyo3", |
| "serde", |
| "serde_assert", |
| ] |
|
|
| [[package]] |
| name = "dora-runtime" |
| version = "0.3.4" |
| dependencies = [ |
| "aligned-vec", |
| "arrow", |
| "dora-core", |
| "dora-download", |
| "dora-metrics", |
| "dora-node-api", |
| "dora-operator-api-python", |
| "dora-operator-api-types", |
| "dora-tracing", |
| "eyre", |
| "flume 0.10.14", |
| "futures", |
| "futures-concurrency", |
| "libloading 0.7.4", |
| "pyo3", |
| "pythonize", |
| "serde_yaml 0.8.26", |
| "tokio", |
| "tokio-stream", |
| "tracing", |
| "tracing-opentelemetry", |
| ] |
|
|
| [[package]] |
| name = "dora-tracing" |
| version = "0.3.4" |
| dependencies = [ |
| "eyre", |
| "opentelemetry 0.18.0", |
| "opentelemetry-jaeger", |
| "tracing", |
| "tracing-opentelemetry", |
| "tracing-subscriber", |
| ] |
|
|
| [[package]] |
| name = "downcast-rs" |
| version = "1.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" |
|
|
| [[package]] |
| name = "dunce" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b" |
|
|
| [[package]] |
| name = "duration-str" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d9f037c488d179e21c87ef5fa9c331e8e62f5dddfa84618b41bb197da03edff1" |
| dependencies = [ |
| "chrono", |
| "nom", |
| "rust_decimal", |
| "serde", |
| "thiserror", |
| "time", |
| ] |
|
|
| [[package]] |
| name = "dyn-clone" |
| version = "1.0.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125" |
|
|
| [[package]] |
| name = "ecolor" |
| version = "0.27.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "20930a432bbd57a6d55e07976089708d4893f3d556cf42a0d79e9e321fa73b10" |
| dependencies = [ |
| "bytemuck", |
| "serde", |
| ] |
|
|
| [[package]] |
| name = "eframe" |
| version = "0.27.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "020e2ccef6bbcec71dbc542f7eed64a5846fc3076727f5746da8fd307c91bab2" |
| dependencies = [ |
| "bytemuck", |
| "cocoa", |
| "directories-next", |
| "document-features", |
| "egui", |
| "egui-wgpu", |
| "egui-winit", |
| "egui_glow", |
| "image 0.24.9", |
| "js-sys", |
| "log", |
| "objc", |
| "parking_lot", |
| "percent-encoding", |
| "pollster", |
| "puffin", |
| "raw-window-handle 0.6.2", |
| "ron", |
| "serde", |
| "static_assertions", |
| "thiserror", |
| "wasm-bindgen", |
| "wasm-bindgen-futures", |
| "web-sys", |
| "web-time", |
| "wgpu", |
| "winapi 0.3.9", |
| "winit", |
| ] |
|
|
| [[package]] |
| name = "egui" |
| version = "0.27.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "584c5d1bf9a67b25778a3323af222dbe1a1feb532190e103901187f92c7fe29a" |
| dependencies = [ |
| "accesskit", |
| "ahash", |
| "backtrace", |
| "epaint", |
| "log", |
| "nohash-hasher", |
| "puffin", |
| "ron", |
| "serde", |
| ] |
|
|
| [[package]] |
| name = "egui-wgpu" |
| version = "0.27.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "469ff65843f88a702b731a1532b7d03b0e8e96d283e70f3a22b0e06c46cb9b37" |
| dependencies = [ |
| "bytemuck", |
| "document-features", |
| "egui", |
| "epaint", |
| "log", |
| "puffin", |
| "thiserror", |
| "type-map", |
| "web-time", |
| "wgpu", |
| "winit", |
| ] |
|
|
| [[package]] |
| name = "egui-winit" |
| version = "0.27.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2e3da0cbe020f341450c599b35b92de4af7b00abde85624fd16f09c885573609" |
| dependencies = [ |
| "accesskit_winit", |
| "arboard", |
| "egui", |
| "log", |
| "puffin", |
| "raw-window-handle 0.6.2", |
| "serde", |
| "smithay-clipboard", |
| "web-time", |
| "webbrowser", |
| "winit", |
| ] |
|
|
| [[package]] |
| name = "egui_commonmark" |
| version = "0.14.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e30fc4d40a8ef399a8debfbdae0462ca45912d81b9e81b24373337669e961201" |
| dependencies = [ |
| "egui", |
| "egui_extras", |
| "pulldown-cmark 0.10.3", |
| ] |
|
|
| [[package]] |
| name = "egui_extras" |
| version = "0.27.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1b78779f35ded1a853786c9ce0b43fe1053e10a21ea3b23ebea411805ce41593" |
| dependencies = [ |
| "egui", |
| "ehttp", |
| "enum-map", |
| "image 0.24.9", |
| "log", |
| "mime_guess2", |
| "puffin", |
| "serde", |
| ] |
|
|
| [[package]] |
| name = "egui_glow" |
| version = "0.27.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e0e5d975f3c86edc3d35b1db88bb27c15dde7c55d3b5af164968ab5ede3f44ca" |
| dependencies = [ |
| "bytemuck", |
| "egui", |
| "egui-winit", |
| "glow", |
| "log", |
| "memoffset 0.9.1", |
| "puffin", |
| "wasm-bindgen", |
| "web-sys", |
| "winit", |
| ] |
|
|
| [[package]] |
| name = "egui_plot" |
| version = "0.27.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a7854b86dc1c2d352c5270db3d600011daa913d6b554141a03939761323288a1" |
| dependencies = [ |
| "egui", |
| ] |
|
|
| [[package]] |
| name = "egui_tiles" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0e2c0ff99daddcbdc54b141dbb7be3b014463da48a03ebc801bf63e500b23d75" |
| dependencies = [ |
| "ahash", |
| "egui", |
| "itertools 0.12.1", |
| "log", |
| "serde", |
| ] |
|
|
| [[package]] |
| name = "ehttp" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "59a81c221a1e4dad06cb9c9deb19aea1193a5eea084e8cd42d869068132bf876" |
| dependencies = [ |
| "document-features", |
| "futures-util", |
| "js-sys", |
| "ureq", |
| "wasm-bindgen", |
| "wasm-bindgen-futures", |
| "wasm-streams", |
| "web-sys", |
| ] |
|
|
| [[package]] |
| name = "either" |
| version = "1.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b" |
|
|
| [[package]] |
| name = "emath" |
| version = "0.27.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e4c3a552cfca14630702449d35f41c84a0d15963273771c6059175a803620f3f" |
| dependencies = [ |
| "bytemuck", |
| "serde", |
| ] |
|
|
| [[package]] |
| name = "encode_unicode" |
| version = "0.3.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" |
|
|
| [[package]] |
| name = "encoding_rs" |
| version = "0.8.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59" |
| dependencies = [ |
| "cfg-if 1.0.0", |
| ] |
|
|
| [[package]] |
| name = "enum-map" |
| version = "2.7.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6866f3bfdf8207509a033af1a75a7b08abda06bbaaeae6669323fd5a097df2e9" |
| dependencies = [ |
| "enum-map-derive", |
| "serde", |
| ] |
|
|
| [[package]] |
| name = "enum-map-derive" |
| version = "0.17.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f282cfdfe92516eb26c2af8589c274c7c17681f5ecc03c18255fe741c6aa64eb" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.65", |
| ] |
|
|
| [[package]] |
| name = "enumflags2" |
| version = "0.7.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3278c9d5fb675e0a51dabcf4c0d355f692b064171535ba72361be1528a9d8e8d" |
| dependencies = [ |
| "enumflags2_derive", |
| "serde", |
| ] |
|
|
| [[package]] |
| name = "enumflags2_derive" |
| version = "0.7.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c785274071b1b420972453b306eeca06acf4633829db4223b58a2a8c5953bc4" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.65", |
| ] |
|
|
| [[package]] |
| name = "enumn" |
| version = "0.1.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6fd000fd6988e73bbe993ea3db9b1aa64906ab88766d654973924340c8cddb42" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.65", |
| ] |
|
|
| [[package]] |
| name = "enumset" |
| version = "1.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "226c0da7462c13fb57e5cc9e0dc8f0635e7d27f276a3a7fd30054647f669007d" |
| dependencies = [ |
| "enumset_derive", |
| ] |
|
|
| [[package]] |
| name = "enumset_derive" |
| version = "0.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e08b6c6ab82d70f08844964ba10c7babb716de2ecaeab9be5717918a5177d3af" |
| dependencies = [ |
| "darling", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.65", |
| ] |
|
|
| [[package]] |
| name = "env_logger" |
| version = "0.10.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580" |
| dependencies = [ |
| "humantime", |
| "is-terminal", |
| "log", |
| "regex", |
| "termcolor", |
| ] |
|
|
| [[package]] |
| name = "epaint" |
| version = "0.27.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b381f8b149657a4acf837095351839f32cd5c4aec1817fc4df84e18d76334176" |
| dependencies = [ |
| "ab_glyph", |
| "ahash", |
| "bytemuck", |
| "ecolor", |
| "emath", |
| "log", |
| "nohash-hasher", |
| "parking_lot", |
| "puffin", |
| "rayon", |
| "serde", |
| ] |
|
|
| [[package]] |
| name = "equivalent" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" |
|
|
| [[package]] |
| name = "errno" |
| version = "0.3.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" |
| dependencies = [ |
| "libc", |
| "windows-sys 0.52.0", |
| ] |
|
|
| [[package]] |
| name = "error-chain" |
| version = "0.12.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc" |
| dependencies = [ |
| "version_check", |
| ] |
|
|
| [[package]] |
| name = "error-code" |
| version = "3.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a0474425d51df81997e2f90a21591180b38eccf27292d755f3e30750225c175b" |
|
|
| [[package]] |
| name = "etcetera" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943" |
| dependencies = [ |
| "cfg-if 1.0.0", |
| "home", |
| "windows-sys 0.48.0", |
| ] |
|
|
| [[package]] |
| name = "ethnum" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b90ca2580b73ab6a1f724b76ca11ab632df820fd6040c336200d2c1df7b3c82c" |
|
|
| [[package]] |
| name = "event-listener" |
| version = "2.5.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" |
|
|
| [[package]] |
| name = "event-listener" |
| version = "3.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2" |
| dependencies = [ |
| "concurrent-queue", |
| "parking", |
| "pin-project-lite", |
| ] |
|
|
| [[package]] |
| name = "event-listener" |
| version = "4.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e" |
| dependencies = [ |
| "concurrent-queue", |
| "parking", |
| "pin-project-lite", |
| ] |
|
|
| [[package]] |
| name = "event-listener" |
| version = "5.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6d9944b8ca13534cdfb2800775f8dd4902ff3fc75a50101466decadfdf322a24" |
| dependencies = [ |
| "concurrent-queue", |
| "parking", |
| "pin-project-lite", |
| ] |
|
|
| [[package]] |
| name = "event-listener-strategy" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3" |
| dependencies = [ |
| "event-listener 4.0.3", |
| "pin-project-lite", |
| ] |
|
|
| [[package]] |
| name = "event-listener-strategy" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1" |
| dependencies = [ |
| "event-listener 5.3.0", |
| "pin-project-lite", |
| ] |
|
|
| [[package]] |
| name = "ewebsock" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6177769715c6ec5a324acee995183b22721ea23c58e49af14a828eadec85d120" |
| dependencies = [ |
| "document-features", |
| "js-sys", |
| "log", |
| "tungstenite 0.21.0", |
| "wasm-bindgen", |
| "wasm-bindgen-futures", |
| "web-sys", |
| ] |
|
|
| [[package]] |
| name = "ext-trait" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d772df1c1a777963712fb68e014235e80863d6a91a85c4e06ba2d16243a310e5" |
| dependencies = [ |
| "ext-trait-proc_macros", |
| ] |
|
|
| [[package]] |
| name = "ext-trait-proc_macros" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1ab7934152eaf26aa5aa9f7371408ad5af4c31357073c9e84c3b9d7f11ad639a" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| ] |
|
|
| [[package]] |
| name = "extension-traits" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a296e5a895621edf9fa8329c83aa1cb69a964643e36cf54d8d7a69b789089537" |
| dependencies = [ |
| "ext-trait", |
| ] |
|
|
| [[package]] |
| name = "eyre" |
| version = "0.6.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec" |
| dependencies = [ |
| "indenter", |
| "once_cell", |
| ] |
|
|
| [[package]] |
| name = "fastrand" |
| version = "1.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" |
| dependencies = [ |
| "instant", |
| ] |
|
|
| [[package]] |
| name = "fastrand" |
| version = "2.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a" |
|
|
| [[package]] |
| name = "fdeflate" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645" |
| dependencies = [ |
| "simd-adler32", |
| ] |
|
|
| [[package]] |
| name = "filetime" |
| version = "0.2.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd" |
| dependencies = [ |
| "cfg-if 1.0.0", |
| "libc", |
| "redox_syscall 0.4.1", |
| "windows-sys 0.52.0", |
| ] |
|
|
| [[package]] |
| name = "fixed" |
| version = "1.27.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2fc715d38bea7b5bf487fcd79bcf8c209f0b58014f3018a7a19c2b855f472048" |
| dependencies = [ |
| "az", |
| "bytemuck", |
| "half", |
| "serde", |
| "typenum", |
| ] |
|
|
| [[package]] |
| name = "fixedbitset" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" |
|
|
| [[package]] |
| name = "flatbuffers" |
| version = "23.5.26" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4dac53e22462d78c16d64a1cd22371b54cc3fe94aa15e7886a2fa6e5d1ab8640" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "rustc_version", |
| ] |
|
|
| [[package]] |
| name = "flatbuffers" |
| version = "24.3.25" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8add37afff2d4ffa83bc748a70b4b1370984f6980768554182424ef71447c35f" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "rustc_version", |
| ] |
|
|
| [[package]] |
| name = "flate2" |
| version = "1.0.30" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae" |
| dependencies = [ |
| "crc32fast", |
| "miniz_oxide", |
| ] |
|
|
| [[package]] |
| name = "flume" |
| version = "0.10.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577" |
| dependencies = [ |
| "futures-core", |
| "futures-sink", |
| "nanorand", |
| "pin-project", |
| "spin 0.9.8", |
| ] |
|
|
| [[package]] |
| name = "flume" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181" |
| dependencies = [ |
| "futures-core", |
| "futures-sink", |
| "nanorand", |
| "spin 0.9.8", |
| ] |
|
|
| [[package]] |
| name = "fnv" |
| version = "1.0.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
|
|
| [[package]] |
| name = "foreign-types" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" |
| dependencies = [ |
| "foreign-types-macros", |
| "foreign-types-shared", |
| ] |
|
|
| [[package]] |
| name = "foreign-types-macros" |
| version = "0.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.65", |
| ] |
|
|
| [[package]] |
| name = "foreign-types-shared" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" |
|
|
| [[package]] |
| name = "foreign_vec" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ee1b05cbd864bcaecbd3455d6d967862d446e4ebfc3c2e5e5b9841e53cba6673" |
|
|
| [[package]] |
| name = "form_urlencoded" |
| version = "1.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" |
| 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 = "fuchsia-zircon" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "fuchsia-zircon-sys", |
| ] |
|
|
| [[package]] |
| name = "fuchsia-zircon-sys" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" |
|
|
| [[package]] |
| name = "funty" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" |
|
|
| [[package]] |
| name = "futures" |
| version = "0.3.30" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" |
| dependencies = [ |
| "futures-channel", |
| "futures-core", |
| "futures-executor", |
| "futures-io", |
| "futures-sink", |
| "futures-task", |
| "futures-util", |
| ] |
|
|
| [[package]] |
| name = "futures-buffered" |
| version = "0.2.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "02dcae03ee5afa5ea17b1aebc793806b8ddfc6dc500e0b8e8e1eb30b9dad22c0" |
| dependencies = [ |
| "futures-core", |
| "futures-util", |
| "pin-project-lite", |
| ] |
|
|
| [[package]] |
| name = "futures-channel" |
| version = "0.3.30" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" |
| dependencies = [ |
| "futures-core", |
| "futures-sink", |
| ] |
|
|
| [[package]] |
| name = "futures-concurrency" |
| version = "7.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4b14ac911e85d57c5ea6eef76d7b4d4a3177ecd15f4bea2e61927e9e3823e19f" |
| dependencies = [ |
| "bitvec", |
| "futures-buffered", |
| "futures-core", |
| "futures-lite 1.13.0", |
| "pin-project", |
| "slab", |
| "smallvec", |
| ] |
|
|
| [[package]] |
| name = "futures-core" |
| version = "0.3.30" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" |
|
|
| [[package]] |
| name = "futures-executor" |
| version = "0.3.30" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" |
| dependencies = [ |
| "futures-core", |
| "futures-task", |
| "futures-util", |
| "num_cpus", |
| ] |
|
|
| [[package]] |
| name = "futures-io" |
| version = "0.3.30" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" |
|
|
| [[package]] |
| name = "futures-lite" |
| version = "1.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce" |
| dependencies = [ |
| "fastrand 1.9.0", |
| "futures-core", |
| "futures-io", |
| "memchr", |
| "parking", |
| "pin-project-lite", |
| "waker-fn", |
| ] |
|
|
| [[package]] |
| name = "futures-lite" |
| version = "2.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5" |
| dependencies = [ |
| "fastrand 2.1.0", |
| "futures-core", |
| "futures-io", |
| "parking", |
| "pin-project-lite", |
| ] |
|
|
| [[package]] |
| name = "futures-macro" |
| version = "0.3.30" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.65", |
| ] |
|
|
| [[package]] |
| name = "futures-sink" |
| version = "0.3.30" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" |
|
|
| [[package]] |
| name = "futures-task" |
| version = "0.3.30" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" |
|
|
| [[package]] |
| name = "futures-timer" |
| version = "3.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24" |
|
|
| [[package]] |
| name = "futures-util" |
| version = "0.3.30" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" |
| dependencies = [ |
| "futures-channel", |
| "futures-core", |
| "futures-io", |
| "futures-macro", |
| "futures-sink", |
| "futures-task", |
| "memchr", |
| "pin-project-lite", |
| "pin-utils", |
| "slab", |
| ] |
|
|
| [[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 = "gethostname" |
| version = "0.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818" |
| dependencies = [ |
| "libc", |
| "windows-targets 0.48.5", |
| ] |
|
|
| [[package]] |
| name = "getrandom" |
| version = "0.2.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" |
| dependencies = [ |
| "cfg-if 1.0.0", |
| "js-sys", |
| "libc", |
| "wasi", |
| "wasm-bindgen", |
| ] |
|
|
| [[package]] |
| name = "gimli" |
| version = "0.28.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" |
|
|
| [[package]] |
| name = "git-version" |
| version = "0.3.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1ad568aa3db0fcbc81f2f116137f263d7304f512a1209b35b85150d3ef88ad19" |
| dependencies = [ |
| "git-version-macro", |
| ] |
|
|
| [[package]] |
| name = "git-version-macro" |
| version = "0.3.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "53010ccb100b96a67bc32c0175f0ed1426b31b655d562898e57325f81c023ac0" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.65", |
| ] |
|
|
| [[package]] |
| name = "git2" |
| version = "0.18.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "232e6a7bfe35766bf715e55a88b39a700596c0ccfd88cd3680b4cdb40d66ef70" |
| dependencies = [ |
| "bitflags 2.5.0", |
| "libc", |
| "libgit2-sys", |
| "log", |
| "url", |
| ] |
|
|
| [[package]] |
| name = "gl_generator" |
| version = "0.14.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d" |
| dependencies = [ |
| "khronos_api", |
| "log", |
| "xml-rs", |
| ] |
|
|
| [[package]] |
| name = "glam" |
| version = "0.22.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "12f597d56c1bd55a811a1be189459e8fad2bbc272616375602443bdfb37fa774" |
| dependencies = [ |
| "bytemuck", |
| "serde", |
| ] |
|
|
| [[package]] |
| name = "glob" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" |
|
|
| [[package]] |
| name = "globset" |
| version = "0.4.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1" |
| dependencies = [ |
| "aho-corasick", |
| "bstr 1.9.1", |
| "log", |
| "regex-automata 0.4.6", |
| "regex-syntax 0.8.3", |
| ] |
|
|
| [[package]] |
| name = "gloo-timers" |
| version = "0.2.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c" |
| dependencies = [ |
| "futures-channel", |
| "futures-core", |
| "js-sys", |
| "wasm-bindgen", |
| ] |
|
|
| [[package]] |
| name = "glow" |
| version = "0.13.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bd348e04c43b32574f2de31c8bb397d96c9fcfa1371bd4ca6d8bdc464ab121b1" |
| dependencies = [ |
| "js-sys", |
| "slotmap", |
| "wasm-bindgen", |
| "web-sys", |
| ] |
|
|
| [[package]] |
| name = "gltf" |
| version = "1.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e3ce1918195723ce6ac74e80542c5a96a40c2b26162c1957a5cd70799b8cacf7" |
| dependencies = [ |
| "base64 0.13.1", |
| "byteorder", |
| "gltf-json", |
| "image 0.25.1", |
| "lazy_static", |
| "serde_json", |
| "urlencoding", |
| ] |
|
|
| [[package]] |
| name = "gltf-derive" |
| version = "1.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "14070e711538afba5d6c807edb74bcb84e5dbb9211a3bf5dea0dfab5b24f4c51" |
| dependencies = [ |
| "inflections", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.65", |
| ] |
|
|
| [[package]] |
| name = "gltf-json" |
| version = "1.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e6176f9d60a7eab0a877e8e96548605dedbde9190a7ae1e80bbcc1c9af03ab14" |
| dependencies = [ |
| "gltf-derive", |
| "serde", |
| "serde_derive", |
| "serde_json", |
| ] |
|
|
| [[package]] |
| name = "glutin_wgl_sys" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6c8098adac955faa2d31079b65dc48841251f69efd3ac25477903fc424362ead" |
| dependencies = [ |
| "gl_generator", |
| ] |
|
|
| [[package]] |
| name = "gpu-alloc" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171" |
| dependencies = [ |
| "bitflags 2.5.0", |
| "gpu-alloc-types", |
| ] |
|
|
| [[package]] |
| name = "gpu-alloc-types" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4" |
| dependencies = [ |
| "bitflags 2.5.0", |
| ] |
|
|
| [[package]] |
| name = "gpu-allocator" |
| version = "0.25.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6f56f6318968d03c18e1bcf4857ff88c61157e9da8e47c5f29055d60e1228884" |
| dependencies = [ |
| "log", |
| "presser", |
| "thiserror", |
| "winapi 0.3.9", |
| "windows 0.52.0", |
| ] |
|
|
| [[package]] |
| name = "gpu-descriptor" |
| version = "0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cc11df1ace8e7e564511f53af41f3e42ddc95b56fd07b3f4445d2a6048bc682c" |
| dependencies = [ |
| "bitflags 2.5.0", |
| "gpu-descriptor-types", |
| "hashbrown 0.14.5", |
| ] |
|
|
| [[package]] |
| name = "gpu-descriptor-types" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6bf0b36e6f090b7e1d8a4b49c0cb81c1f8376f72198c65dd3ad9ff3556b8b78c" |
| dependencies = [ |
| "bitflags 2.5.0", |
| ] |
|
|
| [[package]] |
| name = "grep-cli" |
| version = "0.1.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ea40788c059ab8b622c4d074732750bfb3bd2912e2dd58eabc11798a4d5ad725" |
| dependencies = [ |
| "bstr 1.9.1", |
| "globset", |
| "libc", |
| "log", |
| "termcolor", |
| "winapi-util", |
| ] |
|
|
| [[package]] |
| name = "h2" |
| version = "0.3.26" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8" |
| dependencies = [ |
| "bytes", |
| "fnv", |
| "futures-core", |
| "futures-sink", |
| "futures-util", |
| "http 0.2.12", |
| "indexmap 2.2.6", |
| "slab", |
| "tokio", |
| "tokio-util", |
| "tracing", |
| ] |
|
|
| [[package]] |
| name = "half" |
| version = "2.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888" |
| dependencies = [ |
| "bytemuck", |
| "cfg-if 1.0.0", |
| "crunchy", |
| "num-traits", |
| ] |
|
|
| [[package]] |
| name = "hash_hasher" |
| version = "2.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "74721d007512d0cb3338cd20f0654ac913920061a4c4d0d8708edb3f2a698c0c" |
|
|
| [[package]] |
| name = "hashbrown" |
| version = "0.12.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" |
|
|
| [[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 = "hassle-rs" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "af2a7e73e1f34c48da31fb668a907f250794837e08faa144fd24f0b8b741e890" |
| dependencies = [ |
| "bitflags 2.5.0", |
| "com", |
| "libc", |
| "libloading 0.8.3", |
| "thiserror", |
| "widestring", |
| "winapi 0.3.9", |
| ] |
|
|
| [[package]] |
| name = "heck" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" |
| dependencies = [ |
| "unicode-segmentation", |
| ] |
|
|
| [[package]] |
| name = "heck" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" |
|
|
| [[package]] |
| name = "heck" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
|
|
| [[package]] |
| name = "hermit-abi" |
| version = "0.1.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" |
| dependencies = [ |
| "libc", |
| ] |
|
|
| [[package]] |
| name = "hermit-abi" |
| version = "0.3.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" |
|
|
| [[package]] |
| name = "hex" |
| version = "0.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
|
|
| [[package]] |
| name = "hexf-parse" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df" |
|
|
| [[package]] |
| name = "hmac" |
| version = "0.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" |
| dependencies = [ |
| "digest", |
| ] |
|
|
| [[package]] |
| name = "home" |
| version = "0.5.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" |
| dependencies = [ |
| "windows-sys 0.52.0", |
| ] |
|
|
| [[package]] |
| name = "http" |
| version = "0.2.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" |
| dependencies = [ |
| "bytes", |
| "fnv", |
| "itoa", |
| ] |
|
|
| [[package]] |
| name = "http" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" |
| dependencies = [ |
| "bytes", |
| "fnv", |
| "itoa", |
| ] |
|
|
| [[package]] |
| name = "http-body" |
| version = "0.4.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" |
| dependencies = [ |
| "bytes", |
| "http 0.2.12", |
| "pin-project-lite", |
| ] |
|
|
| [[package]] |
| name = "http-body" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643" |
| dependencies = [ |
| "bytes", |
| "http 1.1.0", |
| ] |
|
|
| [[package]] |
| name = "http-body-util" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0475f8b2ac86659c21b64320d5d653f9efe42acd2a4e560073ec61a155a34f1d" |
| dependencies = [ |
| "bytes", |
| "futures-core", |
| "http 1.1.0", |
| "http-body 1.0.0", |
| "pin-project-lite", |
| ] |
|
|
| [[package]] |
| name = "httparse" |
| version = "1.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" |
|
|
| [[package]] |
| name = "httpdate" |
| version = "1.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" |
|
|
| [[package]] |
| name = "humantime" |
| version = "2.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" |
|
|
| [[package]] |
| name = "hyper" |
| version = "0.14.28" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80" |
| dependencies = [ |
| "bytes", |
| "futures-channel", |
| "futures-core", |
| "futures-util", |
| "h2", |
| "http 0.2.12", |
| "http-body 0.4.6", |
| "httparse", |
| "httpdate", |
| "itoa", |
| "pin-project-lite", |
| "socket2 0.5.7", |
| "tokio", |
| "tower-service", |
| "tracing", |
| "want", |
| ] |
|
|
| [[package]] |
| name = "hyper" |
| version = "1.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d" |
| dependencies = [ |
| "bytes", |
| "futures-channel", |
| "futures-util", |
| "http 1.1.0", |
| "http-body 1.0.0", |
| "httparse", |
| "itoa", |
| "pin-project-lite", |
| "smallvec", |
| "tokio", |
| "want", |
| ] |
|
|
| [[package]] |
| name = "hyper-rustls" |
| version = "0.26.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a0bea761b46ae2b24eb4aef630d8d1c398157b6fc29e6350ecf090a0b70c952c" |
| dependencies = [ |
| "futures-util", |
| "http 1.1.0", |
| "hyper 1.3.1", |
| "hyper-util", |
| "rustls 0.22.4", |
| "rustls-pki-types", |
| "tokio", |
| "tokio-rustls", |
| "tower-service", |
| ] |
|
|
| [[package]] |
| name = "hyper-timeout" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1" |
| dependencies = [ |
| "hyper 0.14.28", |
| "pin-project-lite", |
| "tokio", |
| "tokio-io-timeout", |
| ] |
|
|
| [[package]] |
| name = "hyper-util" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ca38ef113da30126bbff9cd1705f9273e15d45498615d138b0c20279ac7a76aa" |
| dependencies = [ |
| "bytes", |
| "futures-channel", |
| "futures-util", |
| "http 1.1.0", |
| "http-body 1.0.0", |
| "hyper 1.3.1", |
| "pin-project-lite", |
| "socket2 0.5.7", |
| "tokio", |
| "tower", |
| "tower-service", |
| "tracing", |
| ] |
|
|
| [[package]] |
| name = "iana-time-zone" |
| version = "0.1.60" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" |
| dependencies = [ |
| "android_system_properties", |
| "core-foundation-sys", |
| "iana-time-zone-haiku", |
| "js-sys", |
| "wasm-bindgen", |
| "windows-core", |
| ] |
|
|
| [[package]] |
| name = "iana-time-zone-haiku" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
| dependencies = [ |
| "cc", |
| ] |
|
|
| [[package]] |
| name = "icrate" |
| version = "0.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "99d3aaff8a54577104bafdf686ff18565c3b6903ca5782a2026ef06e2c7aa319" |
| dependencies = [ |
| "block2 0.3.0", |
| "dispatch", |
| "objc2 0.4.1", |
| ] |
|
|
| [[package]] |
| name = "ident_case" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" |
|
|
| [[package]] |
| name = "idna" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" |
| dependencies = [ |
| "unicode-bidi", |
| "unicode-normalization", |
| ] |
|
|
| [[package]] |
| name = "if-addrs" |
| version = "0.11.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "624c5448ba529e74f594c65b7024f31b2de7b64a9b228b8df26796bbb6e32c36" |
| dependencies = [ |
| "libc", |
| "windows-sys 0.52.0", |
| ] |
|
|
| [[package]] |
| name = "image" |
| version = "0.24.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d" |
| dependencies = [ |
| "bytemuck", |
| "byteorder", |
| "color_quant", |
| "num-traits", |
| "png", |
| ] |
|
|
| [[package]] |
| name = "image" |
| version = "0.25.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fd54d660e773627692c524beaad361aca785a4f9f5730ce91f42aabe5bce3d11" |
| dependencies = [ |
| "bytemuck", |
| "byteorder", |
| "num-traits", |
| "png", |
| "tiff", |
| "zune-core", |
| "zune-jpeg", |
| ] |
|
|
| [[package]] |
| name = "indent" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d9f1a0777d972970f204fdf8ef319f1f4f8459131636d7e3c96c5d59570d0fa6" |
|
|
| [[package]] |
| name = "indenter" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" |
|
|
| [[package]] |
| name = "indexmap" |
| version = "1.9.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" |
| dependencies = [ |
| "autocfg", |
| "hashbrown 0.12.3", |
| ] |
|
|
| [[package]] |
| name = "indexmap" |
| version = "2.2.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" |
| dependencies = [ |
| "equivalent", |
| "hashbrown 0.14.5", |
| "serde", |
| ] |
|
|
| [[package]] |
| name = "indoc" |
| version = "2.0.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5" |
|
|
| [[package]] |
| name = "infer" |
| version = "0.15.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cb33622da908807a06f9513c19b3c1ad50fab3e4137d82a78107d502075aa199" |
| dependencies = [ |
| "cfb", |
| ] |
|
|
| [[package]] |
| name = "inflections" |
| version = "1.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a257582fdcde896fd96463bf2d40eefea0580021c0712a0e2b028b60b47a837a" |
|
|
| [[package]] |
| name = "inotify" |
| version = "0.9.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "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 = "inout" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" |
| dependencies = [ |
| "generic-array", |
| ] |
|
|
| [[package]] |
| name = "inquire" |
| version = "0.5.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f3a94f0659efe59329832ba0452d3ec753145fc1fb12a8e1d60de4ccf99f5364" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "crossterm", |
| "dyn-clone", |
| "lazy_static", |
| "newline-converter", |
| "thiserror", |
| "unicode-segmentation", |
| "unicode-width", |
| ] |
|
|
| [[package]] |
| name = "instant" |
| version = "0.1.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" |
| dependencies = [ |
| "cfg-if 1.0.0", |
| ] |
|
|
| [[package]] |
| name = "integer-encoding" |
| version = "3.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02" |
|
|
| [[package]] |
| name = "inventory" |
| version = "0.3.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f958d3d68f4167080a18141e10381e7634563984a537f2a49a30fd8e53ac5767" |
|
|
| [[package]] |
| name = "io-extras" |
| version = "0.18.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c9f046b9af244f13b3bd939f55d16830ac3a201e8a9ba9661bfcb03e2be72b9b" |
| dependencies = [ |
| "io-lifetimes 2.0.3", |
| "windows-sys 0.52.0", |
| ] |
|
|
| [[package]] |
| name = "io-lifetimes" |
| version = "1.0.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" |
| dependencies = [ |
| "hermit-abi 0.3.9", |
| "libc", |
| "windows-sys 0.48.0", |
| ] |
|
|
| [[package]] |
| name = "io-lifetimes" |
| version = "2.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5a611371471e98973dbcab4e0ec66c31a10bc356eeb4d54a0e05eac8158fe38c" |
|
|
| [[package]] |
| name = "iovec" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" |
| dependencies = [ |
| "libc", |
| ] |
|
|
| [[package]] |
| name = "ipnet" |
| version = "2.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" |
|
|
| [[package]] |
| name = "ipnetwork" |
| version = "0.19.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1f84f1612606f3753f205a4e9a2efd6fe5b4c573a6269b2cc6c3003d44a0d127" |
| dependencies = [ |
| "serde", |
| ] |
|
|
| [[package]] |
| name = "is-terminal" |
| version = "0.4.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b" |
| dependencies = [ |
| "hermit-abi 0.3.9", |
| "libc", |
| "windows-sys 0.52.0", |
| ] |
|
|
| [[package]] |
| name = "is_terminal_polyfill" |
| version = "1.70.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800" |
|
|
| [[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.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" |
| dependencies = [ |
| "either", |
| ] |
|
|
| [[package]] |
| name = "itertools" |
| version = "0.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" |
| dependencies = [ |
| "either", |
| ] |
|
|
| [[package]] |
| name = "itoa" |
| version = "1.0.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" |
|
|
| [[package]] |
| name = "jni" |
| version = "0.21.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" |
| dependencies = [ |
| "cesu8", |
| "cfg-if 1.0.0", |
| "combine", |
| "jni-sys", |
| "log", |
| "thiserror", |
| "walkdir", |
| "windows-sys 0.45.0", |
| ] |
|
|
| [[package]] |
| name = "jni-sys" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" |
|
|
| [[package]] |
| name = "jobserver" |
| version = "0.1.31" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e" |
| dependencies = [ |
| "libc", |
| ] |
|
|
| [[package]] |
| name = "jpeg-decoder" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0" |
|
|
| [[package]] |
| name = "js-sys" |
| version = "0.3.69" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" |
| dependencies = [ |
| "wasm-bindgen", |
| ] |
|
|
| [[package]] |
| name = "json5" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1" |
| dependencies = [ |
| "pest", |
| "pest_derive", |
| "serde", |
| ] |
|
|
| [[package]] |
| name = "keccak" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654" |
| dependencies = [ |
| "cpufeatures", |
| ] |
|
|
| [[package]] |
| name = "kernel32-sys" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" |
| dependencies = [ |
| "winapi 0.2.8", |
| "winapi-build", |
| ] |
|
|
| [[package]] |
| name = "khronos-egl" |
| version = "6.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76" |
| dependencies = [ |
| "libc", |
| "libloading 0.8.3", |
| "pkg-config", |
| ] |
|
|
| [[package]] |
| name = "khronos_api" |
| version = "3.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc" |
|
|
| [[package]] |
| name = "kqueue" |
| version = "1.0.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c" |
| 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 = "kv-log-macro" |
| version = "1.0.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f" |
| dependencies = [ |
| "log", |
| ] |
|
|
| [[package]] |
| name = "lazy_static" |
| version = "1.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
| dependencies = [ |
| "spin 0.5.2", |
| ] |
|
|
| [[package]] |
| name = "lazycell" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" |
|
|
| [[package]] |
| name = "lexical-core" |
| version = "0.8.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2cde5de06e8d4c2faabc400238f9ae1c74d5412d03a7bd067645ccbc47070e46" |
| dependencies = [ |
| "lexical-parse-float", |
| "lexical-parse-integer", |
| "lexical-util", |
| "lexical-write-float", |
| "lexical-write-integer", |
| ] |
|
|
| [[package]] |
| name = "lexical-parse-float" |
| version = "0.8.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "683b3a5ebd0130b8fb52ba0bdc718cc56815b6a097e28ae5a6997d0ad17dc05f" |
| dependencies = [ |
| "lexical-parse-integer", |
| "lexical-util", |
| "static_assertions", |
| ] |
|
|
| [[package]] |
| name = "lexical-parse-integer" |
| version = "0.8.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6d0994485ed0c312f6d965766754ea177d07f9c00c9b82a5ee62ed5b47945ee9" |
| dependencies = [ |
| "lexical-util", |
| "static_assertions", |
| ] |
|
|
| [[package]] |
| name = "lexical-util" |
| version = "0.8.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5255b9ff16ff898710eb9eb63cb39248ea8a5bb036bea8085b1a767ff6c4e3fc" |
| dependencies = [ |
| "static_assertions", |
| ] |
|
|
| [[package]] |
| name = "lexical-write-float" |
| version = "0.8.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "accabaa1c4581f05a3923d1b4cfd124c329352288b7b9da09e766b0668116862" |
| dependencies = [ |
| "lexical-util", |
| "lexical-write-integer", |
| "static_assertions", |
| ] |
|
|
| [[package]] |
| name = "lexical-write-integer" |
| version = "0.8.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e1b6f3d1f4422866b68192d62f77bc5c700bee84f3069f2469d7bc8c77852446" |
| dependencies = [ |
| "lexical-util", |
| "static_assertions", |
| ] |
|
|
| [[package]] |
| name = "libc" |
| version = "0.2.155" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" |
|
|
| [[package]] |
| name = "libgit2-sys" |
| version = "0.16.2+1.7.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ee4126d8b4ee5c9d9ea891dd875cfdc1e9d0950437179104b183d7d8a74d24e8" |
| dependencies = [ |
| "cc", |
| "libc", |
| "libz-sys", |
| "pkg-config", |
| ] |
|
|
| [[package]] |
| name = "libloading" |
| version = "0.7.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" |
| dependencies = [ |
| "cfg-if 1.0.0", |
| "winapi 0.3.9", |
| ] |
|
|
| [[package]] |
| name = "libloading" |
| version = "0.8.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19" |
| dependencies = [ |
| "cfg-if 1.0.0", |
| "windows-targets 0.48.5", |
| ] |
|
|
| [[package]] |
| name = "libm" |
| version = "0.2.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" |
|
|
| [[package]] |
| name = "libredox" |
| version = "0.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3af92c55d7d839293953fcd0fda5ecfe93297cfde6ffbdec13b41d99c0ba6607" |
| dependencies = [ |
| "bitflags 2.5.0", |
| "libc", |
| "redox_syscall 0.4.1", |
| ] |
|
|
| [[package]] |
| name = "libredox" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" |
| dependencies = [ |
| "bitflags 2.5.0", |
| "libc", |
| ] |
|
|
| [[package]] |
| name = "libz-sys" |
| version = "1.1.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5e143b5e666b2695d28f6bca6497720813f699c9602dd7f5cac91008b8ada7f9" |
| dependencies = [ |
| "cc", |
| "libc", |
| "pkg-config", |
| "vcpkg", |
| ] |
|
|
| [[package]] |
| name = "line-wrap" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dd1bc4d24ad230d21fb898d1116b1801d7adfc449d42026475862ab48b11e70e" |
|
|
| [[package]] |
| name = "link-cplusplus" |
| version = "1.0.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9" |
| dependencies = [ |
| "cc", |
| ] |
|
|
| [[package]] |
| name = "linked-hash-map" |
| version = "0.5.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" |
|
|
| [[package]] |
| name = "linux-raw-sys" |
| version = "0.3.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" |
|
|
| [[package]] |
| name = "linux-raw-sys" |
| version = "0.4.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" |
|
|
| [[package]] |
| name = "litrs" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b4ce301924b7887e9d637144fdade93f9dfff9b60981d4ac161db09720d39aa5" |
|
|
| [[package]] |
| name = "local-ip-address" |
| version = "0.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "136ef34e18462b17bf39a7826f8f3bbc223341f8e83822beb8b77db9a3d49696" |
| dependencies = [ |
| "libc", |
| "neli", |
| "thiserror", |
| "windows-sys 0.48.0", |
| ] |
|
|
| [[package]] |
| name = "lock_api" |
| version = "0.4.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" |
| dependencies = [ |
| "autocfg", |
| "scopeguard", |
| "serde", |
| ] |
|
|
| [[package]] |
| name = "log" |
| version = "0.4.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" |
| dependencies = [ |
| "value-bag", |
| ] |
|
|
| [[package]] |
| name = "log-once" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6d8a05e3879b317b1b6dbf353e5bba7062bedcc59815267bb23eaa0c576cebf0" |
| dependencies = [ |
| "log", |
| ] |
|
|
| [[package]] |
| name = "lz4_flex" |
| version = "0.11.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "75761162ae2b0e580d7e7c390558127e5f01b4194debd6221fd8c207fc80e3f5" |
| dependencies = [ |
| "twox-hash", |
| ] |
|
|
| [[package]] |
| name = "macaw" |
| version = "0.18.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b8fdbfdf07a7e53090afb7fd427eb0a4b46fc51cb484b2deba27b47919762dfb" |
| dependencies = [ |
| "glam", |
| "num-traits", |
| "serde", |
| ] |
|
|
| [[package]] |
| name = "macro_rules_attribute" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cf0c9b980bf4f3a37fd7b1c066941dd1b1d0152ce6ee6e8fe8c49b9f6810d862" |
| dependencies = [ |
| "macro_rules_attribute-proc_macro", |
| "paste", |
| ] |
|
|
| [[package]] |
| name = "macro_rules_attribute-proc_macro" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "58093314a45e00c77d5c508f76e77c3396afbbc0d01506e7fae47b018bac2b1d" |
|
|
| [[package]] |
| name = "malloc_buf" |
| version = "0.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" |
| dependencies = [ |
| "libc", |
| ] |
|
|
| [[package]] |
| name = "matchers" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" |
| dependencies = [ |
| "regex-automata 0.1.10", |
| ] |
|
|
| [[package]] |
| name = "matchit" |
| version = "0.7.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94" |
|
|
| [[package]] |
| name = "matrixmultiply" |
| version = "0.3.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7574c1cf36da4798ab73da5b215bbf444f50718207754cb522201d78d1cd0ff2" |
| dependencies = [ |
| "autocfg", |
| "rawpointer", |
| ] |
|
|
| [[package]] |
| name = "md5" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771" |
|
|
| [[package]] |
| name = "memchr" |
| version = "2.7.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d" |
|
|
| [[package]] |
| name = "memmap2" |
| version = "0.9.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322" |
| dependencies = [ |
| "libc", |
| ] |
|
|
| [[package]] |
| name = "memoffset" |
| version = "0.6.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" |
| dependencies = [ |
| "autocfg", |
| ] |
|
|
| [[package]] |
| name = "memoffset" |
| version = "0.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4" |
| dependencies = [ |
| "autocfg", |
| ] |
|
|
| [[package]] |
| name = "memoffset" |
| version = "0.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" |
| dependencies = [ |
| "autocfg", |
| ] |
|
|
| [[package]] |
| name = "memory-stats" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "34f79cf9964c5c9545493acda1263f1912f8d2c56c8a2ffee2606cb960acaacc" |
| dependencies = [ |
| "libc", |
| "winapi 0.3.9", |
| ] |
|
|
| [[package]] |
| name = "metal" |
| version = "0.27.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c43f73953f8cbe511f021b58f18c3ce1c3d1ae13fe953293e13345bf83217f25" |
| dependencies = [ |
| "bitflags 2.5.0", |
| "block", |
| "core-graphics-types", |
| "foreign-types", |
| "log", |
| "objc", |
| "paste", |
| ] |
|
|
| [[package]] |
| name = "mime" |
| version = "0.3.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" |
|
|
| [[package]] |
| name = "mime_guess2" |
| version = "2.0.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "25a3333bb1609500601edc766a39b4c1772874a4ce26022f4d866854dc020c41" |
| dependencies = [ |
| "mime", |
| "unicase", |
| ] |
|
|
| [[package]] |
| name = "minimal-lexical" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" |
|
|
| [[package]] |
| name = "miniz_oxide" |
| version = "0.7.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "87dfd01fe195c66b572b37921ad8803d010623c0aca821bea2302239d155cdae" |
| dependencies = [ |
| "adler", |
| "simd-adler32", |
| ] |
|
|
| [[package]] |
| name = "mio" |
| version = "0.6.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4" |
| dependencies = [ |
| "cfg-if 0.1.10", |
| "fuchsia-zircon", |
| "fuchsia-zircon-sys", |
| "iovec", |
| "kernel32-sys", |
| "libc", |
| "log", |
| "miow", |
| "net2", |
| "slab", |
| "winapi 0.2.8", |
| ] |
|
|
| [[package]] |
| name = "mio" |
| version = "0.8.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" |
| dependencies = [ |
| "libc", |
| "log", |
| "wasi", |
| "windows-sys 0.48.0", |
| ] |
|
|
| [[package]] |
| name = "mio-extras" |
| version = "2.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19" |
| dependencies = [ |
| "lazycell", |
| "log", |
| "mio 0.6.23", |
| "slab", |
| ] |
|
|
| [[package]] |
| name = "miow" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d" |
| dependencies = [ |
| "kernel32-sys", |
| "net2", |
| "winapi 0.2.8", |
| "ws2_32-sys", |
| ] |
|
|
| [[package]] |
| name = "multiple-daemons-example-node" |
| version = "0.3.4" |
| dependencies = [ |
| "dora-node-api", |
| "eyre", |
| "futures", |
| "rand", |
| "tokio", |
| ] |
|
|
| [[package]] |
| name = "multiple-daemons-example-operator" |
| version = "0.3.4" |
| dependencies = [ |
| "dora-operator-api", |
| ] |
|
|
| [[package]] |
| name = "multiple-daemons-example-sink" |
| version = "0.3.4" |
| dependencies = [ |
| "dora-node-api", |
| "eyre", |
| ] |
|
|
| [[package]] |
| name = "naga" |
| version = "0.19.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "50e3524642f53d9af419ab5e8dd29d3ba155708267667c2f3f06c88c9e130843" |
| dependencies = [ |
| "bit-set", |
| "bitflags 2.5.0", |
| "codespan-reporting", |
| "hexf-parse", |
| "indexmap 2.2.6", |
| "log", |
| "num-traits", |
| "rustc-hash", |
| "spirv", |
| "termcolor", |
| "thiserror", |
| "unicode-xid", |
| ] |
|
|
| [[package]] |
| name = "names" |
| version = "0.14.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7bddcd3bf5144b6392de80e04c347cd7fab2508f6df16a85fc496ecd5cec39bc" |
| dependencies = [ |
| "clap 3.2.25", |
| "rand", |
| ] |
|
|
| [[package]] |
| name = "nanorand" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3" |
| dependencies = [ |
| "getrandom", |
| ] |
|
|
| [[package]] |
| name = "natord" |
| version = "1.0.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "308d96db8debc727c3fd9744aac51751243420e46edf401010908da7f8d5e57c" |
|
|
| [[package]] |
| name = "ndarray" |
| version = "0.15.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "adb12d4e967ec485a5f71c6311fe28158e9d6f4bc4a447b474184d0f91a8fa32" |
| dependencies = [ |
| "matrixmultiply", |
| "num-complex", |
| "num-integer", |
| "num-traits", |
| "rawpointer", |
| ] |
|
|
| [[package]] |
| name = "ndk" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7" |
| dependencies = [ |
| "bitflags 2.5.0", |
| "jni-sys", |
| "log", |
| "ndk-sys", |
| "num_enum", |
| "raw-window-handle 0.6.2", |
| "thiserror", |
| ] |
|
|
| [[package]] |
| name = "ndk-context" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" |
|
|
| [[package]] |
| name = "ndk-sys" |
| version = "0.5.0+25.2.9519653" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691" |
| dependencies = [ |
| "jni-sys", |
| ] |
|
|
| [[package]] |
| name = "neli" |
| version = "0.6.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1100229e06604150b3becd61a4965d5c70f3be1759544ea7274166f4be41ef43" |
| dependencies = [ |
| "byteorder", |
| "libc", |
| "log", |
| "neli-proc-macros", |
| ] |
|
|
| [[package]] |
| name = "neli-proc-macros" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c168194d373b1e134786274020dae7fc5513d565ea2ebb9bc9ff17ffb69106d4" |
| dependencies = [ |
| "either", |
| "proc-macro2", |
| "quote", |
| "serde", |
| "syn 1.0.109", |
| ] |
|
|
| [[package]] |
| name = "net2" |
| version = "0.2.39" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b13b648036a2339d06de780866fbdfda0dde886de7b3af2ddeba8b14f4ee34ac" |
| dependencies = [ |
| "cfg-if 0.1.10", |
| "libc", |
| "winapi 0.3.9", |
| ] |
|
|
| [[package]] |
| name = "never" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c96aba5aa877601bb3f6dd6a63a969e1f82e60646e81e71b14496995e9853c91" |
|
|
| [[package]] |
| name = "newline-converter" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1f71d09d5c87634207f894c6b31b6a2b2c64ea3bdcf71bd5599fdbbe1600c00f" |
| dependencies = [ |
| "unicode-segmentation", |
| ] |
|
|
| [[package]] |
| name = "nix" |
| version = "0.23.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8f3790c00a0150112de0f4cd161e3d7fc4b2d8a5542ffc35f099a2562aecb35c" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "cc", |
| "cfg-if 1.0.0", |
| "libc", |
| "memoffset 0.6.5", |
| ] |
|
|
| [[package]] |
| name = "nix" |
| version = "0.26.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "cfg-if 1.0.0", |
| "libc", |
| "memoffset 0.7.1", |
| "pin-utils", |
| ] |
|
|
| [[package]] |
| name = "nix" |
| version = "0.28.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4" |
| dependencies = [ |
| "bitflags 2.5.0", |
| "cfg-if 1.0.0", |
| "cfg_aliases 0.1.1", |
| "libc", |
| ] |
|
|
| [[package]] |
| name = "no-std-net" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "43794a0ace135be66a25d3ae77d41b91615fb68ae937f904090203e81f755b65" |
|
|
| [[package]] |
| name = "nohash-hasher" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451" |
|
|
| [[package]] |
| name = "nom" |
| version = "7.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" |
| dependencies = [ |
| "memchr", |
| "minimal-lexical", |
| ] |
|
|
| [[package]] |
| name = "notify" |
| version = "5.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "729f63e1ca555a43fe3efa4f3efdf4801c479da85b432242a7b726f353c88486" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "crossbeam-channel", |
| "filetime", |
| "fsevent-sys", |
| "inotify", |
| "kqueue", |
| "libc", |
| "mio 0.8.11", |
| "walkdir", |
| "windows-sys 0.45.0", |
| ] |
|
|
| [[package]] |
| name = "notify" |
| version = "6.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d" |
| dependencies = [ |
| "bitflags 2.5.0", |
| "crossbeam-channel", |
| "filetime", |
| "fsevent-sys", |
| "inotify", |
| "kqueue", |
| "libc", |
| "log", |
| "mio 0.8.11", |
| "walkdir", |
| "windows-sys 0.48.0", |
| ] |
|
|
| [[package]] |
| name = "ntapi" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4" |
| dependencies = [ |
| "winapi 0.3.9", |
| ] |
|
|
| [[package]] |
| name = "nu-ansi-term" |
| version = "0.46.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" |
| dependencies = [ |
| "overload", |
| "winapi 0.3.9", |
| ] |
|
|
| [[package]] |
| name = "nu-ansi-term" |
| version = "0.49.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c073d3c1930d0751774acf49e66653acecb416c3a54c6ec095a9b11caddb5a68" |
| dependencies = [ |
| "windows-sys 0.48.0", |
| ] |
|
|
| [[package]] |
| name = "num" |
| version = "0.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23" |
| dependencies = [ |
| "num-bigint", |
| "num-complex", |
| "num-integer", |
| "num-iter", |
| "num-rational", |
| "num-traits", |
| ] |
|
|
| [[package]] |
| name = "num-bigint" |
| version = "0.4.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c165a9ab64cf766f73521c0dd2cfdff64f488b8f0b3e621face3462d3db536d7" |
| dependencies = [ |
| "num-integer", |
| "num-traits", |
| ] |
|
|
| [[package]] |
| name = "num-bigint-dig" |
| version = "0.8.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151" |
| dependencies = [ |
| "byteorder", |
| "lazy_static", |
| "libm", |
| "num-integer", |
| "num-iter", |
| "num-traits", |
| "rand", |
| "smallvec", |
| "zeroize", |
| ] |
|
|
| [[package]] |
| name = "num-complex" |
| version = "0.4.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" |
| dependencies = [ |
| "num-traits", |
| ] |
|
|
| [[package]] |
| name = "num-conv" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" |
|
|
| [[package]] |
| name = "num-derive" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.65", |
| ] |
|
|
| [[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-iter" |
| version = "0.1.45" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" |
| dependencies = [ |
| "autocfg", |
| "num-integer", |
| "num-traits", |
| ] |
|
|
| [[package]] |
| name = "num-rational" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" |
| dependencies = [ |
| "num-bigint", |
| "num-integer", |
| "num-traits", |
| ] |
|
|
| [[package]] |
| name = "num-traits" |
| version = "0.2.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
| dependencies = [ |
| "autocfg", |
| "libm", |
| ] |
|
|
| [[package]] |
| name = "num_cpus" |
| version = "1.16.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" |
| dependencies = [ |
| "hermit-abi 0.3.9", |
| "libc", |
| ] |
|
|
| [[package]] |
| name = "num_enum" |
| version = "0.7.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "02339744ee7253741199f897151b38e72257d13802d4ee837285cc2990a90845" |
| dependencies = [ |
| "num_enum_derive", |
| ] |
|
|
| [[package]] |
| name = "num_enum_derive" |
| version = "0.7.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "681030a937600a36906c185595136d26abfebb4aa9c65701cefcaf8578bb982b" |
| dependencies = [ |
| "proc-macro-crate 3.1.0", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.65", |
| ] |
|
|
| [[package]] |
| name = "num_threads" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9" |
| dependencies = [ |
| "libc", |
| ] |
|
|
| [[package]] |
| name = "nvml-wrapper" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7cd21b9f5a1cce3c3515c9ffa85f5c7443e07162dae0ccf4339bb7ca38ad3454" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "libloading 0.7.4", |
| "nvml-wrapper-sys", |
| "static_assertions", |
| "thiserror", |
| "wrapcenum-derive", |
| ] |
|
|
| [[package]] |
| name = "nvml-wrapper-sys" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c961a2ea9e91c59a69b78e69090f6f5b867bb46c0c56de9482da232437c4987e" |
| dependencies = [ |
| "libloading 0.7.4", |
| ] |
|
|
| [[package]] |
| name = "objc" |
| version = "0.2.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" |
| dependencies = [ |
| "malloc_buf", |
| "objc_exception", |
| ] |
|
|
| [[package]] |
| name = "objc-foundation" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9" |
| dependencies = [ |
| "block", |
| "objc", |
| "objc_id", |
| ] |
|
|
| [[package]] |
| name = "objc-sys" |
| version = "0.2.0-beta.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "df3b9834c1e95694a05a828b59f55fa2afec6288359cda67146126b3f90a55d7" |
|
|
| [[package]] |
| name = "objc-sys" |
| version = "0.3.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310" |
|
|
| [[package]] |
| name = "objc2" |
| version = "0.3.0-beta.3.patch-leaks.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7e01640f9f2cb1220bbe80325e179e532cb3379ebcd1bf2279d703c19fe3a468" |
| dependencies = [ |
| "block2 0.2.0-alpha.6", |
| "objc-sys 0.2.0-beta.2", |
| "objc2-encode 2.0.0-pre.2", |
| ] |
|
|
| [[package]] |
| name = "objc2" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "559c5a40fdd30eb5e344fbceacf7595a81e242529fb4e21cf5f43fb4f11ff98d" |
| dependencies = [ |
| "objc-sys 0.3.5", |
| "objc2-encode 3.0.0", |
| ] |
|
|
| [[package]] |
| name = "objc2" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804" |
| dependencies = [ |
| "objc-sys 0.3.5", |
| "objc2-encode 4.0.3", |
| ] |
|
|
| [[package]] |
| name = "objc2-app-kit" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff" |
| dependencies = [ |
| "bitflags 2.5.0", |
| "block2 0.5.1", |
| "libc", |
| "objc2 0.5.2", |
| "objc2-core-data", |
| "objc2-core-image", |
| "objc2-foundation", |
| "objc2-quartz-core", |
| ] |
|
|
| [[package]] |
| name = "objc2-core-data" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef" |
| dependencies = [ |
| "bitflags 2.5.0", |
| "block2 0.5.1", |
| "objc2 0.5.2", |
| "objc2-foundation", |
| ] |
|
|
| [[package]] |
| name = "objc2-core-image" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80" |
| dependencies = [ |
| "block2 0.5.1", |
| "objc2 0.5.2", |
| "objc2-foundation", |
| "objc2-metal", |
| ] |
|
|
| [[package]] |
| name = "objc2-encode" |
| version = "2.0.0-pre.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "abfcac41015b00a120608fdaa6938c44cb983fee294351cc4bac7638b4e50512" |
| dependencies = [ |
| "objc-sys 0.2.0-beta.2", |
| ] |
|
|
| [[package]] |
| name = "objc2-encode" |
| version = "3.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d079845b37af429bfe5dfa76e6d087d788031045b25cfc6fd898486fd9847666" |
|
|
| [[package]] |
| name = "objc2-encode" |
| version = "4.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8" |
|
|
| [[package]] |
| name = "objc2-foundation" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8" |
| dependencies = [ |
| "bitflags 2.5.0", |
| "block2 0.5.1", |
| "libc", |
| "objc2 0.5.2", |
| ] |
|
|
| [[package]] |
| name = "objc2-metal" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6" |
| dependencies = [ |
| "bitflags 2.5.0", |
| "block2 0.5.1", |
| "objc2 0.5.2", |
| "objc2-foundation", |
| ] |
|
|
| [[package]] |
| name = "objc2-quartz-core" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a" |
| dependencies = [ |
| "bitflags 2.5.0", |
| "block2 0.5.1", |
| "objc2 0.5.2", |
| "objc2-foundation", |
| "objc2-metal", |
| ] |
|
|
| [[package]] |
| name = "objc_exception" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4" |
| dependencies = [ |
| "cc", |
| ] |
|
|
| [[package]] |
| name = "objc_id" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b" |
| dependencies = [ |
| "objc", |
| ] |
|
|
| [[package]] |
| name = "object" |
| version = "0.32.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" |
| dependencies = [ |
| "memchr", |
| ] |
|
|
| [[package]] |
| name = "once_cell" |
| version = "1.19.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" |
|
|
| [[package]] |
| name = "onig" |
| version = "6.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8c4b31c8722ad9171c6d77d3557db078cab2bd50afcc9d09c8b315c59df8ca4f" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "libc", |
| "once_cell", |
| "onig_sys", |
| ] |
|
|
| [[package]] |
| name = "onig_sys" |
| version = "69.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7b829e3d7e9cc74c7e315ee8edb185bf4190da5acde74afd7fc59c35b1f086e7" |
| dependencies = [ |
| "cc", |
| "pkg-config", |
| ] |
|
|
| [[package]] |
| name = "openssl-probe" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" |
|
|
| [[package]] |
| name = "opentelemetry" |
| version = "0.18.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "69d6c3d7288a106c0a363e4b0e8d308058d56902adefb16f4936f417ffef086e" |
| dependencies = [ |
| "opentelemetry_api", |
| "opentelemetry_sdk 0.18.0", |
| ] |
|
|
| [[package]] |
| name = "opentelemetry" |
| version = "0.22.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "900d57987be3f2aeb70d385fff9b27fb74c5723cc9a52d904d4f9c807a0667bf" |
| dependencies = [ |
| "futures-core", |
| "futures-sink", |
| "js-sys", |
| "once_cell", |
| "pin-project-lite", |
| "thiserror", |
| "urlencoding", |
| ] |
|
|
| [[package]] |
| name = "opentelemetry-jaeger" |
| version = "0.17.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e785d273968748578931e4dc3b4f5ec86b26e09d9e0d66b55adda7fce742f7a" |
| dependencies = [ |
| "async-trait", |
| "futures", |
| "futures-executor", |
| "once_cell", |
| "opentelemetry 0.18.0", |
| "opentelemetry-semantic-conventions 0.10.0", |
| "thiserror", |
| "thrift 0.16.0", |
| "tokio", |
| ] |
|
|
| [[package]] |
| name = "opentelemetry-otlp" |
| version = "0.15.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1a016b8d9495c639af2145ac22387dcb88e44118e45320d9238fbf4e7889abcb" |
| dependencies = [ |
| "async-trait", |
| "futures-core", |
| "http 0.2.12", |
| "opentelemetry 0.22.0", |
| "opentelemetry-proto", |
| "opentelemetry-semantic-conventions 0.14.0", |
| "opentelemetry_sdk 0.22.1", |
| "prost", |
| "thiserror", |
| "tokio", |
| "tonic", |
| ] |
|
|
| [[package]] |
| name = "opentelemetry-proto" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3a8fddc9b68f5b80dae9d6f510b88e02396f006ad48cac349411fbecc80caae4" |
| dependencies = [ |
| "opentelemetry 0.22.0", |
| "opentelemetry_sdk 0.22.1", |
| "prost", |
| "tonic", |
| ] |
|
|
| [[package]] |
| name = "opentelemetry-semantic-conventions" |
| version = "0.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9b02e0230abb0ab6636d18e2ba8fa02903ea63772281340ccac18e0af3ec9eeb" |
| dependencies = [ |
| "opentelemetry 0.18.0", |
| ] |
|
|
| [[package]] |
| name = "opentelemetry-semantic-conventions" |
| version = "0.14.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f9ab5bd6c42fb9349dcf28af2ba9a0667f697f9bdcca045d39f2cec5543e2910" |
|
|
| [[package]] |
| name = "opentelemetry-system-metrics" |
| version = "0.1.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1dca748d4fe59e208f6c71bde86573d326f98ed29696d31dbf7d2454b8f1af2d" |
| dependencies = [ |
| "eyre", |
| "indexmap 1.9.3", |
| "nvml-wrapper", |
| "opentelemetry 0.22.0", |
| "sysinfo 0.29.11", |
| "tracing", |
| ] |
|
|
| [[package]] |
| name = "opentelemetry_api" |
| version = "0.18.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c24f96e21e7acc813c7a8394ee94978929db2bcc46cf6b5014fc612bf7760c22" |
| dependencies = [ |
| "fnv", |
| "futures-channel", |
| "futures-util", |
| "indexmap 1.9.3", |
| "js-sys", |
| "once_cell", |
| "pin-project-lite", |
| "thiserror", |
| ] |
|
|
| [[package]] |
| name = "opentelemetry_sdk" |
| version = "0.18.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1ca41c4933371b61c2a2f214bf16931499af4ec90543604ec828f7a625c09113" |
| dependencies = [ |
| "async-trait", |
| "crossbeam-channel", |
| "dashmap", |
| "fnv", |
| "futures-channel", |
| "futures-executor", |
| "futures-util", |
| "once_cell", |
| "opentelemetry_api", |
| "percent-encoding", |
| "rand", |
| "thiserror", |
| "tokio", |
| "tokio-stream", |
| ] |
|
|
| [[package]] |
| name = "opentelemetry_sdk" |
| version = "0.22.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9e90c7113be649e31e9a0f8b5ee24ed7a16923b322c3c5ab6367469c049d6b7e" |
| dependencies = [ |
| "async-trait", |
| "crossbeam-channel", |
| "futures-channel", |
| "futures-executor", |
| "futures-util", |
| "glob", |
| "once_cell", |
| "opentelemetry 0.22.0", |
| "ordered-float 4.2.0", |
| "percent-encoding", |
| "rand", |
| "thiserror", |
| "tokio", |
| "tokio-stream", |
| ] |
|
|
| [[package]] |
| name = "option-ext" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" |
|
|
| [[package]] |
| name = "orbclient" |
| version = "0.3.47" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "52f0d54bde9774d3a51dcf281a5def240c71996bc6ca05d2c847ec8b2b216166" |
| dependencies = [ |
| "libredox 0.0.2", |
| ] |
|
|
| [[package]] |
| name = "ordered-float" |
| version = "1.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7" |
| dependencies = [ |
| "num-traits", |
| ] |
|
|
| [[package]] |
| name = "ordered-float" |
| version = "2.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c" |
| dependencies = [ |
| "num-traits", |
| ] |
|
|
| [[package]] |
| name = "ordered-float" |
| version = "3.9.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc" |
| dependencies = [ |
| "num-traits", |
| ] |
|
|
| [[package]] |
| name = "ordered-float" |
| version = "4.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a76df7075c7d4d01fdcb46c912dd17fba5b60c78ea480b475f2b6ab6f666584e" |
| dependencies = [ |
| "num-traits", |
| ] |
|
|
| [[package]] |
| name = "ordered-stream" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50" |
| dependencies = [ |
| "futures-core", |
| "pin-project-lite", |
| ] |
|
|
| [[package]] |
| name = "os_str_bytes" |
| version = "6.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1" |
|
|
| [[package]] |
| name = "overload" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" |
|
|
| [[package]] |
| name = "owned_ttf_parser" |
| version = "0.21.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6b41438d2fc63c46c74a2203bf5ccd82c41ba04347b2fcf5754f230b167067d5" |
| dependencies = [ |
| "ttf-parser", |
| ] |
|
|
| [[package]] |
| name = "parking" |
| version = "2.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae" |
|
|
| [[package]] |
| name = "parking_lot" |
| version = "0.12.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7e4af0ca4f6caed20e900d564c242b8e5d4903fdacf31d3daf527b66fe6f42fb" |
| dependencies = [ |
| "lock_api", |
| "parking_lot_core", |
| ] |
|
|
| [[package]] |
| name = "parking_lot_core" |
| version = "0.9.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" |
| dependencies = [ |
| "cfg-if 1.0.0", |
| "libc", |
| "redox_syscall 0.5.1", |
| "smallvec", |
| "windows-targets 0.52.5", |
| ] |
|
|
| [[package]] |
| name = "parquet" |
| version = "52.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "29c3b5322cc1bbf67f11c079c42be41a55949099b78732f7dba9e15edde40eab" |
| dependencies = [ |
| "ahash", |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-cast", |
| "arrow-data", |
| "arrow-ipc", |
| "arrow-schema", |
| "arrow-select", |
| "base64 0.22.1", |
| "brotli", |
| "bytes", |
| "chrono", |
| "flate2", |
| "futures", |
| "half", |
| "hashbrown 0.14.5", |
| "lz4_flex", |
| "num", |
| "num-bigint", |
| "paste", |
| "seq-macro", |
| "snap", |
| "thrift 0.17.0", |
| "tokio", |
| "twox-hash", |
| "zstd", |
| "zstd-sys", |
| ] |
|
|
| [[package]] |
| name = "paste" |
| version = "1.0.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" |
|
|
| [[package]] |
| name = "path_abs" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "05ef02f6342ac01d8a93b65f96db53fe68a92a15f41144f97fb00a9e669633c3" |
| dependencies = [ |
| "std_prelude", |
| ] |
|
|
| [[package]] |
| name = "pathdiff" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" |
|
|
| [[package]] |
| name = "peg" |
| version = "0.6.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9f76678828272f177ac33b7e2ac2e3e73cc6c1cd1e3e387928aa69562fa51367" |
| dependencies = [ |
| "peg-macros", |
| "peg-runtime", |
| ] |
|
|
| [[package]] |
| name = "peg-macros" |
| version = "0.6.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "636d60acf97633e48d266d7415a9355d4389cea327a193f87df395d88cd2b14d" |
| dependencies = [ |
| "peg-runtime", |
| "proc-macro2", |
| "quote", |
| ] |
|
|
| [[package]] |
| name = "peg-runtime" |
| version = "0.6.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9555b1514d2d99d78150d3c799d4c357a3e2c2a8062cd108e93a06d9057629c5" |
|
|
| [[package]] |
| name = "pem-rfc7468" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "24d159833a9105500e0398934e205e0773f0b27529557134ecfc51c27646adac" |
| dependencies = [ |
| "base64ct", |
| ] |
|
|
| [[package]] |
| name = "percent-encoding" |
| version = "2.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" |
|
|
| [[package]] |
| name = "pest" |
| version = "2.7.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "560131c633294438da9f7c4b08189194b20946c8274c6b9e38881a7874dc8ee8" |
| dependencies = [ |
| "memchr", |
| "thiserror", |
| "ucd-trie", |
| ] |
|
|
| [[package]] |
| name = "pest_derive" |
| version = "2.7.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "26293c9193fbca7b1a3bf9b79dc1e388e927e6cacaa78b4a3ab705a1d3d41459" |
| dependencies = [ |
| "pest", |
| "pest_generator", |
| ] |
|
|
| [[package]] |
| name = "pest_generator" |
| version = "2.7.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3ec22af7d3fb470a85dd2ca96b7c577a1eb4ef6f1683a9fe9a8c16e136c04687" |
| dependencies = [ |
| "pest", |
| "pest_meta", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.65", |
| ] |
|
|
| [[package]] |
| name = "pest_meta" |
| version = "2.7.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d7a240022f37c361ec1878d646fc5b7d7c4d28d5946e1a80ad5a7a4f4ca0bdcd" |
| dependencies = [ |
| "once_cell", |
| "pest", |
| "sha2", |
| ] |
|
|
| [[package]] |
| name = "petgraph" |
| version = "0.6.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" |
| dependencies = [ |
| "fixedbitset", |
| "indexmap 2.2.6", |
| ] |
|
|
| [[package]] |
| name = "pin-project" |
| version = "1.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3" |
| dependencies = [ |
| "pin-project-internal", |
| ] |
|
|
| [[package]] |
| name = "pin-project-internal" |
| version = "1.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.65", |
| ] |
|
|
| [[package]] |
| name = "pin-project-lite" |
| version = "0.2.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" |
|
|
| [[package]] |
| name = "pin-utils" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
|
|
| [[package]] |
| name = "piper" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "464db0c665917b13ebb5d453ccdec4add5658ee1adc7affc7677615356a8afaf" |
| dependencies = [ |
| "atomic-waker", |
| "fastrand 2.1.0", |
| "futures-io", |
| ] |
|
|
| [[package]] |
| name = "pkcs1" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eff33bdbdfc54cc98a2eca766ebdec3e1b8fb7387523d5c9c9a2891da856f719" |
| dependencies = [ |
| "der", |
| "pkcs8", |
| "spki", |
| "zeroize", |
| ] |
|
|
| [[package]] |
| name = "pkcs8" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba" |
| dependencies = [ |
| "der", |
| "spki", |
| ] |
|
|
| [[package]] |
| name = "pkg-config" |
| version = "0.3.30" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" |
|
|
| [[package]] |
| name = "planus" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fc1691dd09e82f428ce8d6310bd6d5da2557c82ff17694d2a32cad7242aea89f" |
| dependencies = [ |
| "array-init-cursor", |
| ] |
|
|
| [[package]] |
| name = "plist" |
| version = "1.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d9d34169e64b3c7a80c8621a48adaf44e0cf62c78a9b25dd9dd35f1881a17cf9" |
| dependencies = [ |
| "base64 0.21.7", |
| "indexmap 2.2.6", |
| "line-wrap", |
| "quick-xml", |
| "serde", |
| "time", |
| ] |
|
|
| [[package]] |
| name = "ply-rs" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dbadf9cb4a79d516de4c64806fe64ffbd8161d1ac685d000be789fb628b88963" |
| dependencies = [ |
| "byteorder", |
| "linked-hash-map", |
| "peg", |
| "skeptic", |
| ] |
|
|
| [[package]] |
| name = "pnet" |
| version = "0.31.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0caaf5b11fd907ff15cf14a4477bfabca4b37ab9e447a4f8dead969a59cdafad" |
| dependencies = [ |
| "pnet_base", |
| "pnet_datalink", |
| "pnet_packet", |
| "pnet_transport", |
| ] |
|
|
| [[package]] |
| name = "pnet_base" |
| version = "0.31.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f9d3a993d49e5fd5d4d854d6999d4addca1f72d86c65adf224a36757161c02b6" |
| dependencies = [ |
| "no-std-net", |
| ] |
|
|
| [[package]] |
| name = "pnet_datalink" |
| version = "0.31.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e466faf03a98ad27f6e15cd27a2b7cc89e73e640a43527742977bc503c37f8aa" |
| dependencies = [ |
| "ipnetwork", |
| "libc", |
| "pnet_base", |
| "pnet_sys", |
| "winapi 0.3.9", |
| ] |
|
|
| [[package]] |
| name = "pnet_macros" |
| version = "0.31.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "48dd52a5211fac27e7acb14cfc9f30ae16ae0e956b7b779c8214c74559cef4c3" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "regex", |
| "syn 1.0.109", |
| ] |
|
|
| [[package]] |
| name = "pnet_macros_support" |
| version = "0.31.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "89de095dc7739349559913aed1ef6a11e73ceade4897dadc77c5e09de6740750" |
| dependencies = [ |
| "pnet_base", |
| ] |
|
|
| [[package]] |
| name = "pnet_packet" |
| version = "0.31.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bc3b5111e697c39c8b9795b9fdccbc301ab696699e88b9ea5a4e4628978f495f" |
| dependencies = [ |
| "glob", |
| "pnet_base", |
| "pnet_macros", |
| "pnet_macros_support", |
| ] |
|
|
| [[package]] |
| name = "pnet_sys" |
| version = "0.31.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "328e231f0add6d247d82421bf3790b4b33b39c8930637f428eef24c4c6a90805" |
| dependencies = [ |
| "libc", |
| "winapi 0.3.9", |
| ] |
|
|
| [[package]] |
| name = "pnet_transport" |
| version = "0.31.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ff597185e6f1f5671b3122e4dba892a1c73e17c17e723d7669bd9299cbe7f124" |
| dependencies = [ |
| "libc", |
| "pnet_base", |
| "pnet_packet", |
| "pnet_sys", |
| ] |
|
|
| [[package]] |
| name = "png" |
| version = "0.17.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "crc32fast", |
| "fdeflate", |
| "flate2", |
| "miniz_oxide", |
| ] |
|
|
| [[package]] |
| name = "poll-promise" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5f6a58fecbf9da8965bcdb20ce4fd29788d1acee68ddbb64f0ba1b81bccdb7df" |
| dependencies = [ |
| "document-features", |
| "static_assertions", |
| "wasm-bindgen", |
| "wasm-bindgen-futures", |
| ] |
|
|
| [[package]] |
| name = "polling" |
| version = "2.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce" |
| dependencies = [ |
| "autocfg", |
| "bitflags 1.3.2", |
| "cfg-if 1.0.0", |
| "concurrent-queue", |
| "libc", |
| "log", |
| "pin-project-lite", |
| "windows-sys 0.48.0", |
| ] |
|
|
| [[package]] |
| name = "polling" |
| version = "3.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "645493cf344456ef24219d02a768cf1fb92ddf8c92161679ae3d91b91a637be3" |
| dependencies = [ |
| "cfg-if 1.0.0", |
| "concurrent-queue", |
| "hermit-abi 0.3.9", |
| "pin-project-lite", |
| "rustix 0.38.34", |
| "tracing", |
| "windows-sys 0.52.0", |
| ] |
|
|
| [[package]] |
| name = "pollster" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "22686f4785f02a4fcc856d3b3bb19bf6c8160d103f7a99cc258bddd0251dc7f2" |
|
|
| [[package]] |
| name = "portable-atomic" |
| version = "1.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0" |
|
|
| [[package]] |
| name = "powerfmt" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" |
|
|
| [[package]] |
| name = "ppv-lite86" |
| version = "0.2.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" |
|
|
| [[package]] |
| name = "presser" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa" |
|
|
| [[package]] |
| name = "prettyplease" |
| version = "0.1.25" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6c8646e95016a7a6c4adea95bafa8a16baab64b583356217f2c85db4a39d9a86" |
| dependencies = [ |
| "proc-macro2", |
| "syn 1.0.109", |
| ] |
|
|
| [[package]] |
| name = "prettyplease" |
| version = "0.2.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5f12335488a2f3b0a83b14edad48dca9879ce89b2edd10e80237e4e852dd645e" |
| dependencies = [ |
| "proc-macro2", |
| "syn 2.0.65", |
| ] |
|
|
| [[package]] |
| name = "proc-macro-crate" |
| version = "1.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" |
| dependencies = [ |
| "once_cell", |
| "toml_edit 0.19.15", |
| ] |
|
|
| [[package]] |
| name = "proc-macro-crate" |
| version = "3.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284" |
| dependencies = [ |
| "toml_edit 0.21.1", |
| ] |
|
|
| [[package]] |
| name = "proc-macro-error" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" |
| dependencies = [ |
| "proc-macro-error-attr", |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| "version_check", |
| ] |
|
|
| [[package]] |
| name = "proc-macro-error-attr" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "version_check", |
| ] |
|
|
| [[package]] |
| name = "proc-macro2" |
| version = "1.0.85" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "22244ce15aa966053a896d1accb3a6e68469b97c7f33f284b99f0d576879fc23" |
| dependencies = [ |
| "unicode-ident", |
| ] |
|
|
| [[package]] |
| name = "profiling" |
| version = "1.0.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "43d84d1d7a6ac92673717f9f6d1518374ef257669c24ebc5ac25d5033828be58" |
| dependencies = [ |
| "profiling-procmacros", |
| "puffin", |
| ] |
|
|
| [[package]] |
| name = "profiling-procmacros" |
| version = "1.0.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8021cf59c8ec9c432cfc2526ac6b8aa508ecaf29cd415f271b8406c1b851c3fd" |
| dependencies = [ |
| "quote", |
| "syn 2.0.65", |
| ] |
|
|
| [[package]] |
| name = "prost" |
| version = "0.12.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29" |
| dependencies = [ |
| "bytes", |
| "prost-derive", |
| ] |
|
|
| [[package]] |
| name = "prost-derive" |
| version = "0.12.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1" |
| dependencies = [ |
| "anyhow", |
| "itertools 0.12.1", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.65", |
| ] |
|
|
| [[package]] |
| name = "puffin" |
| version = "0.19.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b9f76ad4bb049fded4e572df72cbb6381ff5d1f41f85c3a04b56e4eca287a02f" |
| dependencies = [ |
| "anyhow", |
| "bincode", |
| "byteorder", |
| "cfg-if 1.0.0", |
| "lz4_flex", |
| "once_cell", |
| "parking_lot", |
| "serde", |
| ] |
|
|
| [[package]] |
| name = "puffin_http" |
| version = "0.16.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4936c085e48efc86f6d96609dc5086d1d236afe3ec4676f09b157a4f4be83ff6" |
| dependencies = [ |
| "anyhow", |
| "crossbeam-channel", |
| "log", |
| "parking_lot", |
| "puffin", |
| ] |
|
|
| [[package]] |
| name = "pulldown-cmark" |
| version = "0.9.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b" |
| dependencies = [ |
| "bitflags 2.5.0", |
| "memchr", |
| "unicase", |
| ] |
|
|
| [[package]] |
| name = "pulldown-cmark" |
| version = "0.10.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993" |
| dependencies = [ |
| "bitflags 2.5.0", |
| "memchr", |
| "unicase", |
| ] |
|
|
| [[package]] |
| name = "pyo3" |
| version = "0.21.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a5e00b96a521718e08e03b1a622f01c8a8deb50719335de3f60b3b3950f069d8" |
| dependencies = [ |
| "cfg-if 1.0.0", |
| "eyre", |
| "indoc", |
| "libc", |
| "memoffset 0.9.1", |
| "parking_lot", |
| "portable-atomic", |
| "pyo3-build-config", |
| "pyo3-ffi", |
| "pyo3-macros", |
| "serde", |
| "unindent", |
| ] |
|
|
| [[package]] |
| name = "pyo3-build-config" |
| version = "0.21.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7883df5835fafdad87c0d888b266c8ec0f4c9ca48a5bed6bbb592e8dedee1b50" |
| dependencies = [ |
| "once_cell", |
| "target-lexicon", |
| ] |
|
|
| [[package]] |
| name = "pyo3-ffi" |
| version = "0.21.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "01be5843dc60b916ab4dad1dca6d20b9b4e6ddc8e15f50c47fe6d85f1fb97403" |
| dependencies = [ |
| "libc", |
| "pyo3-build-config", |
| ] |
|
|
| [[package]] |
| name = "pyo3-macros" |
| version = "0.21.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "77b34069fc0682e11b31dbd10321cbf94808394c56fd996796ce45217dfac53c" |
| dependencies = [ |
| "proc-macro2", |
| "pyo3-macros-backend", |
| "quote", |
| "syn 2.0.65", |
| ] |
|
|
| [[package]] |
| name = "pyo3-macros-backend" |
| version = "0.21.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "08260721f32db5e1a5beae69a55553f56b99bd0e1c3e6e0a5e8851a9d0f5a85c" |
| dependencies = [ |
| "heck 0.4.1", |
| "proc-macro2", |
| "pyo3-build-config", |
| "quote", |
| "syn 2.0.65", |
| ] |
|
|
| [[package]] |
| name = "pythonize" |
| version = "0.21.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9d0664248812c38cc55a4ed07f88e4df516ce82604b93b1ffdc041aa77a6cb3c" |
| dependencies = [ |
| "pyo3", |
| "serde", |
| ] |
|
|
| [[package]] |
| name = "quick-xml" |
| version = "0.31.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33" |
| dependencies = [ |
| "memchr", |
| ] |
|
|
| [[package]] |
| name = "quinn" |
| version = "0.9.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2e8b432585672228923edbbf64b8b12c14e1112f62e88737655b4a083dbcd78e" |
| dependencies = [ |
| "bytes", |
| "pin-project-lite", |
| "quinn-proto", |
| "quinn-udp", |
| "rustc-hash", |
| "rustls 0.20.9", |
| "thiserror", |
| "tokio", |
| "tracing", |
| "webpki", |
| ] |
|
|
| [[package]] |
| name = "quinn-proto" |
| version = "0.9.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "94b0b33c13a79f669c85defaf4c275dc86a0c0372807d0ca3d78e0bb87274863" |
| dependencies = [ |
| "bytes", |
| "rand", |
| "ring 0.16.20", |
| "rustc-hash", |
| "rustls 0.20.9", |
| "rustls-native-certs", |
| "slab", |
| "thiserror", |
| "tinyvec", |
| "tracing", |
| "webpki", |
| ] |
|
|
| [[package]] |
| name = "quinn-udp" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "641538578b21f5e5c8ea733b736895576d0fe329bb883b937db6f4d163dbaaf4" |
| dependencies = [ |
| "libc", |
| "quinn-proto", |
| "socket2 0.4.10", |
| "tracing", |
| "windows-sys 0.42.0", |
| ] |
|
|
| [[package]] |
| name = "quote" |
| version = "1.0.36" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" |
| dependencies = [ |
| "proc-macro2", |
| ] |
|
|
| [[package]] |
| name = "radium" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" |
|
|
| [[package]] |
| name = "rand" |
| version = "0.8.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
| dependencies = [ |
| "libc", |
| "rand_chacha", |
| "rand_core", |
| ] |
|
|
| [[package]] |
| name = "rand_chacha" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
| dependencies = [ |
| "ppv-lite86", |
| "rand_core", |
| ] |
|
|
| [[package]] |
| name = "rand_core" |
| version = "0.6.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
| dependencies = [ |
| "getrandom", |
| ] |
|
|
| [[package]] |
| name = "raw-window-handle" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9" |
|
|
| [[package]] |
| name = "raw-window-handle" |
| version = "0.6.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539" |
|
|
| [[package]] |
| name = "raw_sync_2" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f067b45fa17e31d15636789c2638bd562da5496d498876cf0495df78f7e4fdcb" |
| dependencies = [ |
| "cfg-if 1.0.0", |
| "libc", |
| "nix 0.23.2", |
| "rand", |
| "winapi 0.3.9", |
| ] |
|
|
| [[package]] |
| name = "rawpointer" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3" |
|
|
| [[package]] |
| name = "rayon" |
| version = "1.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" |
| dependencies = [ |
| "either", |
| "rayon-core", |
| ] |
|
|
| [[package]] |
| name = "rayon-core" |
| version = "1.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" |
| dependencies = [ |
| "crossbeam-deque", |
| "crossbeam-utils", |
| ] |
|
|
| [[package]] |
| name = "re_analytics" |
| version = "0.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "28ed083fc621e7e7d9b9a17dbb4986a5329a05ac1ff52692e77826820eac4de9" |
| dependencies = [ |
| "crossbeam", |
| "directories-next", |
| "ehttp", |
| "re_build_info", |
| "re_build_tools", |
| "re_log", |
| "serde", |
| "serde_json", |
| "sha2", |
| "thiserror", |
| "time", |
| "uuid", |
| "web-sys", |
| ] |
|
|
| [[package]] |
| name = "re_arrow2" |
| version = "0.17.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c1285f33f03e2faf9f77b06c19f32f8c54792a4cbb19df762b9ea70b79e0773d" |
| dependencies = [ |
| "ahash", |
| "arrow-format", |
| "bytemuck", |
| "chrono", |
| "comfy-table", |
| "dyn-clone", |
| "either", |
| "ethnum", |
| "foreign_vec", |
| "getrandom", |
| "hash_hasher", |
| "hashbrown 0.14.5", |
| "num-traits", |
| "rustc_version", |
| "simdutf8", |
| ] |
|
|
| [[package]] |
| name = "re_build_info" |
| version = "0.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "147f2e79d9d8ef833666413adbc795403e250cfd8f29f41ede198a5a4dde8612" |
|
|
| [[package]] |
| name = "re_build_tools" |
| version = "0.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "88dd6c26a72f68dd437dcbb462dc4fd5b6ab439f41f2dce2a12b95300266f725" |
| dependencies = [ |
| "anyhow", |
| "cargo_metadata 0.18.1", |
| "glob", |
| "sha2", |
| "time", |
| "unindent", |
| "walkdir", |
| ] |
|
|
| [[package]] |
| name = "re_crash_handler" |
| version = "0.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3feb098f6d9840f771f00b9c753f45eaa39687c5eac23549dbfe878a62c7d53d" |
| dependencies = [ |
| "backtrace", |
| "itertools 0.12.1", |
| "libc", |
| "parking_lot", |
| "re_analytics", |
| "re_build_info", |
| ] |
|
|
| [[package]] |
| name = "re_data_source" |
| version = "0.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "aa09ab2bd8dfb4d3a0c9541adf1ddf1eb880812a8d2e24875533bfce644db469" |
| dependencies = [ |
| "ahash", |
| "anyhow", |
| "image 0.24.9", |
| "itertools 0.12.1", |
| "once_cell", |
| "parking_lot", |
| "rayon", |
| "re_build_tools", |
| "re_log", |
| "re_log_encoding", |
| "re_log_types", |
| "re_smart_channel", |
| "re_tracing", |
| "re_types", |
| "re_ws_comms", |
| "thiserror", |
| "walkdir", |
| ] |
|
|
| [[package]] |
| name = "re_data_store" |
| version = "0.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8faaee8c6f3c9aedf3b1b6c22050661861e41a8840f664d7685f6875667c9ba0" |
| dependencies = [ |
| "ahash", |
| "document-features", |
| "indent", |
| "itertools 0.12.1", |
| "nohash-hasher", |
| "once_cell", |
| "parking_lot", |
| "re_arrow2", |
| "re_error", |
| "re_format", |
| "re_log", |
| "re_log_types", |
| "re_tracing", |
| "re_types_core", |
| "smallvec", |
| "thiserror", |
| "web-time", |
| ] |
|
|
| [[package]] |
| name = "re_data_ui" |
| version = "0.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2fde87a2c87ca648bdcce352cf086f7536679c53a7583f2d27c299363fbaf231" |
| dependencies = [ |
| "ahash", |
| "anyhow", |
| "bytemuck", |
| "egui", |
| "egui_extras", |
| "egui_plot", |
| "image 0.24.9", |
| "itertools 0.12.1", |
| "re_data_store", |
| "re_entity_db", |
| "re_error", |
| "re_format", |
| "re_log", |
| "re_log_types", |
| "re_query", |
| "re_renderer", |
| "re_smart_channel", |
| "re_tracing", |
| "re_types", |
| "re_types_core", |
| "re_ui", |
| "re_viewer_context", |
| "rfd", |
| ] |
|
|
| [[package]] |
| name = "re_entity_db" |
| version = "0.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "14f8d79b407fc1068f92994bcbf8681f1f6087547bf72ef6491f824a6965a0b2" |
| dependencies = [ |
| "ahash", |
| "document-features", |
| "emath", |
| "getrandom", |
| "itertools 0.12.1", |
| "nohash-hasher", |
| "parking_lot", |
| "re_data_store", |
| "re_format", |
| "re_int_histogram", |
| "re_log", |
| "re_log_encoding", |
| "re_log_types", |
| "re_query", |
| "re_query_cache", |
| "re_smart_channel", |
| "re_tracing", |
| "re_types_core", |
| "rmp-serde", |
| "serde", |
| "thiserror", |
| "web-time", |
| ] |
|
|
| [[package]] |
| name = "re_error" |
| version = "0.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8a561ff5a4cdf5bc37c03f62fd78f618326c4cb0b10d2d7a062b33490bf9d630" |
|
|
| [[package]] |
| name = "re_format" |
| version = "0.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4405cf9203a791ff5e23bcbd54718635f9ec2323d48ea7d2c312adb6af756ca4" |
| dependencies = [ |
| "comfy-table", |
| "num-traits", |
| "re_arrow2", |
| "re_tuid", |
| "re_types_core", |
| ] |
|
|
| [[package]] |
| name = "re_int_histogram" |
| version = "0.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d422a395b4c0e0aed3acaca56a2b5681fc0a89d2a0d58323c2b940ae5944ac2f" |
| dependencies = [ |
| "smallvec", |
| "static_assertions", |
| ] |
|
|
| [[package]] |
| name = "re_log" |
| version = "0.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "35056426bb497a2bd30ec54f1aac35f32c6b0f2cd64fd833509ebb1e4be19f11" |
| dependencies = [ |
| "env_logger", |
| "js-sys", |
| "log", |
| "log-once", |
| "parking_lot", |
| "tracing", |
| "wasm-bindgen", |
| ] |
|
|
| [[package]] |
| name = "re_log_encoding" |
| version = "0.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "10ff455e7e5e091cf8e43ce397c03ebad81357e3f45eab9a076674e7f2002618" |
| dependencies = [ |
| "ehttp", |
| "js-sys", |
| "lz4_flex", |
| "parking_lot", |
| "re_build_info", |
| "re_log", |
| "re_log_types", |
| "re_smart_channel", |
| "re_tracing", |
| "rmp-serde", |
| "thiserror", |
| "wasm-bindgen", |
| "wasm-bindgen-futures", |
| "web-sys", |
| "web-time", |
| ] |
|
|
| [[package]] |
| name = "re_log_types" |
| version = "0.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "239e3176efb51de961a8ea4d27af8b8076c37e40f8788b5a87e060fb806d7a29" |
| dependencies = [ |
| "ahash", |
| "anyhow", |
| "backtrace", |
| "bytemuck", |
| "clean-path", |
| "crossbeam", |
| "document-features", |
| "fixed", |
| "half", |
| "itertools 0.12.1", |
| "natord", |
| "nohash-hasher", |
| "num-derive", |
| "num-traits", |
| "re_arrow2", |
| "re_format", |
| "re_log", |
| "re_string_interner", |
| "re_tracing", |
| "re_tuid", |
| "re_types_core", |
| "serde", |
| "serde_bytes", |
| "similar-asserts", |
| "smallvec", |
| "thiserror", |
| "time", |
| "typenum", |
| "uuid", |
| "web-time", |
| ] |
|
|
| [[package]] |
| name = "re_memory" |
| version = "0.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6812a6e08580fd7c6864eb018a8535093c23ab28cc4a607fe20b65b991dc1a36" |
| dependencies = [ |
| "ahash", |
| "backtrace", |
| "emath", |
| "itertools 0.12.1", |
| "memory-stats", |
| "nohash-hasher", |
| "once_cell", |
| "parking_lot", |
| "re_format", |
| "re_log", |
| "re_tracing", |
| "smallvec", |
| "sysinfo 0.30.12", |
| "wasm-bindgen", |
| "web-time", |
| ] |
|
|
| [[package]] |
| name = "re_query" |
| version = "0.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "64be284a20b1756e11702fbb6b9021ea9f291f6541dcf0def23dda8da803055c" |
| dependencies = [ |
| "backtrace", |
| "document-features", |
| "itertools 0.12.1", |
| "re_arrow2", |
| "re_data_store", |
| "re_format", |
| "re_log", |
| "re_log_types", |
| "re_tracing", |
| "re_types_core", |
| "serde", |
| "smallvec", |
| "thiserror", |
| ] |
|
|
| [[package]] |
| name = "re_query_cache" |
| version = "0.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cc2e00e32ea25bd8cc8393a184b5c0b135fac7cf86aad131d818f5973dd0ccbf" |
| dependencies = [ |
| "ahash", |
| "indent", |
| "itertools 0.12.1", |
| "parking_lot", |
| "paste", |
| "re_data_store", |
| "re_format", |
| "re_log", |
| "re_log_types", |
| "re_query", |
| "re_tracing", |
| "re_types_core", |
| "seq-macro", |
| "web-time", |
| ] |
|
|
| [[package]] |
| name = "re_renderer" |
| version = "0.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2902018a22e9cb535737582bc2c26e8e4939d0b24a5cd404c61919739e1f6d61" |
| dependencies = [ |
| "ahash", |
| "anyhow", |
| "bitflags 2.5.0", |
| "bytemuck", |
| "cfg-if 1.0.0", |
| "cfg_aliases 0.2.1", |
| "clean-path", |
| "crossbeam", |
| "document-features", |
| "ecolor", |
| "enumset", |
| "getrandom", |
| "glam", |
| "gltf", |
| "half", |
| "itertools 0.12.1", |
| "macaw", |
| "never", |
| "notify 6.1.1", |
| "ordered-float 4.2.0", |
| "parking_lot", |
| "pathdiff", |
| "profiling", |
| "re_arrow2", |
| "re_build_tools", |
| "re_error", |
| "re_log", |
| "re_tracing", |
| "serde", |
| "slotmap", |
| "smallvec", |
| "static_assertions", |
| "thiserror", |
| "tinystl", |
| "tobj", |
| "type-map", |
| "walkdir", |
| "wasm-bindgen-futures", |
| "wgpu", |
| "wgpu-core", |
| ] |
|
|
| [[package]] |
| name = "re_sdk" |
| version = "0.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "45192dc7062d954626534e46709c3998a9c0773ffc48fad16d0ab2cd0278a895" |
| dependencies = [ |
| "ahash", |
| "anyhow", |
| "crossbeam", |
| "document-features", |
| "itertools 0.12.1", |
| "once_cell", |
| "parking_lot", |
| "re_build_info", |
| "re_build_tools", |
| "re_data_source", |
| "re_log", |
| "re_log_encoding", |
| "re_log_types", |
| "re_memory", |
| "re_sdk_comms", |
| "re_smart_channel", |
| "re_types_core", |
| "re_web_viewer_server", |
| "re_ws_comms", |
| "thiserror", |
| "webbrowser", |
| ] |
|
|
| [[package]] |
| name = "re_sdk_comms" |
| version = "0.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3fe674910694817af5ff3efc4b36f19c7ce9e01f797e9d53b450e094eef3067a" |
| dependencies = [ |
| "ahash", |
| "crossbeam", |
| "document-features", |
| "rand", |
| "re_log", |
| "re_log_encoding", |
| "re_log_types", |
| "re_smart_channel", |
| "thiserror", |
| "tokio", |
| ] |
|
|
| [[package]] |
| name = "re_smart_channel" |
| version = "0.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "473934eb487c8f439cbde1e565c7a57e5a37909092c93d6a100efa1a8d52f5d6" |
| dependencies = [ |
| "crossbeam", |
| "parking_lot", |
| "re_tracing", |
| "serde", |
| "web-time", |
| ] |
|
|
| [[package]] |
| name = "re_space_view" |
| version = "0.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "88a75158bba7b189228da2ca2c6801a74c42290a0120af78b93ec30035edafb3" |
| dependencies = [ |
| "ahash", |
| "egui", |
| "itertools 0.12.1", |
| "nohash-hasher", |
| "re_data_store", |
| "re_entity_db", |
| "re_log", |
| "re_log_types", |
| "re_query", |
| "re_tracing", |
| "re_types", |
| "re_types_core", |
| "re_viewer_context", |
| "slotmap", |
| "smallvec", |
| ] |
|
|
| [[package]] |
| name = "re_space_view_bar_chart" |
| version = "0.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5ff7920522519199c365b5e049fe46c6dde0c4c1b356318239c0409c00e04495" |
| dependencies = [ |
| "egui", |
| "egui_plot", |
| "re_data_store", |
| "re_entity_db", |
| "re_log", |
| "re_log_types", |
| "re_renderer", |
| "re_space_view", |
| "re_tracing", |
| "re_types", |
| "re_ui", |
| "re_viewer_context", |
| ] |
|
|
| [[package]] |
| name = "re_space_view_dataframe" |
| version = "0.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b4c09039219aae6bc2c6a1cb9e98c36f59858006ee639501b5c190f9e9d7fe7b" |
| dependencies = [ |
| "egui", |
| "egui_extras", |
| "re_data_store", |
| "re_data_ui", |
| "re_entity_db", |
| "re_log_types", |
| "re_query", |
| "re_renderer", |
| "re_tracing", |
| "re_types", |
| "re_ui", |
| "re_viewer_context", |
| ] |
|
|
| [[package]] |
| name = "re_space_view_spatial" |
| version = "0.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ee0c742b6de79ca773bed2aa9255c2f0cad0a4b43181fed025d43e52a5885b73" |
| dependencies = [ |
| "ahash", |
| "anyhow", |
| "bitflags 2.5.0", |
| "bytemuck", |
| "egui", |
| "glam", |
| "itertools 0.12.1", |
| "macaw", |
| "nohash-hasher", |
| "once_cell", |
| "parking_lot", |
| "rayon", |
| "re_data_store", |
| "re_data_ui", |
| "re_entity_db", |
| "re_error", |
| "re_format", |
| "re_log", |
| "re_log_types", |
| "re_query", |
| "re_query_cache", |
| "re_renderer", |
| "re_space_view", |
| "re_tracing", |
| "re_types", |
| "re_ui", |
| "re_viewer_context", |
| "serde", |
| "smallvec", |
| "web-time", |
| ] |
|
|
| [[package]] |
| name = "re_space_view_tensor" |
| version = "0.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "48ad9ea32a7ba75fa07ce1346450ce78dbe8b855086dd248d13d44f5cdfa24fc" |
| dependencies = [ |
| "ahash", |
| "anyhow", |
| "bytemuck", |
| "egui", |
| "half", |
| "ndarray", |
| "re_data_store", |
| "re_data_ui", |
| "re_entity_db", |
| "re_log", |
| "re_log_types", |
| "re_renderer", |
| "re_space_view", |
| "re_tracing", |
| "re_types", |
| "re_ui", |
| "re_viewer_context", |
| "serde", |
| "thiserror", |
| "wgpu", |
| ] |
|
|
| [[package]] |
| name = "re_space_view_text_document" |
| version = "0.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ea29a1471fccfb28c79bf5b745655c0c3b0b14285a20dd61f29812ee54914cb0" |
| dependencies = [ |
| "egui", |
| "egui_commonmark", |
| "itertools 0.12.1", |
| "re_data_store", |
| "re_log", |
| "re_query", |
| "re_renderer", |
| "re_space_view", |
| "re_tracing", |
| "re_types", |
| "re_ui", |
| "re_viewer_context", |
| ] |
|
|
| [[package]] |
| name = "re_space_view_text_log" |
| version = "0.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "60b72e7a3ec29386a91336cf60859d9668dad072ef4b14317dbf3c0bf86aec53" |
| dependencies = [ |
| "egui", |
| "egui_extras", |
| "itertools 0.12.1", |
| "re_data_store", |
| "re_data_ui", |
| "re_entity_db", |
| "re_log", |
| "re_log_types", |
| "re_query_cache", |
| "re_renderer", |
| "re_tracing", |
| "re_types", |
| "re_ui", |
| "re_viewer_context", |
| ] |
|
|
| [[package]] |
| name = "re_space_view_time_series" |
| version = "0.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c8d5194c716fed198893a3712afd4b71c05e914e9b26b9e2a54ed031b4467502" |
| dependencies = [ |
| "egui", |
| "egui_plot", |
| "itertools 0.12.1", |
| "parking_lot", |
| "rayon", |
| "re_data_store", |
| "re_format", |
| "re_log", |
| "re_log_types", |
| "re_query", |
| "re_query_cache", |
| "re_renderer", |
| "re_space_view", |
| "re_tracing", |
| "re_types", |
| "re_ui", |
| "re_viewer_context", |
| ] |
|
|
| [[package]] |
| name = "re_string_interner" |
| version = "0.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fbaf2000f39f12a01789ab13f5515028784e62be80006f9a3bdc92283ba9eff4" |
| dependencies = [ |
| "ahash", |
| "nohash-hasher", |
| "once_cell", |
| "parking_lot", |
| "serde", |
| "static_assertions", |
| ] |
|
|
| [[package]] |
| name = "re_time_panel" |
| version = "0.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2a9a4e9831bc379ba8e9cc07987fe63a25100eea2f918f0f4da65d485631809c" |
| dependencies = [ |
| "egui", |
| "itertools 0.12.1", |
| "re_data_store", |
| "re_data_ui", |
| "re_entity_db", |
| "re_format", |
| "re_log_types", |
| "re_tracing", |
| "re_ui", |
| "re_viewer_context", |
| "re_viewport", |
| "serde", |
| "vec1", |
| ] |
|
|
| [[package]] |
| name = "re_tracing" |
| version = "0.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "61ca94b1087b377bde7e109c969b381c38d9a5a93a8265635a18aa3b341a5250" |
| dependencies = [ |
| "puffin", |
| "puffin_http", |
| "re_log", |
| "rfd", |
| ] |
|
|
| [[package]] |
| name = "re_tuid" |
| version = "0.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f82367ff940f00195fc6cc868d5e9cbec26ae1a3b7de6fa4b1c37457a42e93b5" |
| dependencies = [ |
| "document-features", |
| "getrandom", |
| "once_cell", |
| "serde", |
| "web-time", |
| ] |
|
|
| [[package]] |
| name = "re_types" |
| version = "0.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6acfd68909dd9720a2f9542ef0f660a33b3e7afd11c46c35f7e10101679d378e" |
| dependencies = [ |
| "anyhow", |
| "array-init", |
| "bytemuck", |
| "document-features", |
| "ecolor", |
| "egui_plot", |
| "glam", |
| "half", |
| "image 0.24.9", |
| "infer", |
| "itertools 0.12.1", |
| "linked-hash-map", |
| "mime_guess2", |
| "ndarray", |
| "nohash-hasher", |
| "once_cell", |
| "ply-rs", |
| "rayon", |
| "re_arrow2", |
| "re_build_tools", |
| "re_log", |
| "re_tracing", |
| "re_types_builder", |
| "re_types_core", |
| "smallvec", |
| "thiserror", |
| "uuid", |
| "zune-core", |
| "zune-jpeg", |
| ] |
|
|
| [[package]] |
| name = "re_types_builder" |
| version = "0.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fe6bf1bb44be7f5ebed2d3f8bb46c67669d7ecbe52731ab0edd16cc2db3f02f2" |
| dependencies = [ |
| "anyhow", |
| "camino", |
| "clang-format", |
| "convert_case", |
| "flatbuffers 23.5.26", |
| "indent", |
| "itertools 0.12.1", |
| "prettyplease 0.2.20", |
| "proc-macro2", |
| "quote", |
| "rayon", |
| "re_arrow2", |
| "re_build_tools", |
| "re_log", |
| "re_tracing", |
| "rust-format", |
| "syn 2.0.65", |
| "tempfile", |
| "unindent", |
| "xshell", |
| ] |
|
|
| [[package]] |
| name = "re_types_core" |
| version = "0.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "49a3d0143e33bd1d91ff8754511dbd1f038e4fa7bdc3fca0ac0f8619c0f778d3" |
| dependencies = [ |
| "anyhow", |
| "backtrace", |
| "bytemuck", |
| "document-features", |
| "once_cell", |
| "re_arrow2", |
| "re_error", |
| "re_string_interner", |
| "re_tracing", |
| "re_tuid", |
| "serde", |
| "smallvec", |
| "thiserror", |
| ] |
|
|
| [[package]] |
| name = "re_ui" |
| version = "0.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "50017df0dca14a4995a71397db0a4f2e9a4a1118aee4e79c14beabdb92413cc6" |
| dependencies = [ |
| "egui", |
| "egui_commonmark", |
| "egui_extras", |
| "parking_lot", |
| "re_entity_db", |
| "re_format", |
| "re_log_types", |
| "serde", |
| "serde_json", |
| "strum 0.25.0", |
| "strum_macros 0.25.3", |
| "sublime_fuzzy", |
| ] |
|
|
| [[package]] |
| name = "re_viewer" |
| version = "0.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6770f90562ef536eecb5cf9490c2fe125c813b7e58c816afaf3c9b026fcb80e8" |
| dependencies = [ |
| "ahash", |
| "anyhow", |
| "bytemuck", |
| "cfg-if 1.0.0", |
| "eframe", |
| "egui", |
| "egui-wgpu", |
| "egui_extras", |
| "egui_plot", |
| "egui_tiles", |
| "ehttp", |
| "image 0.24.9", |
| "itertools 0.12.1", |
| "js-sys", |
| "once_cell", |
| "poll-promise", |
| "re_analytics", |
| "re_build_info", |
| "re_build_tools", |
| "re_data_source", |
| "re_data_store", |
| "re_data_ui", |
| "re_entity_db", |
| "re_error", |
| "re_format", |
| "re_log", |
| "re_log_encoding", |
| "re_log_types", |
| "re_memory", |
| "re_query_cache", |
| "re_renderer", |
| "re_smart_channel", |
| "re_space_view", |
| "re_space_view_bar_chart", |
| "re_space_view_dataframe", |
| "re_space_view_spatial", |
| "re_space_view_tensor", |
| "re_space_view_text_document", |
| "re_space_view_text_log", |
| "re_space_view_time_series", |
| "re_time_panel", |
| "re_tracing", |
| "re_types", |
| "re_types_core", |
| "re_ui", |
| "re_viewer_context", |
| "re_viewport", |
| "re_ws_comms", |
| "rfd", |
| "ron", |
| "serde", |
| "serde_json", |
| "thiserror", |
| "time", |
| "wasm-bindgen", |
| "wasm-bindgen-futures", |
| "web-sys", |
| "web-time", |
| "wgpu", |
| ] |
|
|
| [[package]] |
| name = "re_viewer_context" |
| version = "0.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e2de3a41feea776f865e3315f7422298a7299d5ac59068fbc5018fc9dd2865b8" |
| dependencies = [ |
| "ahash", |
| "anyhow", |
| "arboard", |
| "bit-vec", |
| "bytemuck", |
| "egui", |
| "egui-wgpu", |
| "egui_tiles", |
| "glam", |
| "half", |
| "indexmap 2.2.6", |
| "itertools 0.12.1", |
| "macaw", |
| "ndarray", |
| "nohash-hasher", |
| "once_cell", |
| "parking_lot", |
| "re_data_source", |
| "re_data_store", |
| "re_entity_db", |
| "re_log", |
| "re_log_types", |
| "re_query", |
| "re_query_cache", |
| "re_renderer", |
| "re_smart_channel", |
| "re_string_interner", |
| "re_tracing", |
| "re_types", |
| "re_ui", |
| "serde", |
| "slotmap", |
| "smallvec", |
| "thiserror", |
| "uuid", |
| "wgpu", |
| ] |
|
|
| [[package]] |
| name = "re_viewport" |
| version = "0.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1cc8b3fd1a6eefa041a7dec6a2556f6f9a60c47107e4a3297b9ebb7fa9ae1943" |
| dependencies = [ |
| "ahash", |
| "array-init", |
| "bytemuck", |
| "egui", |
| "egui_tiles", |
| "glam", |
| "image 0.24.9", |
| "itertools 0.12.1", |
| "nohash-hasher", |
| "once_cell", |
| "rayon", |
| "re_arrow2", |
| "re_data_store", |
| "re_data_ui", |
| "re_entity_db", |
| "re_log", |
| "re_log_types", |
| "re_query", |
| "re_renderer", |
| "re_smart_channel", |
| "re_space_view", |
| "re_space_view_time_series", |
| "re_tracing", |
| "re_types", |
| "re_types_core", |
| "re_ui", |
| "re_viewer_context", |
| "rmp-serde", |
| "smallvec", |
| ] |
|
|
| [[package]] |
| name = "re_web_viewer_server" |
| version = "0.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a9d11fe92ba3e159b2c4fe3640973d00cf8143ffb8d010078068a16b58a0c48b" |
| dependencies = [ |
| "clap 4.5.6", |
| "document-features", |
| "futures-util", |
| "hyper 0.14.28", |
| "re_analytics", |
| "re_log", |
| "thiserror", |
| "tokio", |
| "webbrowser", |
| ] |
|
|
| [[package]] |
| name = "re_ws_comms" |
| version = "0.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e2fcd476b838119c1c57973c7df3b379cc6e74e9b97a72cf9bb4488170b95d20" |
| dependencies = [ |
| "anyhow", |
| "bincode", |
| "document-features", |
| "ewebsock", |
| "futures-channel", |
| "futures-util", |
| "parking_lot", |
| "re_format", |
| "re_log", |
| "re_log_types", |
| "re_memory", |
| "re_smart_channel", |
| "re_tracing", |
| "thiserror", |
| "tokio", |
| "tokio-tungstenite", |
| "tungstenite 0.20.1", |
| ] |
|
|
| [[package]] |
| name = "redox_syscall" |
| version = "0.3.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" |
| dependencies = [ |
| "bitflags 1.3.2", |
| ] |
|
|
| [[package]] |
| name = "redox_syscall" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" |
| dependencies = [ |
| "bitflags 1.3.2", |
| ] |
|
|
| [[package]] |
| name = "redox_syscall" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e" |
| dependencies = [ |
| "bitflags 2.5.0", |
| ] |
|
|
| [[package]] |
| name = "redox_users" |
| version = "0.4.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891" |
| dependencies = [ |
| "getrandom", |
| "libredox 0.1.3", |
| "thiserror", |
| ] |
|
|
| [[package]] |
| name = "regex" |
| version = "1.10.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f" |
| dependencies = [ |
| "aho-corasick", |
| "memchr", |
| "regex-automata 0.4.6", |
| "regex-syntax 0.8.3", |
| ] |
|
|
| [[package]] |
| name = "regex-automata" |
| version = "0.1.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" |
| dependencies = [ |
| "regex-syntax 0.6.29", |
| ] |
|
|
| [[package]] |
| name = "regex-automata" |
| version = "0.4.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea" |
| dependencies = [ |
| "aho-corasick", |
| "memchr", |
| "regex-syntax 0.8.3", |
| ] |
|
|
| [[package]] |
| name = "regex-syntax" |
| version = "0.6.29" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" |
|
|
| [[package]] |
| name = "regex-syntax" |
| version = "0.8.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56" |
|
|
| [[package]] |
| name = "renderdoc-sys" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832" |
|
|
| [[package]] |
| name = "reqwest" |
| version = "0.12.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "566cafdd92868e0939d3fb961bd0dc25fcfaaed179291093b3d43e6b3150ea10" |
| dependencies = [ |
| "base64 0.22.1", |
| "bytes", |
| "futures-core", |
| "futures-util", |
| "http 1.1.0", |
| "http-body 1.0.0", |
| "http-body-util", |
| "hyper 1.3.1", |
| "hyper-rustls", |
| "hyper-util", |
| "ipnet", |
| "js-sys", |
| "log", |
| "mime", |
| "once_cell", |
| "percent-encoding", |
| "pin-project-lite", |
| "rustls 0.22.4", |
| "rustls-pemfile 2.1.2", |
| "rustls-pki-types", |
| "serde", |
| "serde_json", |
| "serde_urlencoded", |
| "sync_wrapper", |
| "tokio", |
| "tokio-rustls", |
| "tower-service", |
| "url", |
| "wasm-bindgen", |
| "wasm-bindgen-futures", |
| "web-sys", |
| "webpki-roots 0.26.1", |
| "winreg", |
| ] |
|
|
| [[package]] |
| name = "rerun" |
| version = "0.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6978682653fc699d484b92d0ee75e25b73fdf9b0e50d62b67707d6bcd7f4cc96" |
| dependencies = [ |
| "anyhow", |
| "document-features", |
| "env_logger", |
| "itertools 0.12.1", |
| "log", |
| "puffin", |
| "rayon", |
| "re_analytics", |
| "re_build_info", |
| "re_build_tools", |
| "re_crash_handler", |
| "re_entity_db", |
| "re_format", |
| "re_log", |
| "re_log_types", |
| "re_memory", |
| "re_sdk", |
| "re_sdk_comms", |
| "re_smart_channel", |
| "re_tracing", |
| "re_types", |
| "re_viewer", |
| "re_web_viewer_server", |
| ] |
|
|
| [[package]] |
| name = "rfd" |
| version = "0.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3c9e7b57df6e8472152674607f6cc68aa14a748a3157a857a94f516e11aeacc2" |
| dependencies = [ |
| "ashpd", |
| "async-io 1.13.0", |
| "block", |
| "dispatch", |
| "futures-util", |
| "js-sys", |
| "log", |
| "objc", |
| "objc-foundation", |
| "objc_id", |
| "pollster", |
| "raw-window-handle 0.5.2", |
| "urlencoding", |
| "wasm-bindgen", |
| "wasm-bindgen-futures", |
| "web-sys", |
| "windows-sys 0.48.0", |
| ] |
|
|
| [[package]] |
| name = "rgb" |
| version = "0.8.37" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "05aaa8004b64fd573fc9d002f4e632d51ad4f026c2b5ba95fcb6c2f32c2c47d8" |
| dependencies = [ |
| "bytemuck", |
| ] |
|
|
| [[package]] |
| name = "ring" |
| version = "0.16.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" |
| dependencies = [ |
| "cc", |
| "libc", |
| "once_cell", |
| "spin 0.5.2", |
| "untrusted 0.7.1", |
| "web-sys", |
| "winapi 0.3.9", |
| ] |
|
|
| [[package]] |
| name = "ring" |
| version = "0.17.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" |
| dependencies = [ |
| "cc", |
| "cfg-if 1.0.0", |
| "getrandom", |
| "libc", |
| "spin 0.9.8", |
| "untrusted 0.9.0", |
| "windows-sys 0.52.0", |
| ] |
|
|
| [[package]] |
| name = "ringbuffer-spsc" |
| version = "0.1.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2fd1938faa63a2362ee1747afb2d10567d0fb1413b9cbd6198a8541485c4f773" |
| dependencies = [ |
| "array-init", |
| "cache-padded", |
| ] |
|
|
| [[package]] |
| name = "rmp" |
| version = "0.8.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4" |
| dependencies = [ |
| "byteorder", |
| "num-traits", |
| "paste", |
| ] |
|
|
| [[package]] |
| name = "rmp-serde" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "52e599a477cf9840e92f2cde9a7189e67b42c57532749bf90aea6ec10facd4db" |
| dependencies = [ |
| "byteorder", |
| "rmp", |
| "serde", |
| ] |
|
|
| [[package]] |
| name = "ron" |
| version = "0.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b91f7eff05f748767f183df4320a63d6936e9c6107d97c9e6bdd9784f4289c94" |
| dependencies = [ |
| "base64 0.21.7", |
| "bitflags 2.5.0", |
| "serde", |
| "serde_derive", |
| ] |
|
|
| [[package]] |
| name = "ros2-client" |
| version = "0.7.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "958115e451bf1038e4e8508fdc46c6c1830bce22520dfd734639543ff9419660" |
| dependencies = [ |
| "async-channel 2.3.1", |
| "bstr 1.9.1", |
| "bytes", |
| "cdr-encoding-size", |
| "chrono", |
| "clap 4.5.6", |
| "futures", |
| "itertools 0.11.0", |
| "lazy_static", |
| "libc", |
| "log", |
| "mio 0.6.23", |
| "mio-extras", |
| "nom", |
| "pin-utils", |
| "rustdds", |
| "serde", |
| "serde_repr", |
| "uuid", |
| "widestring", |
| ] |
|
|
| [[package]] |
| name = "rsa" |
| version = "0.7.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "094052d5470cbcef561cb848a7209968c9f12dfa6d668f4bca048ac5de51099c" |
| dependencies = [ |
| "byteorder", |
| "digest", |
| "num-bigint-dig", |
| "num-integer", |
| "num-iter", |
| "num-traits", |
| "pkcs1", |
| "pkcs8", |
| "rand_core", |
| "signature", |
| "smallvec", |
| "subtle", |
| "zeroize", |
| ] |
|
|
| [[package]] |
| name = "rust-dataflow-example-node" |
| version = "0.3.4" |
| dependencies = [ |
| "dora-node-api", |
| "eyre", |
| "futures", |
| "rand", |
| "tokio", |
| ] |
|
|
| [[package]] |
| name = "rust-dataflow-example-sink" |
| version = "0.3.4" |
| dependencies = [ |
| "dora-node-api", |
| "eyre", |
| ] |
|
|
| [[package]] |
| name = "rust-dataflow-example-status-node" |
| version = "0.3.4" |
| dependencies = [ |
| "dora-node-api", |
| "eyre", |
| ] |
|
|
| [[package]] |
| name = "rust-format" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "60e7c00b6c3bf5e38a880eec01d7e829d12ca682079f8238a464def3c4b31627" |
| dependencies = [ |
| "prettyplease 0.1.25", |
| "proc-macro2", |
| "syn 1.0.109", |
| ] |
|
|
| [[package]] |
| name = "rust-ros2-dataflow-example-node" |
| version = "0.3.4" |
| dependencies = [ |
| "dora-node-api", |
| "dora-ros2-bridge", |
| "eyre", |
| "futures", |
| "futures-timer", |
| "rand", |
| "serde_json", |
| "tokio", |
| ] |
|
|
| [[package]] |
| name = "rust_decimal" |
| version = "1.35.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1790d1c4c0ca81211399e0e0af16333276f375209e71a37b67698a373db5b47a" |
| dependencies = [ |
| "arrayvec", |
| "num-traits", |
| ] |
|
|
| [[package]] |
| name = "rustc-demangle" |
| version = "0.1.24" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" |
|
|
| [[package]] |
| name = "rustc-hash" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
|
|
| [[package]] |
| name = "rustc_version" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" |
| dependencies = [ |
| "semver", |
| ] |
|
|
| [[package]] |
| name = "rustdds" |
| version = "0.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "da8578c4897ed597565e5934994fa9d875cee3244768a3d4ec67f813b499fc7e" |
| dependencies = [ |
| "bit-vec", |
| "byteorder", |
| "bytes", |
| "cdr-encoding-size", |
| "chrono", |
| "enumflags2", |
| "futures", |
| "if-addrs", |
| "io-extras", |
| "local-ip-address", |
| "log", |
| "md5", |
| "mio 0.6.23", |
| "mio 0.8.11", |
| "mio-extras", |
| "num-derive", |
| "num-traits", |
| "paste", |
| "rand", |
| "serde", |
| "serde_repr", |
| "socket2 0.5.7", |
| "socketpair", |
| "speedy", |
| "static_assertions", |
| "thiserror", |
| ] |
|
|
| [[package]] |
| name = "rustix" |
| version = "0.37.27" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "errno", |
| "io-lifetimes 1.0.11", |
| "libc", |
| "linux-raw-sys 0.3.8", |
| "windows-sys 0.48.0", |
| ] |
|
|
| [[package]] |
| name = "rustix" |
| version = "0.38.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f" |
| dependencies = [ |
| "bitflags 2.5.0", |
| "errno", |
| "libc", |
| "linux-raw-sys 0.4.14", |
| "windows-sys 0.52.0", |
| ] |
|
|
| [[package]] |
| name = "rustls" |
| version = "0.20.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99" |
| dependencies = [ |
| "log", |
| "ring 0.16.20", |
| "sct", |
| "webpki", |
| ] |
|
|
| [[package]] |
| name = "rustls" |
| version = "0.22.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432" |
| dependencies = [ |
| "log", |
| "ring 0.17.8", |
| "rustls-pki-types", |
| "rustls-webpki", |
| "subtle", |
| "zeroize", |
| ] |
|
|
| [[package]] |
| name = "rustls-native-certs" |
| version = "0.6.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00" |
| dependencies = [ |
| "openssl-probe", |
| "rustls-pemfile 1.0.4", |
| "schannel", |
| "security-framework", |
| ] |
|
|
| [[package]] |
| name = "rustls-pemfile" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" |
| dependencies = [ |
| "base64 0.21.7", |
| ] |
|
|
| [[package]] |
| name = "rustls-pemfile" |
| version = "2.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d" |
| dependencies = [ |
| "base64 0.22.1", |
| "rustls-pki-types", |
| ] |
|
|
| [[package]] |
| name = "rustls-pki-types" |
| version = "1.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d" |
|
|
| [[package]] |
| name = "rustls-webpki" |
| version = "0.102.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ff448f7e92e913c4b7d4c6d8e4540a1724b319b4152b8aef6d4cf8339712b33e" |
| dependencies = [ |
| "ring 0.17.8", |
| "rustls-pki-types", |
| "untrusted 0.9.0", |
| ] |
|
|
| [[package]] |
| name = "rustversion" |
| version = "1.0.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" |
|
|
| [[package]] |
| name = "ryu" |
| version = "1.0.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" |
|
|
| [[package]] |
| name = "safer-ffi" |
| version = "0.1.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "44abae8773dc41fb96af52696b834b1f4c806006b456b22ee3602f7b061e3ad0" |
| dependencies = [ |
| "inventory", |
| "libc", |
| "macro_rules_attribute", |
| "paste", |
| "safer_ffi-proc_macros", |
| "scopeguard", |
| "uninit", |
| "unwind_safe", |
| "with_builtin_macros", |
| ] |
|
|
| [[package]] |
| name = "safer_ffi-proc_macros" |
| version = "0.1.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6c9d4117a8a72f9b615169d4d720d79e74931f74003c73cc2f3927c700156ddf" |
| dependencies = [ |
| "macro_rules_attribute", |
| "prettyplease 0.1.25", |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| ] |
|
|
| [[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 = "schannel" |
| version = "0.1.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534" |
| dependencies = [ |
| "windows-sys 0.52.0", |
| ] |
|
|
| [[package]] |
| name = "schemars" |
| version = "0.8.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92" |
| dependencies = [ |
| "dyn-clone", |
| "schemars_derive", |
| "serde", |
| "serde_json", |
| ] |
|
|
| [[package]] |
| name = "schemars_derive" |
| version = "0.8.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "serde_derive_internals", |
| "syn 2.0.65", |
| ] |
|
|
| [[package]] |
| name = "scoped-tls" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" |
|
|
| [[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.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152" |
|
|
| [[package]] |
| name = "sct" |
| version = "0.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" |
| dependencies = [ |
| "ring 0.17.8", |
| "untrusted 0.9.0", |
| ] |
|
|
| [[package]] |
| name = "security-framework" |
| version = "2.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0" |
| dependencies = [ |
| "bitflags 2.5.0", |
| "core-foundation", |
| "core-foundation-sys", |
| "libc", |
| "security-framework-sys", |
| ] |
|
|
| [[package]] |
| name = "security-framework-sys" |
| version = "2.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7" |
| dependencies = [ |
| "core-foundation-sys", |
| "libc", |
| ] |
|
|
| [[package]] |
| name = "semver" |
| version = "1.0.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" |
| dependencies = [ |
| "serde", |
| ] |
|
|
| [[package]] |
| name = "seq-macro" |
| version = "0.3.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4" |
|
|
| [[package]] |
| name = "serde" |
| version = "1.0.203" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094" |
| dependencies = [ |
| "serde_derive", |
| ] |
|
|
| [[package]] |
| name = "serde-big-array" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "11fc7cc2c76d73e0f27ee52abbd64eec84d46f370c88371120433196934e4b7f" |
| dependencies = [ |
| "serde", |
| ] |
|
|
| [[package]] |
| name = "serde-with-expand-env" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "888d884a3be3a209308d0b66f1918ff18f60e93db837259e53ea7d8dd14e7e98" |
| dependencies = [ |
| "serde", |
| "shellexpand 2.1.2", |
| ] |
|
|
| [[package]] |
| name = "serde_assert" |
| version = "0.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "92b7be0ad5a7b2eefaa5418eb141838270f1ad2d2c6e88acec3795d2425ffa97" |
| dependencies = [ |
| "serde", |
| ] |
|
|
| [[package]] |
| name = "serde_bytes" |
| version = "0.11.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8b8497c313fd43ab992087548117643f6fcd935cbf36f176ffda0aacf9591734" |
| dependencies = [ |
| "serde", |
| ] |
|
|
| [[package]] |
| name = "serde_derive" |
| version = "1.0.203" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.65", |
| ] |
|
|
| [[package]] |
| name = "serde_derive_internals" |
| version = "0.29.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.65", |
| ] |
|
|
| [[package]] |
| name = "serde_json" |
| version = "1.0.117" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3" |
| dependencies = [ |
| "itoa", |
| "ryu", |
| "serde", |
| ] |
|
|
| [[package]] |
| name = "serde_repr" |
| version = "0.1.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.65", |
| ] |
|
|
| [[package]] |
| name = "serde_urlencoded" |
| version = "0.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" |
| dependencies = [ |
| "form_urlencoded", |
| "itoa", |
| "ryu", |
| "serde", |
| ] |
|
|
| [[package]] |
| name = "serde_yaml" |
| version = "0.8.26" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b" |
| dependencies = [ |
| "indexmap 1.9.3", |
| "ryu", |
| "serde", |
| "yaml-rust", |
| ] |
|
|
| [[package]] |
| name = "serde_yaml" |
| version = "0.9.34+deprecated" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" |
| dependencies = [ |
| "indexmap 2.2.6", |
| "itoa", |
| "ryu", |
| "serde", |
| "unsafe-libyaml", |
| ] |
|
|
| [[package]] |
| name = "sha1" |
| version = "0.10.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" |
| dependencies = [ |
| "cfg-if 1.0.0", |
| "cpufeatures", |
| "digest", |
| ] |
|
|
| [[package]] |
| name = "sha2" |
| version = "0.10.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" |
| dependencies = [ |
| "cfg-if 1.0.0", |
| "cpufeatures", |
| "digest", |
| ] |
|
|
| [[package]] |
| name = "sha3" |
| version = "0.10.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60" |
| dependencies = [ |
| "digest", |
| "keccak", |
| ] |
|
|
| [[package]] |
| name = "sharded-slab" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" |
| dependencies = [ |
| "lazy_static", |
| ] |
|
|
| [[package]] |
| name = "shared-memory-server" |
| version = "0.3.4" |
| dependencies = [ |
| "bincode", |
| "eyre", |
| "raw_sync_2", |
| "serde", |
| "shared_memory_extended", |
| "tracing", |
| ] |
|
|
| [[package]] |
| name = "shared_memory_extended" |
| version = "0.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "004d7ece9a3be64f85471d50967710b0a146144225bed5f0abd0514a3bed086f" |
| dependencies = [ |
| "cfg-if 1.0.0", |
| "libc", |
| "nix 0.26.4", |
| "rand", |
| "win-sys", |
| ] |
|
|
| [[package]] |
| name = "shell-escape" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f" |
|
|
| [[package]] |
| name = "shell-words" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde" |
|
|
| [[package]] |
| name = "shellexpand" |
| version = "2.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4" |
| dependencies = [ |
| "dirs 4.0.0", |
| ] |
|
|
| [[package]] |
| name = "shellexpand" |
| version = "3.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b" |
| dependencies = [ |
| "dirs 5.0.1", |
| ] |
|
|
| [[package]] |
| name = "signal-hook" |
| version = "0.3.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801" |
| dependencies = [ |
| "libc", |
| "signal-hook-registry", |
| ] |
|
|
| [[package]] |
| name = "signal-hook-mio" |
| version = "0.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af" |
| dependencies = [ |
| "libc", |
| "mio 0.8.11", |
| "signal-hook", |
| ] |
|
|
| [[package]] |
| name = "signal-hook-registry" |
| version = "1.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" |
| dependencies = [ |
| "libc", |
| ] |
|
|
| [[package]] |
| name = "signature" |
| version = "1.6.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" |
| dependencies = [ |
| "digest", |
| "rand_core", |
| ] |
|
|
| [[package]] |
| name = "simd-adler32" |
| version = "0.3.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" |
|
|
| [[package]] |
| name = "simdutf8" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a" |
|
|
| [[package]] |
| name = "similar" |
| version = "2.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fa42c91313f1d05da9b26f267f931cf178d4aba455b4c4622dd7355eb80c6640" |
| dependencies = [ |
| "bstr 0.2.17", |
| "unicode-segmentation", |
| ] |
|
|
| [[package]] |
| name = "similar-asserts" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e041bb827d1bfca18f213411d51b665309f1afb37a04a5d1464530e13779fc0f" |
| dependencies = [ |
| "console", |
| "similar", |
| ] |
|
|
| [[package]] |
| name = "skeptic" |
| version = "0.13.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "16d23b015676c90a0f01c197bfdc786c20342c73a0afdda9025adb0bc42940a8" |
| dependencies = [ |
| "bytecount", |
| "cargo_metadata 0.14.2", |
| "error-chain", |
| "glob", |
| "pulldown-cmark 0.9.6", |
| "tempfile", |
| "walkdir", |
| ] |
|
|
| [[package]] |
| name = "slab" |
| version = "0.4.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" |
| dependencies = [ |
| "autocfg", |
| ] |
|
|
| [[package]] |
| name = "slotmap" |
| version = "1.0.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a" |
| dependencies = [ |
| "serde", |
| "version_check", |
| ] |
|
|
| [[package]] |
| name = "smallvec" |
| version = "1.13.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" |
| dependencies = [ |
| "serde", |
| ] |
|
|
| [[package]] |
| name = "smithay-client-toolkit" |
| version = "0.18.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "922fd3eeab3bd820d76537ce8f582b1cf951eceb5475c28500c7457d9d17f53a" |
| dependencies = [ |
| "bitflags 2.5.0", |
| "calloop", |
| "calloop-wayland-source", |
| "cursor-icon", |
| "libc", |
| "log", |
| "memmap2", |
| "rustix 0.38.34", |
| "thiserror", |
| "wayland-backend", |
| "wayland-client", |
| "wayland-csd-frame", |
| "wayland-cursor", |
| "wayland-protocols", |
| "wayland-protocols-wlr", |
| "wayland-scanner", |
| "xkeysym", |
| ] |
|
|
| [[package]] |
| name = "smithay-clipboard" |
| version = "0.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c091e7354ea8059d6ad99eace06dd13ddeedbb0ac72d40a9a6e7ff790525882d" |
| dependencies = [ |
| "libc", |
| "smithay-client-toolkit", |
| "wayland-backend", |
| ] |
|
|
| [[package]] |
| name = "smol_str" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead" |
| dependencies = [ |
| "serde", |
| ] |
|
|
| [[package]] |
| name = "snap" |
| version = "1.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b" |
|
|
| [[package]] |
| name = "socket2" |
| version = "0.4.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d" |
| dependencies = [ |
| "libc", |
| "winapi 0.3.9", |
| ] |
|
|
| [[package]] |
| name = "socket2" |
| version = "0.5.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" |
| dependencies = [ |
| "libc", |
| "windows-sys 0.52.0", |
| ] |
|
|
| [[package]] |
| name = "socketpair" |
| version = "0.19.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "255e2c62749a9d8a59a7957add782c441e1a52a18d03d7bfde6211cf7bac94f6" |
| dependencies = [ |
| "io-extras", |
| "io-lifetimes 2.0.3", |
| "rustix 0.38.34", |
| "uuid", |
| "windows-sys 0.52.0", |
| ] |
|
|
| [[package]] |
| name = "speedy" |
| version = "0.8.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "da1992073f0e55aab599f4483c460598219b4f9ff0affa124b33580ab511e25a" |
| dependencies = [ |
| "memoffset 0.9.1", |
| "speedy-derive", |
| ] |
|
|
| [[package]] |
| name = "speedy-derive" |
| version = "0.8.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "658f2ca5276b92c3dfd65fa88316b4e032ace68f88d7570b43967784c0bac5ac" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.65", |
| ] |
|
|
| [[package]] |
| name = "spin" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" |
|
|
| [[package]] |
| name = "spin" |
| version = "0.9.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" |
| dependencies = [ |
| "lock_api", |
| ] |
|
|
| [[package]] |
| name = "spirv" |
| version = "0.3.0+sdk-1.3.268.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844" |
| dependencies = [ |
| "bitflags 2.5.0", |
| ] |
|
|
| [[package]] |
| name = "spki" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b" |
| dependencies = [ |
| "base64ct", |
| "der", |
| ] |
|
|
| [[package]] |
| name = "static_assertions" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
|
|
| [[package]] |
| name = "std_prelude" |
| version = "0.2.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8207e78455ffdf55661170876f88daf85356e4edd54e0a3dbc79586ca1e50cbe" |
|
|
| [[package]] |
| name = "stop-token" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "af91f480ee899ab2d9f8435bfdfc14d08a5754bd9d3fef1f1a1c23336aad6c8b" |
| dependencies = [ |
| "async-channel 1.9.0", |
| "cfg-if 1.0.0", |
| "futures-core", |
| "pin-project-lite", |
| ] |
|
|
| [[package]] |
| name = "strsim" |
| version = "0.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" |
|
|
| [[package]] |
| name = "strsim" |
| version = "0.11.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
|
|
| [[package]] |
| name = "strum" |
| version = "0.25.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" |
| dependencies = [ |
| "strum_macros 0.25.3", |
| ] |
|
|
| [[package]] |
| name = "strum" |
| version = "0.26.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5d8cec3501a5194c432b2b7976db6b7d10ec95c253208b45f83f7136aa985e29" |
|
|
| [[package]] |
| name = "strum_macros" |
| version = "0.25.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0" |
| dependencies = [ |
| "heck 0.4.1", |
| "proc-macro2", |
| "quote", |
| "rustversion", |
| "syn 2.0.65", |
| ] |
|
|
| [[package]] |
| name = "strum_macros" |
| version = "0.26.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c6cf59daf282c0a494ba14fd21610a0325f9f90ec9d1231dea26bcb1d696c946" |
| dependencies = [ |
| "heck 0.4.1", |
| "proc-macro2", |
| "quote", |
| "rustversion", |
| "syn 2.0.65", |
| ] |
|
|
| [[package]] |
| name = "sublime_fuzzy" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fa7986063f7c0ab374407e586d7048a3d5aac94f103f751088bf398e07cd5400" |
|
|
| [[package]] |
| name = "subtle" |
| version = "2.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" |
|
|
| [[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.65" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d2863d96a84c6439701d7a38f9de935ec562c8832cc55d1dde0f513b52fad106" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "unicode-ident", |
| ] |
|
|
| [[package]] |
| name = "sync_wrapper" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" |
|
|
| [[package]] |
| name = "syntect" |
| version = "5.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "874dcfa363995604333cf947ae9f751ca3af4522c60886774c4963943b4746b1" |
| dependencies = [ |
| "bincode", |
| "bitflags 1.3.2", |
| "flate2", |
| "fnv", |
| "once_cell", |
| "onig", |
| "plist", |
| "regex-syntax 0.8.3", |
| "serde", |
| "serde_derive", |
| "serde_json", |
| "thiserror", |
| "walkdir", |
| "yaml-rust", |
| ] |
|
|
| [[package]] |
| name = "sys-info" |
| version = "0.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0b3a0d0aba8bf96a0e1ddfdc352fc53b3df7f39318c71854910c3c4b024ae52c" |
| dependencies = [ |
| "cc", |
| "libc", |
| ] |
|
|
| [[package]] |
| name = "sysinfo" |
| version = "0.29.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cd727fc423c2060f6c92d9534cef765c65a6ed3f428a03d7def74a8c4348e666" |
| dependencies = [ |
| "cfg-if 1.0.0", |
| "core-foundation-sys", |
| "libc", |
| "ntapi", |
| "once_cell", |
| "rayon", |
| "winapi 0.3.9", |
| ] |
|
|
| [[package]] |
| name = "sysinfo" |
| version = "0.30.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "732ffa00f53e6b2af46208fba5718d9662a421049204e156328b66791ffa15ae" |
| dependencies = [ |
| "cfg-if 1.0.0", |
| "core-foundation-sys", |
| "libc", |
| "ntapi", |
| "once_cell", |
| "rayon", |
| "windows 0.52.0", |
| ] |
|
|
| [[package]] |
| name = "tap" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" |
|
|
| [[package]] |
| name = "target-lexicon" |
| version = "0.12.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f" |
|
|
| [[package]] |
| name = "tempfile" |
| version = "3.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" |
| dependencies = [ |
| "cfg-if 1.0.0", |
| "fastrand 2.1.0", |
| "rustix 0.38.34", |
| "windows-sys 0.52.0", |
| ] |
|
|
| [[package]] |
| name = "termcolor" |
| version = "1.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" |
| dependencies = [ |
| "winapi-util", |
| ] |
|
|
| [[package]] |
| name = "terminal_size" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7" |
| dependencies = [ |
| "rustix 0.38.34", |
| "windows-sys 0.48.0", |
| ] |
|
|
| [[package]] |
| name = "textwrap" |
| version = "0.16.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9" |
|
|
| [[package]] |
| name = "thiserror" |
| version = "1.0.61" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709" |
| dependencies = [ |
| "thiserror-impl", |
| ] |
|
|
| [[package]] |
| name = "thiserror-impl" |
| version = "1.0.61" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.65", |
| ] |
|
|
| [[package]] |
| name = "thread_local" |
| version = "1.1.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" |
| dependencies = [ |
| "cfg-if 1.0.0", |
| "once_cell", |
| ] |
|
|
| [[package]] |
| name = "threadpool" |
| version = "1.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" |
| dependencies = [ |
| "num_cpus", |
| ] |
|
|
| [[package]] |
| name = "thrift" |
| version = "0.16.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "09678c4cdbb4eed72e18b7c2af1329c69825ed16fcbac62d083fc3e2b0590ff0" |
| dependencies = [ |
| "byteorder", |
| "integer-encoding", |
| "log", |
| "ordered-float 1.1.1", |
| "threadpool", |
| ] |
|
|
| [[package]] |
| name = "thrift" |
| version = "0.17.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7e54bc85fc7faa8bc175c4bab5b92ba8d9a3ce893d0e9f42cc455c8ab16a9e09" |
| dependencies = [ |
| "byteorder", |
| "integer-encoding", |
| "ordered-float 2.10.1", |
| ] |
|
|
| [[package]] |
| name = "tiff" |
| version = "0.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e" |
| dependencies = [ |
| "flate2", |
| "jpeg-decoder", |
| "weezl", |
| ] |
|
|
| [[package]] |
| name = "time" |
| version = "0.3.36" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" |
| dependencies = [ |
| "deranged", |
| "itoa", |
| "js-sys", |
| "libc", |
| "num-conv", |
| "num_threads", |
| "powerfmt", |
| "serde", |
| "time-core", |
| "time-macros", |
| ] |
|
|
| [[package]] |
| name = "time-core" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" |
|
|
| [[package]] |
| name = "time-macros" |
| version = "0.2.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" |
| dependencies = [ |
| "num-conv", |
| "time-core", |
| ] |
|
|
| [[package]] |
| name = "tiny-keccak" |
| version = "2.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237" |
| dependencies = [ |
| "crunchy", |
| ] |
|
|
| [[package]] |
| name = "tinystl" |
| version = "0.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fdbcdda2f86a57b89b5d9ac17cd4c9f3917ec8edcde403badf3d992d2947af2a" |
| dependencies = [ |
| "bytemuck", |
| ] |
|
|
| [[package]] |
| name = "tinyvec" |
| version = "1.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" |
| dependencies = [ |
| "tinyvec_macros", |
| ] |
|
|
| [[package]] |
| name = "tinyvec_macros" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
|
|
| [[package]] |
| name = "tobj" |
| version = "4.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c3bd4ba05f29e4c65b6c0c11a58b6465ffa820bac890d76ad407b4e81d8372e8" |
| dependencies = [ |
| "ahash", |
| ] |
|
|
| [[package]] |
| name = "tokio" |
| version = "1.38.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a" |
| dependencies = [ |
| "backtrace", |
| "bytes", |
| "libc", |
| "mio 0.8.11", |
| "num_cpus", |
| "parking_lot", |
| "pin-project-lite", |
| "signal-hook-registry", |
| "socket2 0.5.7", |
| "tokio-macros", |
| "windows-sys 0.48.0", |
| ] |
|
|
| [[package]] |
| name = "tokio-io-timeout" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf" |
| dependencies = [ |
| "pin-project-lite", |
| "tokio", |
| ] |
|
|
| [[package]] |
| name = "tokio-macros" |
| version = "2.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.65", |
| ] |
|
|
| [[package]] |
| name = "tokio-rustls" |
| version = "0.25.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f" |
| dependencies = [ |
| "rustls 0.22.4", |
| "rustls-pki-types", |
| "tokio", |
| ] |
|
|
| [[package]] |
| name = "tokio-stream" |
| version = "0.1.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af" |
| dependencies = [ |
| "futures-core", |
| "pin-project-lite", |
| "tokio", |
| ] |
|
|
| [[package]] |
| name = "tokio-tungstenite" |
| version = "0.20.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c" |
| dependencies = [ |
| "futures-util", |
| "log", |
| "tokio", |
| "tungstenite 0.20.1", |
| ] |
|
|
| [[package]] |
| name = "tokio-util" |
| version = "0.7.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1" |
| dependencies = [ |
| "bytes", |
| "futures-core", |
| "futures-sink", |
| "pin-project-lite", |
| "tokio", |
| ] |
|
|
| [[package]] |
| name = "toml_datetime" |
| version = "0.6.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf" |
|
|
| [[package]] |
| name = "toml_edit" |
| version = "0.19.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" |
| dependencies = [ |
| "indexmap 2.2.6", |
| "toml_datetime", |
| "winnow", |
| ] |
|
|
| [[package]] |
| name = "toml_edit" |
| version = "0.21.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1" |
| dependencies = [ |
| "indexmap 2.2.6", |
| "toml_datetime", |
| "winnow", |
| ] |
|
|
| [[package]] |
| name = "tonic" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "76c4eb7a4e9ef9d4763600161f12f5070b92a578e1b634db88a6887844c91a13" |
| dependencies = [ |
| "async-stream", |
| "async-trait", |
| "axum", |
| "base64 0.21.7", |
| "bytes", |
| "h2", |
| "http 0.2.12", |
| "http-body 0.4.6", |
| "hyper 0.14.28", |
| "hyper-timeout", |
| "percent-encoding", |
| "pin-project", |
| "prost", |
| "tokio", |
| "tokio-stream", |
| "tower", |
| "tower-layer", |
| "tower-service", |
| "tracing", |
| ] |
|
|
| [[package]] |
| name = "tower" |
| version = "0.4.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" |
| dependencies = [ |
| "futures-core", |
| "futures-util", |
| "indexmap 1.9.3", |
| "pin-project", |
| "pin-project-lite", |
| "rand", |
| "slab", |
| "tokio", |
| "tokio-util", |
| "tower-layer", |
| "tower-service", |
| "tracing", |
| ] |
|
|
| [[package]] |
| name = "tower-layer" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0" |
|
|
| [[package]] |
| name = "tower-service" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" |
|
|
| [[package]] |
| name = "tracing" |
| version = "0.1.40" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" |
| dependencies = [ |
| "log", |
| "pin-project-lite", |
| "tracing-attributes", |
| "tracing-core", |
| ] |
|
|
| [[package]] |
| name = "tracing-attributes" |
| version = "0.1.27" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.65", |
| ] |
|
|
| [[package]] |
| name = "tracing-core" |
| version = "0.1.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" |
| dependencies = [ |
| "once_cell", |
| "valuable", |
| ] |
|
|
| [[package]] |
| name = "tracing-log" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f751112709b4e791d8ce53e32c4ed2d353565a795ce84da2285393f41557bdf2" |
| dependencies = [ |
| "log", |
| "once_cell", |
| "tracing-core", |
| ] |
|
|
| [[package]] |
| name = "tracing-log" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" |
| dependencies = [ |
| "log", |
| "once_cell", |
| "tracing-core", |
| ] |
|
|
| [[package]] |
| name = "tracing-opentelemetry" |
| version = "0.18.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "21ebb87a95ea13271332df069020513ab70bdb5637ca42d6e492dc3bbbad48de" |
| dependencies = [ |
| "once_cell", |
| "opentelemetry 0.18.0", |
| "tracing", |
| "tracing-core", |
| "tracing-log 0.1.4", |
| "tracing-subscriber", |
| ] |
|
|
| [[package]] |
| name = "tracing-subscriber" |
| version = "0.3.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" |
| dependencies = [ |
| "matchers", |
| "nu-ansi-term 0.46.0", |
| "once_cell", |
| "regex", |
| "sharded-slab", |
| "smallvec", |
| "thread_local", |
| "tracing", |
| "tracing-core", |
| "tracing-log 0.2.0", |
| ] |
|
|
| [[package]] |
| name = "try-lock" |
| version = "0.2.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" |
|
|
| [[package]] |
| name = "ttf-parser" |
| version = "0.21.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8" |
|
|
| [[package]] |
| name = "tungstenite" |
| version = "0.20.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9" |
| dependencies = [ |
| "byteorder", |
| "bytes", |
| "data-encoding", |
| "http 0.2.12", |
| "httparse", |
| "log", |
| "rand", |
| "sha1", |
| "thiserror", |
| "url", |
| "utf-8", |
| ] |
|
|
| [[package]] |
| name = "tungstenite" |
| version = "0.21.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1" |
| dependencies = [ |
| "byteorder", |
| "bytes", |
| "data-encoding", |
| "http 1.1.0", |
| "httparse", |
| "log", |
| "rand", |
| "sha1", |
| "thiserror", |
| "url", |
| "utf-8", |
| ] |
|
|
| [[package]] |
| name = "twox-hash" |
| version = "1.6.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" |
| dependencies = [ |
| "cfg-if 0.1.10", |
| "static_assertions", |
| ] |
|
|
| [[package]] |
| name = "type-map" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "deb68604048ff8fa93347f02441e4487594adc20bb8a084f9e564d2b827a0a9f" |
| dependencies = [ |
| "rustc-hash", |
| ] |
|
|
| [[package]] |
| name = "typenum" |
| version = "1.17.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" |
|
|
| [[package]] |
| name = "ucd-trie" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9" |
|
|
| [[package]] |
| name = "uds_windows" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9" |
| dependencies = [ |
| "memoffset 0.9.1", |
| "tempfile", |
| "winapi 0.3.9", |
| ] |
|
|
| [[package]] |
| name = "uhlc" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8d291a7454d390b753ef68df8145da18367e32883ec2fa863959f0aefb915cdb" |
| dependencies = [ |
| "hex", |
| "humantime", |
| "lazy_static", |
| "log", |
| "serde", |
| "spin 0.9.8", |
| "uuid", |
| ] |
|
|
| [[package]] |
| name = "unicase" |
| version = "2.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89" |
| dependencies = [ |
| "version_check", |
| ] |
|
|
| [[package]] |
| name = "unicode-bidi" |
| version = "0.3.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" |
|
|
| [[package]] |
| name = "unicode-ident" |
| version = "1.0.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" |
|
|
| [[package]] |
| name = "unicode-normalization" |
| version = "0.1.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" |
| dependencies = [ |
| "tinyvec", |
| ] |
|
|
| [[package]] |
| name = "unicode-segmentation" |
| version = "1.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" |
|
|
| [[package]] |
| name = "unicode-width" |
| version = "0.1.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6" |
|
|
| [[package]] |
| name = "unicode-xid" |
| version = "0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" |
|
|
| [[package]] |
| name = "unindent" |
| version = "0.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce" |
|
|
| [[package]] |
| name = "uninit" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3e130f2ed46ca5d8ec13c7ff95836827f92f5f5f37fd2b2bf16f33c408d98bb6" |
| dependencies = [ |
| "extension-traits", |
| ] |
|
|
| [[package]] |
| name = "unsafe-libyaml" |
| version = "0.2.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" |
|
|
| [[package]] |
| name = "untrusted" |
| version = "0.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" |
|
|
| [[package]] |
| name = "untrusted" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" |
|
|
| [[package]] |
| name = "unwind_safe" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0976c77def3f1f75c4ef892a292c31c0bbe9e3d0702c63044d7c76db298171a3" |
|
|
| [[package]] |
| name = "unzip-n" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c2e7e85a0596447f0f2ac090e16bc4c516c6fe91771fb0c0ccf7fa3dae896b9c" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| ] |
|
|
| [[package]] |
| name = "ureq" |
| version = "2.9.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d11a831e3c0b56e438a28308e7c810799e3c118417f342d30ecec080105395cd" |
| dependencies = [ |
| "base64 0.22.1", |
| "flate2", |
| "log", |
| "once_cell", |
| "rustls 0.22.4", |
| "rustls-pki-types", |
| "rustls-webpki", |
| "url", |
| "webpki-roots 0.26.1", |
| ] |
|
|
| [[package]] |
| name = "url" |
| version = "2.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633" |
| dependencies = [ |
| "form_urlencoded", |
| "idna", |
| "percent-encoding", |
| "serde", |
| ] |
|
|
| [[package]] |
| name = "urlencoding" |
| version = "2.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" |
|
|
| [[package]] |
| name = "utf-8" |
| version = "0.7.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" |
|
|
| [[package]] |
| name = "utf8parse" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" |
|
|
| [[package]] |
| name = "uuid" |
| version = "1.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0" |
| dependencies = [ |
| "atomic", |
| "getrandom", |
| "rand", |
| "serde", |
| "uuid-macro-internal", |
| "wasm-bindgen", |
| ] |
|
|
| [[package]] |
| name = "uuid-macro-internal" |
| version = "1.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9881bea7cbe687e36c9ab3b778c36cd0487402e270304e8b1296d5085303c1a2" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.65", |
| ] |
|
|
| [[package]] |
| name = "validated_struct" |
| version = "2.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "feef04c049b4beae3037a2a31b8da40d8cebec0b97456f24c7de0ede4ed9efed" |
| dependencies = [ |
| "json5", |
| "serde", |
| "serde_json", |
| "validated_struct_macros", |
| ] |
|
|
| [[package]] |
| name = "validated_struct_macros" |
| version = "2.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9d4444a980afa9ef0d29c2a3f4d952ec0495a7a996a9c78b52698b71bc21edb4" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| "unzip-n", |
| ] |
|
|
| [[package]] |
| name = "valuable" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" |
|
|
| [[package]] |
| name = "value-bag" |
| version = "1.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101" |
|
|
| [[package]] |
| name = "vcpkg" |
| version = "0.2.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" |
|
|
| [[package]] |
| name = "vec1" |
| version = "1.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ffb60dcfffc189bfd4e2a81333c268619fee9db53da71bce2bcbd8e129c56936" |
|
|
| [[package]] |
| name = "vec_map" |
| version = "0.8.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" |
|
|
| [[package]] |
| name = "version_check" |
| version = "0.9.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" |
|
|
| [[package]] |
| name = "waker-fn" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7" |
|
|
| [[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 = "want" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" |
| dependencies = [ |
| "try-lock", |
| ] |
|
|
| [[package]] |
| name = "wasi" |
| version = "0.11.0+wasi-snapshot-preview1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
|
|
| [[package]] |
| name = "wasm-bindgen" |
| version = "0.2.92" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" |
| dependencies = [ |
| "cfg-if 1.0.0", |
| "wasm-bindgen-macro", |
| ] |
|
|
| [[package]] |
| name = "wasm-bindgen-backend" |
| version = "0.2.92" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" |
| dependencies = [ |
| "bumpalo", |
| "log", |
| "once_cell", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.65", |
| "wasm-bindgen-shared", |
| ] |
|
|
| [[package]] |
| name = "wasm-bindgen-futures" |
| version = "0.4.42" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0" |
| dependencies = [ |
| "cfg-if 1.0.0", |
| "js-sys", |
| "wasm-bindgen", |
| "web-sys", |
| ] |
|
|
| [[package]] |
| name = "wasm-bindgen-macro" |
| version = "0.2.92" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" |
| dependencies = [ |
| "quote", |
| "wasm-bindgen-macro-support", |
| ] |
|
|
| [[package]] |
| name = "wasm-bindgen-macro-support" |
| version = "0.2.92" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.65", |
| "wasm-bindgen-backend", |
| "wasm-bindgen-shared", |
| ] |
|
|
| [[package]] |
| name = "wasm-bindgen-shared" |
| version = "0.2.92" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" |
|
|
| [[package]] |
| name = "wasm-streams" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b65dc4c90b63b118468cf747d8bf3566c1913ef60be765b5730ead9e0a3ba129" |
| dependencies = [ |
| "futures-util", |
| "js-sys", |
| "wasm-bindgen", |
| "wasm-bindgen-futures", |
| "web-sys", |
| ] |
|
|
| [[package]] |
| name = "wayland-backend" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9d50fa61ce90d76474c87f5fc002828d81b32677340112b4ef08079a9d459a40" |
| dependencies = [ |
| "cc", |
| "downcast-rs", |
| "rustix 0.38.34", |
| "scoped-tls", |
| "smallvec", |
| "wayland-sys", |
| ] |
|
|
| [[package]] |
| name = "wayland-client" |
| version = "0.31.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "82fb96ee935c2cea6668ccb470fb7771f6215d1691746c2d896b447a00ad3f1f" |
| dependencies = [ |
| "bitflags 2.5.0", |
| "rustix 0.38.34", |
| "wayland-backend", |
| "wayland-scanner", |
| ] |
|
|
| [[package]] |
| name = "wayland-csd-frame" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e" |
| dependencies = [ |
| "bitflags 2.5.0", |
| "cursor-icon", |
| "wayland-backend", |
| ] |
|
|
| [[package]] |
| name = "wayland-cursor" |
| version = "0.31.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "71ce5fa868dd13d11a0d04c5e2e65726d0897be8de247c0c5a65886e283231ba" |
| dependencies = [ |
| "rustix 0.38.34", |
| "wayland-client", |
| "xcursor", |
| ] |
|
|
| [[package]] |
| name = "wayland-protocols" |
| version = "0.31.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4" |
| dependencies = [ |
| "bitflags 2.5.0", |
| "wayland-backend", |
| "wayland-client", |
| "wayland-scanner", |
| ] |
|
|
| [[package]] |
| name = "wayland-protocols-plasma" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479" |
| dependencies = [ |
| "bitflags 2.5.0", |
| "wayland-backend", |
| "wayland-client", |
| "wayland-protocols", |
| "wayland-scanner", |
| ] |
|
|
| [[package]] |
| name = "wayland-protocols-wlr" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ad1f61b76b6c2d8742e10f9ba5c3737f6530b4c243132c2a2ccc8aa96fe25cd6" |
| dependencies = [ |
| "bitflags 2.5.0", |
| "wayland-backend", |
| "wayland-client", |
| "wayland-protocols", |
| "wayland-scanner", |
| ] |
|
|
| [[package]] |
| name = "wayland-scanner" |
| version = "0.31.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "63b3a62929287001986fb58c789dce9b67604a397c15c611ad9f747300b6c283" |
| dependencies = [ |
| "proc-macro2", |
| "quick-xml", |
| "quote", |
| ] |
|
|
| [[package]] |
| name = "wayland-sys" |
| version = "0.31.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "15a0c8eaff5216d07f226cb7a549159267f3467b289d9a2e52fd3ef5aae2b7af" |
| dependencies = [ |
| "dlib", |
| "log", |
| "once_cell", |
| "pkg-config", |
| ] |
|
|
| [[package]] |
| name = "web-sys" |
| version = "0.3.69" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef" |
| dependencies = [ |
| "js-sys", |
| "wasm-bindgen", |
| ] |
|
|
| [[package]] |
| name = "web-time" |
| version = "0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "aa30049b1c872b72c89866d458eae9f20380ab280ffd1b1e18df2d3e2d98cfe0" |
| dependencies = [ |
| "js-sys", |
| "wasm-bindgen", |
| ] |
|
|
| [[package]] |
| name = "webbrowser" |
| version = "0.8.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "db67ae75a9405634f5882791678772c94ff5f16a66535aae186e26aa0841fc8b" |
| dependencies = [ |
| "core-foundation", |
| "home", |
| "jni", |
| "log", |
| "ndk-context", |
| "objc", |
| "raw-window-handle 0.5.2", |
| "url", |
| "web-sys", |
| ] |
|
|
| [[package]] |
| name = "webpki" |
| version = "0.22.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53" |
| dependencies = [ |
| "ring 0.17.8", |
| "untrusted 0.9.0", |
| ] |
|
|
| [[package]] |
| name = "webpki-roots" |
| version = "0.22.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87" |
| dependencies = [ |
| "webpki", |
| ] |
|
|
| [[package]] |
| name = "webpki-roots" |
| version = "0.26.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b3de34ae270483955a94f4b21bdaaeb83d508bb84a01435f393818edb0012009" |
| dependencies = [ |
| "rustls-pki-types", |
| ] |
|
|
| [[package]] |
| name = "weezl" |
| version = "0.1.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082" |
|
|
| [[package]] |
| name = "wgpu" |
| version = "0.19.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cbd7311dbd2abcfebaabf1841a2824ed7c8be443a0f29166e5d3c6a53a762c01" |
| dependencies = [ |
| "arrayvec", |
| "cfg-if 1.0.0", |
| "cfg_aliases 0.1.1", |
| "js-sys", |
| "log", |
| "naga", |
| "parking_lot", |
| "profiling", |
| "raw-window-handle 0.6.2", |
| "smallvec", |
| "static_assertions", |
| "wasm-bindgen", |
| "wasm-bindgen-futures", |
| "web-sys", |
| "wgpu-core", |
| "wgpu-hal", |
| "wgpu-types", |
| ] |
|
|
| [[package]] |
| name = "wgpu-core" |
| version = "0.19.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "28b94525fc99ba9e5c9a9e24764f2bc29bad0911a7446c12f446a8277369bf3a" |
| dependencies = [ |
| "arrayvec", |
| "bit-vec", |
| "bitflags 2.5.0", |
| "cfg_aliases 0.1.1", |
| "codespan-reporting", |
| "indexmap 2.2.6", |
| "log", |
| "naga", |
| "once_cell", |
| "parking_lot", |
| "profiling", |
| "raw-window-handle 0.6.2", |
| "rustc-hash", |
| "smallvec", |
| "thiserror", |
| "web-sys", |
| "wgpu-hal", |
| "wgpu-types", |
| ] |
|
|
| [[package]] |
| name = "wgpu-hal" |
| version = "0.19.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fc1a4924366df7ab41a5d8546d6534f1f33231aa5b3f72b9930e300f254e39c3" |
| dependencies = [ |
| "android_system_properties", |
| "arrayvec", |
| "ash", |
| "bitflags 2.5.0", |
| "block", |
| "cfg_aliases 0.1.1", |
| "core-graphics-types", |
| "glow", |
| "glutin_wgl_sys", |
| "gpu-alloc", |
| "gpu-allocator", |
| "gpu-descriptor", |
| "hassle-rs", |
| "js-sys", |
| "khronos-egl", |
| "libc", |
| "libloading 0.8.3", |
| "log", |
| "metal", |
| "naga", |
| "ndk-sys", |
| "objc", |
| "once_cell", |
| "parking_lot", |
| "profiling", |
| "raw-window-handle 0.6.2", |
| "renderdoc-sys", |
| "rustc-hash", |
| "smallvec", |
| "thiserror", |
| "wasm-bindgen", |
| "web-sys", |
| "wgpu-types", |
| "winapi 0.3.9", |
| ] |
|
|
| [[package]] |
| name = "wgpu-types" |
| version = "0.19.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b671ff9fb03f78b46ff176494ee1ebe7d603393f42664be55b64dc8d53969805" |
| dependencies = [ |
| "bitflags 2.5.0", |
| "js-sys", |
| "web-sys", |
| ] |
|
|
| [[package]] |
| name = "which" |
| version = "5.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9bf3ea8596f3a0dd5980b46430f2058dfe2c36a27ccfbb1845d6fbfcd9ba6e14" |
| dependencies = [ |
| "either", |
| "home", |
| "once_cell", |
| "rustix 0.38.34", |
| "windows-sys 0.48.0", |
| ] |
|
|
| [[package]] |
| name = "widestring" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311" |
|
|
| [[package]] |
| name = "wild" |
| version = "2.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a3131afc8c575281e1e80f36ed6a092aa502c08b18ed7524e86fbbb12bb410e1" |
| dependencies = [ |
| "glob", |
| ] |
|
|
| [[package]] |
| name = "win-sys" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5b7b128a98c1cfa201b09eb49ba285887deb3cbe7466a98850eb1adabb452be5" |
| dependencies = [ |
| "windows 0.34.0", |
| ] |
|
|
| [[package]] |
| name = "winapi" |
| version = "0.2.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" |
|
|
| [[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-build" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" |
|
|
| [[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.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b" |
| dependencies = [ |
| "windows-sys 0.52.0", |
| ] |
|
|
| [[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" |
| version = "0.34.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "45296b64204227616fdbf2614cefa4c236b98ee64dfaaaa435207ed99fe7829f" |
| dependencies = [ |
| "windows_aarch64_msvc 0.34.0", |
| "windows_i686_gnu 0.34.0", |
| "windows_i686_msvc 0.34.0", |
| "windows_x86_64_gnu 0.34.0", |
| "windows_x86_64_msvc 0.34.0", |
| ] |
|
|
| [[package]] |
| name = "windows" |
| version = "0.48.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" |
| dependencies = [ |
| "windows-implement", |
| "windows-interface", |
| "windows-targets 0.48.5", |
| ] |
|
|
| [[package]] |
| name = "windows" |
| version = "0.52.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be" |
| dependencies = [ |
| "windows-core", |
| "windows-targets 0.52.5", |
| ] |
|
|
| [[package]] |
| name = "windows-core" |
| version = "0.52.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" |
| dependencies = [ |
| "windows-targets 0.52.5", |
| ] |
|
|
| [[package]] |
| name = "windows-implement" |
| version = "0.48.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5e2ee588991b9e7e6c8338edf3333fbe4da35dc72092643958ebb43f0ab2c49c" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| ] |
|
|
| [[package]] |
| name = "windows-interface" |
| version = "0.48.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e6fb8df20c9bcaa8ad6ab513f7b40104840c8867d5751126e4df3b08388d0cc7" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| ] |
|
|
| [[package]] |
| name = "windows-sys" |
| version = "0.42.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" |
| dependencies = [ |
| "windows_aarch64_gnullvm 0.42.2", |
| "windows_aarch64_msvc 0.42.2", |
| "windows_i686_gnu 0.42.2", |
| "windows_i686_msvc 0.42.2", |
| "windows_x86_64_gnu 0.42.2", |
| "windows_x86_64_gnullvm 0.42.2", |
| "windows_x86_64_msvc 0.42.2", |
| ] |
|
|
| [[package]] |
| name = "windows-sys" |
| version = "0.45.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" |
| dependencies = [ |
| "windows-targets 0.42.2", |
| ] |
|
|
| [[package]] |
| name = "windows-sys" |
| version = "0.48.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
| dependencies = [ |
| "windows-targets 0.48.5", |
| ] |
|
|
| [[package]] |
| name = "windows-sys" |
| version = "0.52.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| dependencies = [ |
| "windows-targets 0.52.5", |
| ] |
|
|
| [[package]] |
| name = "windows-targets" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" |
| dependencies = [ |
| "windows_aarch64_gnullvm 0.42.2", |
| "windows_aarch64_msvc 0.42.2", |
| "windows_i686_gnu 0.42.2", |
| "windows_i686_msvc 0.42.2", |
| "windows_x86_64_gnu 0.42.2", |
| "windows_x86_64_gnullvm 0.42.2", |
| "windows_x86_64_msvc 0.42.2", |
| ] |
|
|
| [[package]] |
| name = "windows-targets" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
| dependencies = [ |
| "windows_aarch64_gnullvm 0.48.5", |
| "windows_aarch64_msvc 0.48.5", |
| "windows_i686_gnu 0.48.5", |
| "windows_i686_msvc 0.48.5", |
| "windows_x86_64_gnu 0.48.5", |
| "windows_x86_64_gnullvm 0.48.5", |
| "windows_x86_64_msvc 0.48.5", |
| ] |
|
|
| [[package]] |
| name = "windows-targets" |
| version = "0.52.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb" |
| dependencies = [ |
| "windows_aarch64_gnullvm 0.52.5", |
| "windows_aarch64_msvc 0.52.5", |
| "windows_i686_gnu 0.52.5", |
| "windows_i686_gnullvm", |
| "windows_i686_msvc 0.52.5", |
| "windows_x86_64_gnu 0.52.5", |
| "windows_x86_64_gnullvm 0.52.5", |
| "windows_x86_64_msvc 0.52.5", |
| ] |
|
|
| [[package]] |
| name = "windows_aarch64_gnullvm" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" |
|
|
| [[package]] |
| name = "windows_aarch64_gnullvm" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
|
|
| [[package]] |
| name = "windows_aarch64_gnullvm" |
| version = "0.52.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263" |
|
|
| [[package]] |
| name = "windows_aarch64_msvc" |
| version = "0.34.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d" |
|
|
| [[package]] |
| name = "windows_aarch64_msvc" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" |
|
|
| [[package]] |
| name = "windows_aarch64_msvc" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
|
|
| [[package]] |
| name = "windows_aarch64_msvc" |
| version = "0.52.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6" |
|
|
| [[package]] |
| name = "windows_i686_gnu" |
| version = "0.34.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed" |
|
|
| [[package]] |
| name = "windows_i686_gnu" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" |
|
|
| [[package]] |
| name = "windows_i686_gnu" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
|
|
| [[package]] |
| name = "windows_i686_gnu" |
| version = "0.52.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670" |
|
|
| [[package]] |
| name = "windows_i686_gnullvm" |
| version = "0.52.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9" |
|
|
| [[package]] |
| name = "windows_i686_msvc" |
| version = "0.34.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956" |
|
|
| [[package]] |
| name = "windows_i686_msvc" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" |
|
|
| [[package]] |
| name = "windows_i686_msvc" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
|
|
| [[package]] |
| name = "windows_i686_msvc" |
| version = "0.52.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf" |
|
|
| [[package]] |
| name = "windows_x86_64_gnu" |
| version = "0.34.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4" |
|
|
| [[package]] |
| name = "windows_x86_64_gnu" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" |
|
|
| [[package]] |
| name = "windows_x86_64_gnu" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
|
|
| [[package]] |
| name = "windows_x86_64_gnu" |
| version = "0.52.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9" |
|
|
| [[package]] |
| name = "windows_x86_64_gnullvm" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" |
|
|
| [[package]] |
| name = "windows_x86_64_gnullvm" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
|
|
| [[package]] |
| name = "windows_x86_64_gnullvm" |
| version = "0.52.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596" |
|
|
| [[package]] |
| name = "windows_x86_64_msvc" |
| version = "0.34.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9" |
|
|
| [[package]] |
| name = "windows_x86_64_msvc" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" |
|
|
| [[package]] |
| name = "windows_x86_64_msvc" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
|
|
| [[package]] |
| name = "windows_x86_64_msvc" |
| version = "0.52.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0" |
|
|
| [[package]] |
| name = "winit" |
| version = "0.29.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0d59ad965a635657faf09c8f062badd885748428933dad8e8bdd64064d92e5ca" |
| dependencies = [ |
| "ahash", |
| "android-activity", |
| "atomic-waker", |
| "bitflags 2.5.0", |
| "bytemuck", |
| "calloop", |
| "cfg_aliases 0.1.1", |
| "core-foundation", |
| "core-graphics", |
| "cursor-icon", |
| "icrate", |
| "js-sys", |
| "libc", |
| "log", |
| "memmap2", |
| "ndk", |
| "ndk-sys", |
| "objc2 0.4.1", |
| "once_cell", |
| "orbclient", |
| "percent-encoding", |
| "raw-window-handle 0.6.2", |
| "redox_syscall 0.3.5", |
| "rustix 0.38.34", |
| "smithay-client-toolkit", |
| "smol_str", |
| "unicode-segmentation", |
| "wasm-bindgen", |
| "wasm-bindgen-futures", |
| "wayland-backend", |
| "wayland-client", |
| "wayland-protocols", |
| "wayland-protocols-plasma", |
| "web-sys", |
| "web-time", |
| "windows-sys 0.48.0", |
| "x11-dl", |
| "x11rb", |
| "xkbcommon-dl", |
| ] |
|
|
| [[package]] |
| name = "winnow" |
| version = "0.5.40" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" |
| dependencies = [ |
| "memchr", |
| ] |
|
|
| [[package]] |
| name = "winreg" |
| version = "0.52.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5" |
| dependencies = [ |
| "cfg-if 1.0.0", |
| "windows-sys 0.48.0", |
| ] |
|
|
| [[package]] |
| name = "with_builtin_macros" |
| version = "0.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a59d55032495429b87f9d69954c6c8602e4d3f3e0a747a12dea6b0b23de685da" |
| dependencies = [ |
| "with_builtin_macros-proc_macros", |
| ] |
|
|
| [[package]] |
| name = "with_builtin_macros-proc_macros" |
| version = "0.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "15bd7679c15e22924f53aee34d4e448c45b674feb6129689af88593e129f8f42" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| ] |
|
|
| [[package]] |
| name = "wrapcenum-derive" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a76ff259533532054cfbaefb115c613203c73707017459206380f03b3b3f266e" |
| dependencies = [ |
| "darling", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.65", |
| ] |
|
|
| [[package]] |
| name = "ws2_32-sys" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" |
| dependencies = [ |
| "winapi 0.2.8", |
| "winapi-build", |
| ] |
|
|
| [[package]] |
| name = "wyz" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" |
| dependencies = [ |
| "tap", |
| ] |
|
|
| [[package]] |
| name = "x11-dl" |
| version = "2.21.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f" |
| dependencies = [ |
| "libc", |
| "once_cell", |
| "pkg-config", |
| ] |
|
|
| [[package]] |
| name = "x11rb" |
| version = "0.13.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12" |
| dependencies = [ |
| "as-raw-xcb-connection", |
| "gethostname", |
| "libc", |
| "libloading 0.8.3", |
| "once_cell", |
| "rustix 0.38.34", |
| "x11rb-protocol", |
| ] |
|
|
| [[package]] |
| name = "x11rb-protocol" |
| version = "0.13.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d" |
|
|
| [[package]] |
| name = "xcursor" |
| version = "0.3.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6a0ccd7b4a5345edfcd0c3535718a4e9ff7798ffc536bb5b5a0e26ff84732911" |
|
|
| [[package]] |
| name = "xdg-home" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "21e5a325c3cb8398ad6cf859c1135b25dd29e186679cf2da7581d9679f63b38e" |
| dependencies = [ |
| "libc", |
| "winapi 0.3.9", |
| ] |
|
|
| [[package]] |
| name = "xkbcommon-dl" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5" |
| dependencies = [ |
| "bitflags 2.5.0", |
| "dlib", |
| "log", |
| "once_cell", |
| "xkeysym", |
| ] |
|
|
| [[package]] |
| name = "xkeysym" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "054a8e68b76250b253f671d1268cb7f1ae089ec35e195b2efb2a4e9a836d0621" |
|
|
| [[package]] |
| name = "xml-rs" |
| version = "0.8.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "791978798f0597cfc70478424c2b4fdc2b7a8024aaff78497ef00f24ef674193" |
|
|
| [[package]] |
| name = "xshell" |
| version = "0.2.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6db0ab86eae739efd1b054a8d3d16041914030ac4e01cd1dca0cf252fd8b6437" |
| dependencies = [ |
| "xshell-macros", |
| ] |
|
|
| [[package]] |
| name = "xshell-macros" |
| version = "0.2.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9d422e8e38ec76e2f06ee439ccc765e9c6a9638b9e7c9f2e8255e4d41e8bd852" |
|
|
| [[package]] |
| name = "yaml-rust" |
| version = "0.4.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" |
| dependencies = [ |
| "linked-hash-map", |
| ] |
|
|
| [[package]] |
| name = "zbus" |
| version = "3.15.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "675d170b632a6ad49804c8cf2105d7c31eddd3312555cffd4b740e08e97c25e6" |
| dependencies = [ |
| "async-broadcast", |
| "async-executor", |
| "async-fs 1.6.0", |
| "async-io 1.13.0", |
| "async-lock 2.8.0", |
| "async-process", |
| "async-recursion", |
| "async-task", |
| "async-trait", |
| "blocking", |
| "byteorder", |
| "derivative", |
| "enumflags2", |
| "event-listener 2.5.3", |
| "futures-core", |
| "futures-sink", |
| "futures-util", |
| "hex", |
| "nix 0.26.4", |
| "once_cell", |
| "ordered-stream", |
| "rand", |
| "serde", |
| "serde_repr", |
| "sha1", |
| "static_assertions", |
| "tracing", |
| "uds_windows", |
| "winapi 0.3.9", |
| "xdg-home", |
| "zbus_macros", |
| "zbus_names", |
| "zvariant", |
| ] |
|
|
| [[package]] |
| name = "zbus_macros" |
| version = "3.15.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7131497b0f887e8061b430c530240063d33bf9455fa34438f388a245da69e0a5" |
| dependencies = [ |
| "proc-macro-crate 1.3.1", |
| "proc-macro2", |
| "quote", |
| "regex", |
| "syn 1.0.109", |
| "zvariant_utils", |
| ] |
|
|
| [[package]] |
| name = "zbus_names" |
| version = "2.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "437d738d3750bed6ca9b8d423ccc7a8eb284f6b1d6d4e225a0e4e6258d864c8d" |
| dependencies = [ |
| "serde", |
| "static_assertions", |
| "zvariant", |
| ] |
|
|
| [[package]] |
| name = "zenoh" |
| version = "0.7.0-rc" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "44140d6ebcf2e52ee48acad0e9d960c2b1e868eec021da2538e58373d615fc18" |
| dependencies = [ |
| "async-global-executor", |
| "async-std", |
| "async-trait", |
| "base64 0.13.1", |
| "env_logger", |
| "event-listener 2.5.3", |
| "flume 0.10.14", |
| "form_urlencoded", |
| "futures", |
| "git-version", |
| "hex", |
| "lazy_static", |
| "log", |
| "ordered-float 3.9.2", |
| "petgraph", |
| "rand", |
| "regex", |
| "rustc_version", |
| "serde", |
| "serde_json", |
| "socket2 0.4.10", |
| "stop-token", |
| "uhlc", |
| "uuid", |
| "vec_map", |
| "zenoh-buffers", |
| "zenoh-cfg-properties", |
| "zenoh-collections", |
| "zenoh-config", |
| "zenoh-core", |
| "zenoh-crypto", |
| "zenoh-link", |
| "zenoh-plugin-trait", |
| "zenoh-protocol", |
| "zenoh-protocol-core", |
| "zenoh-sync", |
| "zenoh-transport", |
| "zenoh-util", |
| ] |
|
|
| [[package]] |
| name = "zenoh-buffers" |
| version = "0.7.0-rc" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "244d54f1228d3c53fc69483faafcfcc1b4d670b60cffce17696fc49fbc7a6608" |
| dependencies = [ |
| "async-std", |
| "hex", |
| "zenoh-collections", |
| "zenoh-core", |
| ] |
|
|
| [[package]] |
| name = "zenoh-cfg-properties" |
| version = "0.7.0-rc" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a963395194bf1b64f67d89333e8089f01568ec7ac28c305847f505452a98006e" |
| dependencies = [ |
| "zenoh-core", |
| "zenoh-macros", |
| ] |
|
|
| [[package]] |
| name = "zenoh-collections" |
| version = "0.7.0-rc" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e256d7aff2c9af765d77efbfae7fcb708d2d7f4e179aa201bff2f81ad7a3845" |
| dependencies = [ |
| "async-std", |
| "async-trait", |
| "flume 0.10.14", |
| "log", |
| "zenoh-core", |
| "zenoh-sync", |
| ] |
|
|
| [[package]] |
| name = "zenoh-config" |
| version = "0.7.0-rc" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bad1ff61abf28c57e8879ec4286fa29becf7e9bf12555df9a7faddff3bc9ea1b" |
| dependencies = [ |
| "flume 0.10.14", |
| "json5", |
| "num_cpus", |
| "serde", |
| "serde_json", |
| "serde_yaml 0.9.34+deprecated", |
| "validated_struct", |
| "zenoh-cfg-properties", |
| "zenoh-core", |
| "zenoh-protocol-core", |
| "zenoh-util", |
| ] |
|
|
| [[package]] |
| name = "zenoh-core" |
| version = "0.7.0-rc" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1b0f55158f3f83555db74d4cf5ebc34f90df5d2992cc0de67eba69b99628605e" |
| dependencies = [ |
| "anyhow", |
| "async-std", |
| "lazy_static", |
| "zenoh-macros", |
| ] |
|
|
| [[package]] |
| name = "zenoh-crypto" |
| version = "0.7.0-rc" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "653ba15479a0e3f1a94d7f079babc52f742f3a2bd995c59bc250cfc9a789dbbc" |
| dependencies = [ |
| "aes", |
| "hmac", |
| "rand", |
| "rand_chacha", |
| "sha3", |
| "zenoh-core", |
| ] |
|
|
| [[package]] |
| name = "zenoh-link" |
| version = "0.7.0-rc" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0e58770c73cf0b5ec8fbe104d609eec83f9bc3463ea23a583c8b465de77f7d27" |
| dependencies = [ |
| "async-std", |
| "async-trait", |
| "zenoh-cfg-properties", |
| "zenoh-config", |
| "zenoh-core", |
| "zenoh-link-commons", |
| "zenoh-link-quic", |
| "zenoh-link-tcp", |
| "zenoh-link-tls", |
| "zenoh-link-udp", |
| "zenoh-link-unixsock_stream", |
| "zenoh-protocol-core", |
| ] |
|
|
| [[package]] |
| name = "zenoh-link-commons" |
| version = "0.7.0-rc" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "21aab9eeb2aba53e37aae57467ffca1268d209811c5e2f39761aab4c1343bce3" |
| dependencies = [ |
| "async-std", |
| "async-trait", |
| "flume 0.10.14", |
| "serde", |
| "zenoh-buffers", |
| "zenoh-cfg-properties", |
| "zenoh-core", |
| "zenoh-protocol", |
| "zenoh-protocol-core", |
| ] |
|
|
| [[package]] |
| name = "zenoh-link-quic" |
| version = "0.7.0-rc" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a9f1354094eb4d5e4b864b5aa385efce46f94a43f6ba57dd9ea9a017e6e74176" |
| dependencies = [ |
| "async-std", |
| "async-trait", |
| "futures", |
| "log", |
| "quinn", |
| "rustls 0.20.9", |
| "rustls-native-certs", |
| "rustls-pemfile 1.0.4", |
| "webpki", |
| "zenoh-cfg-properties", |
| "zenoh-config", |
| "zenoh-core", |
| "zenoh-link-commons", |
| "zenoh-protocol-core", |
| "zenoh-sync", |
| "zenoh-util", |
| ] |
|
|
| [[package]] |
| name = "zenoh-link-tcp" |
| version = "0.7.0-rc" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "55ffc29707a50680dba124dd4d8bc3bc19feb158db8312433bfc3078f7b8f1ef" |
| dependencies = [ |
| "async-std", |
| "async-trait", |
| "log", |
| "zenoh-core", |
| "zenoh-link-commons", |
| "zenoh-protocol-core", |
| "zenoh-sync", |
| "zenoh-util", |
| ] |
|
|
| [[package]] |
| name = "zenoh-link-tls" |
| version = "0.7.0-rc" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2a5630b3a218c7179191dab78ebc45da1837793951bddb8fda4f5900b47da552" |
| dependencies = [ |
| "async-rustls", |
| "async-std", |
| "async-trait", |
| "futures", |
| "log", |
| "rustls-pemfile 1.0.4", |
| "webpki", |
| "webpki-roots 0.22.6", |
| "zenoh-cfg-properties", |
| "zenoh-config", |
| "zenoh-core", |
| "zenoh-link-commons", |
| "zenoh-protocol-core", |
| "zenoh-sync", |
| "zenoh-util", |
| ] |
|
|
| [[package]] |
| name = "zenoh-link-udp" |
| version = "0.7.0-rc" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "176494947bd3a6aa10baa469afa4572635822683830808cd71d5554ce15dfebb" |
| dependencies = [ |
| "async-std", |
| "async-trait", |
| "log", |
| "socket2 0.4.10", |
| "zenoh-collections", |
| "zenoh-core", |
| "zenoh-link-commons", |
| "zenoh-protocol-core", |
| "zenoh-sync", |
| "zenoh-util", |
| ] |
|
|
| [[package]] |
| name = "zenoh-link-unixsock_stream" |
| version = "0.7.0-rc" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1d9974305820f92478490ba8b8f119eb5b7d7b4998a7125d1510f6e69f3f81d1" |
| dependencies = [ |
| "async-std", |
| "async-trait", |
| "futures", |
| "log", |
| "nix 0.26.4", |
| "uuid", |
| "zenoh-core", |
| "zenoh-link-commons", |
| "zenoh-protocol-core", |
| "zenoh-sync", |
| ] |
|
|
| [[package]] |
| name = "zenoh-macros" |
| version = "0.7.0-rc" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3a9ac20b120990778cca204ee46c43a37ed4ffbc331e95702615490f9c169de8" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "rustc_version", |
| "syn 1.0.109", |
| "unzip-n", |
| ] |
|
|
| [[package]] |
| name = "zenoh-plugin-trait" |
| version = "0.7.0-rc" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b3b8bfb8e2625e1150dab46b7a4433f866aa06af763237d564b1aa8f6aaf0b29" |
| dependencies = [ |
| "libloading 0.7.4", |
| "log", |
| "serde_json", |
| "zenoh-core", |
| "zenoh-macros", |
| "zenoh-util", |
| ] |
|
|
| [[package]] |
| name = "zenoh-protocol" |
| version = "0.7.0-rc" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "174a00456e29d941a4230148fd184953e95883bde47a4cfc1a508e0aaec89a89" |
| dependencies = [ |
| "log", |
| "uhlc", |
| "zenoh-buffers", |
| "zenoh-core", |
| "zenoh-protocol-core", |
| ] |
|
|
| [[package]] |
| name = "zenoh-protocol-core" |
| version = "0.7.0-rc" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cdf3eaea2095d2c13fefdae25aca813b3644fc15e1441e16a4398b5113033753" |
| dependencies = [ |
| "hex", |
| "itertools 0.10.5", |
| "lazy_static", |
| "rand", |
| "serde", |
| "uhlc", |
| "uuid", |
| "zenoh-core", |
| ] |
|
|
| [[package]] |
| name = "zenoh-sync" |
| version = "0.7.0-rc" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "821070b62a55d4c8a22e1e06c939c1f2d94767e660df9fcbea377781f72f59bf" |
| dependencies = [ |
| "async-std", |
| "event-listener 2.5.3", |
| "flume 0.10.14", |
| "futures", |
| "tokio", |
| "zenoh-core", |
| ] |
|
|
| [[package]] |
| name = "zenoh-transport" |
| version = "0.7.0-rc" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ce4387cfc02cb86383de8e65ab1eb204e3908c5f1db9e6b4defd8ad530c9ddea" |
| dependencies = [ |
| "async-executor", |
| "async-global-executor", |
| "async-std", |
| "async-trait", |
| "flume 0.10.14", |
| "log", |
| "paste", |
| "rand", |
| "ringbuffer-spsc", |
| "rsa", |
| "serde", |
| "zenoh-buffers", |
| "zenoh-cfg-properties", |
| "zenoh-collections", |
| "zenoh-config", |
| "zenoh-core", |
| "zenoh-crypto", |
| "zenoh-link", |
| "zenoh-protocol", |
| "zenoh-protocol-core", |
| "zenoh-sync", |
| ] |
|
|
| [[package]] |
| name = "zenoh-util" |
| version = "0.7.0-rc" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "54646455dad3940535e97cce03f1b604265177349133903d989bc72e00011404" |
| dependencies = [ |
| "async-std", |
| "clap 3.2.25", |
| "futures", |
| "hex", |
| "home", |
| "humantime", |
| "lazy_static", |
| "libc", |
| "libloading 0.7.4", |
| "log", |
| "pnet", |
| "pnet_datalink", |
| "shellexpand 3.1.0", |
| "winapi 0.3.9", |
| "zenoh-cfg-properties", |
| "zenoh-collections", |
| "zenoh-core", |
| "zenoh-crypto", |
| "zenoh-sync", |
| ] |
|
|
| [[package]] |
| name = "zerocopy" |
| version = "0.7.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087" |
| dependencies = [ |
| "zerocopy-derive", |
| ] |
|
|
| [[package]] |
| name = "zerocopy-derive" |
| version = "0.7.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.65", |
| ] |
|
|
| [[package]] |
| name = "zeroize" |
| version = "1.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d" |
|
|
| [[package]] |
| name = "zstd" |
| version = "0.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bffb3309596d527cfcba7dfc6ed6052f1d39dfbd7c867aa2e865e4a449c10110" |
| dependencies = [ |
| "zstd-safe", |
| ] |
|
|
| [[package]] |
| name = "zstd-safe" |
| version = "7.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "43747c7422e2924c11144d5229878b98180ef8b06cca4ab5af37afc8a8d8ea3e" |
| dependencies = [ |
| "zstd-sys", |
| ] |
|
|
| [[package]] |
| name = "zstd-sys" |
| version = "2.0.9+zstd.1.5.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9e16efa8a874a0481a574084d34cc26fdb3b99627480f785888deb6386506656" |
| dependencies = [ |
| "cc", |
| "pkg-config", |
| ] |
|
|
| [[package]] |
| name = "zune-core" |
| version = "0.4.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a" |
|
|
| [[package]] |
| name = "zune-jpeg" |
| version = "0.4.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ec866b44a2a1fd6133d363f073ca1b179f438f99e7e5bfb1e33f7181facfe448" |
| dependencies = [ |
| "zune-core", |
| ] |
|
|
| [[package]] |
| name = "zvariant" |
| version = "3.15.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4eef2be88ba09b358d3b58aca6e41cd853631d44787f319a1383ca83424fb2db" |
| dependencies = [ |
| "byteorder", |
| "enumflags2", |
| "libc", |
| "serde", |
| "static_assertions", |
| "url", |
| "zvariant_derive", |
| ] |
|
|
| [[package]] |
| name = "zvariant_derive" |
| version = "3.15.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "37c24dc0bed72f5f90d1f8bb5b07228cbf63b3c6e9f82d82559d4bae666e7ed9" |
| dependencies = [ |
| "proc-macro-crate 1.3.1", |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| "zvariant_utils", |
| ] |
|
|
| [[package]] |
| name = "zvariant_utils" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7234f0d811589db492d16893e3f21e8e2fd282e6d01b0cddee310322062cc200" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| ] |
|
|