| 153 |
153 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 154 |
154 |
|
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
|
| 155 |
155 |
|
|
| 156 |
|
- |
[[package]]
|
| 157 |
|
- |
name = "aws-lc-rs"
|
| 158 |
|
- |
version = "1.16.1"
|
| 159 |
|
- |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 160 |
|
- |
checksum = "94bffc006df10ac2a68c83692d734a465f8ee6c5b384d8545a636f81d858f4bf"
|
| 161 |
|
- |
dependencies = [
|
| 162 |
|
- |
"aws-lc-sys",
|
| 163 |
|
- |
"zeroize",
|
| 164 |
|
- |
]
|
| 165 |
|
- |
|
| 166 |
|
- |
[[package]]
|
| 167 |
|
- |
name = "aws-lc-sys"
|
| 168 |
|
- |
version = "0.38.0"
|
| 169 |
|
- |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 170 |
|
- |
checksum = "4321e568ed89bb5a7d291a7f37997c2c0df89809d7b6d12062c81ddb54aa782e"
|
| 171 |
|
- |
dependencies = [
|
| 172 |
|
- |
"cc",
|
| 173 |
|
- |
"cmake",
|
| 174 |
|
- |
"dunce",
|
| 175 |
|
- |
"fs_extra",
|
| 176 |
|
- |
]
|
| 177 |
|
- |
|
| 178 |
156 |
|
[[package]]
|
| 179 |
157 |
|
name = "axum"
|
| 180 |
158 |
|
version = "0.8.8"
|
| 283 |
261 |
|
checksum = "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2"
|
| 284 |
262 |
|
dependencies = [
|
| 285 |
263 |
|
"find-msvc-tools",
|
| 286 |
|
- |
"jobserver",
|
| 287 |
|
- |
"libc",
|
| 288 |
264 |
|
"shlex",
|
| 289 |
265 |
|
]
|
| 290 |
266 |
|
|
| 294 |
270 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 295 |
271 |
|
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
| 296 |
272 |
|
|
| 297 |
|
- |
[[package]]
|
| 298 |
|
- |
name = "cfg_aliases"
|
| 299 |
|
- |
version = "0.2.1"
|
| 300 |
|
- |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 301 |
|
- |
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
| 302 |
|
- |
|
| 303 |
273 |
|
[[package]]
|
| 304 |
274 |
|
name = "chacha20"
|
| 305 |
275 |
|
version = "0.10.1"
|
| 308 |
278 |
|
dependencies = [
|
| 309 |
279 |
|
"cfg-if",
|
| 310 |
280 |
|
"cpufeatures 0.3.0",
|
| 311 |
|
- |
"rand_core 0.10.1",
|
|
281 |
+ |
"rand_core",
|
| 312 |
282 |
|
]
|
| 313 |
283 |
|
|
| 314 |
284 |
|
[[package]]
|
| 365 |
335 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 366 |
336 |
|
checksum = "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831"
|
| 367 |
337 |
|
|
| 368 |
|
- |
[[package]]
|
| 369 |
|
- |
name = "cmake"
|
| 370 |
|
- |
version = "0.1.57"
|
| 371 |
|
- |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 372 |
|
- |
checksum = "75443c44cd6b379beb8c5b45d85d0773baf31cce901fe7bb252f4eff3008ef7d"
|
| 373 |
|
- |
dependencies = [
|
| 374 |
|
- |
"cc",
|
| 375 |
|
- |
]
|
| 376 |
|
- |
|
| 377 |
338 |
|
[[package]]
|
| 378 |
339 |
|
name = "cmov"
|
| 379 |
340 |
|
version = "0.5.4"
|
| 653 |
614 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 654 |
615 |
|
checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
|
| 655 |
616 |
|
|
| 656 |
|
- |
[[package]]
|
| 657 |
|
- |
name = "dunce"
|
| 658 |
|
- |
version = "1.0.5"
|
| 659 |
|
- |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 660 |
|
- |
checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
|
| 661 |
|
- |
|
| 662 |
617 |
|
[[package]]
|
| 663 |
618 |
|
name = "dyn-clone"
|
| 664 |
619 |
|
version = "1.0.20"
|
| 749 |
704 |
|
"percent-encoding",
|
| 750 |
705 |
|
]
|
| 751 |
706 |
|
|
| 752 |
|
- |
[[package]]
|
| 753 |
|
- |
name = "fs_extra"
|
| 754 |
|
- |
version = "1.3.0"
|
| 755 |
|
- |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 756 |
|
- |
checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
|
| 757 |
|
- |
|
| 758 |
707 |
|
[[package]]
|
| 759 |
708 |
|
name = "futures"
|
| 760 |
709 |
|
version = "0.3.32"
|
| 871 |
820 |
|
checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
|
| 872 |
821 |
|
dependencies = [
|
| 873 |
822 |
|
"cfg-if",
|
| 874 |
|
- |
"js-sys",
|
| 875 |
823 |
|
"libc",
|
| 876 |
824 |
|
"wasi",
|
| 877 |
|
- |
"wasm-bindgen",
|
| 878 |
|
- |
]
|
| 879 |
|
- |
|
| 880 |
|
- |
[[package]]
|
| 881 |
|
- |
name = "getrandom"
|
| 882 |
|
- |
version = "0.3.4"
|
| 883 |
|
- |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 884 |
|
- |
checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
|
| 885 |
|
- |
dependencies = [
|
| 886 |
|
- |
"cfg-if",
|
| 887 |
|
- |
"js-sys",
|
| 888 |
|
- |
"libc",
|
| 889 |
|
- |
"r-efi 5.3.0",
|
| 890 |
|
- |
"wasip2",
|
| 891 |
|
- |
"wasm-bindgen",
|
| 892 |
825 |
|
]
|
| 893 |
826 |
|
|
| 894 |
827 |
|
[[package]]
|
| 899 |
832 |
|
dependencies = [
|
| 900 |
833 |
|
"cfg-if",
|
| 901 |
834 |
|
"libc",
|
| 902 |
|
- |
"r-efi 6.0.0",
|
| 903 |
|
- |
"rand_core 0.10.1",
|
|
835 |
+ |
"r-efi",
|
|
836 |
+ |
"rand_core",
|
| 904 |
837 |
|
"wasip2",
|
| 905 |
838 |
|
"wasip3",
|
| 906 |
839 |
|
]
|
| 962 |
895 |
|
"idna",
|
| 963 |
896 |
|
"ipnet",
|
| 964 |
897 |
|
"jni",
|
| 965 |
|
- |
"rand 0.10.2",
|
|
898 |
+ |
"rand",
|
| 966 |
899 |
|
"thiserror",
|
| 967 |
900 |
|
"tinyvec",
|
| 968 |
901 |
|
"tokio",
|
| 982 |
915 |
|
"jni",
|
| 983 |
916 |
|
"once_cell",
|
| 984 |
917 |
|
"prefix-trie",
|
| 985 |
|
- |
"rand 0.10.2",
|
|
918 |
+ |
"rand",
|
| 986 |
919 |
|
"ring",
|
| 987 |
920 |
|
"thiserror",
|
| 988 |
921 |
|
"tinyvec",
|
| 1007 |
940 |
|
"ndk-context",
|
| 1008 |
941 |
|
"once_cell",
|
| 1009 |
942 |
|
"parking_lot",
|
| 1010 |
|
- |
"rand 0.10.2",
|
|
943 |
+ |
"rand",
|
| 1011 |
944 |
|
"resolv-conf",
|
| 1012 |
945 |
|
"smallvec",
|
| 1013 |
946 |
|
"system-configuration",
|
| 1402 |
1335 |
|
"syn 2.0.117",
|
| 1403 |
1336 |
|
]
|
| 1404 |
1337 |
|
|
| 1405 |
|
- |
[[package]]
|
| 1406 |
|
- |
name = "jobserver"
|
| 1407 |
|
- |
version = "0.1.34"
|
| 1408 |
|
- |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1409 |
|
- |
checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
|
| 1410 |
|
- |
dependencies = [
|
| 1411 |
|
- |
"getrandom 0.3.4",
|
| 1412 |
|
- |
"libc",
|
| 1413 |
|
- |
]
|
| 1414 |
|
- |
|
| 1415 |
1338 |
|
[[package]]
|
| 1416 |
1339 |
|
name = "js-sys"
|
| 1417 |
1340 |
|
version = "0.3.91"
|
| 1481 |
1404 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1482 |
1405 |
|
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
|
| 1483 |
1406 |
|
|
| 1484 |
|
- |
[[package]]
|
| 1485 |
|
- |
name = "lru-slab"
|
| 1486 |
|
- |
version = "0.1.2"
|
| 1487 |
|
- |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1488 |
|
- |
checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
|
| 1489 |
|
- |
|
| 1490 |
1407 |
|
[[package]]
|
| 1491 |
1408 |
|
name = "matchers"
|
| 1492 |
1409 |
|
version = "0.2.0"
|
| 1747 |
1664 |
|
"rcgen",
|
| 1748 |
1665 |
|
"reqwest",
|
| 1749 |
1666 |
|
"rmcp",
|
|
1667 |
+ |
"rustls",
|
| 1750 |
1668 |
|
"rustls-pki-types",
|
| 1751 |
1669 |
|
"rustls-platform-verifier",
|
| 1752 |
1670 |
|
"schemars",
|
| 1788 |
1706 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1789 |
1707 |
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
| 1790 |
1708 |
|
|
| 1791 |
|
- |
[[package]]
|
| 1792 |
|
- |
name = "ppv-lite86"
|
| 1793 |
|
- |
version = "0.2.21"
|
| 1794 |
|
- |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1795 |
|
- |
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
|
| 1796 |
|
- |
dependencies = [
|
| 1797 |
|
- |
"zerocopy",
|
| 1798 |
|
- |
]
|
| 1799 |
|
- |
|
| 1800 |
1709 |
|
[[package]]
|
| 1801 |
1710 |
|
name = "prefix-trie"
|
| 1802 |
1711 |
|
version = "0.8.4"
|
| 1827 |
1736 |
|
"unicode-ident",
|
| 1828 |
1737 |
|
]
|
| 1829 |
1738 |
|
|
| 1830 |
|
- |
[[package]]
|
| 1831 |
|
- |
name = "quinn"
|
| 1832 |
|
- |
version = "0.11.9"
|
| 1833 |
|
- |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1834 |
|
- |
checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
|
| 1835 |
|
- |
dependencies = [
|
| 1836 |
|
- |
"bytes",
|
| 1837 |
|
- |
"cfg_aliases",
|
| 1838 |
|
- |
"pin-project-lite",
|
| 1839 |
|
- |
"quinn-proto",
|
| 1840 |
|
- |
"quinn-udp",
|
| 1841 |
|
- |
"rustc-hash",
|
| 1842 |
|
- |
"rustls",
|
| 1843 |
|
- |
"socket2 0.6.3",
|
| 1844 |
|
- |
"thiserror",
|
| 1845 |
|
- |
"tokio",
|
| 1846 |
|
- |
"tracing",
|
| 1847 |
|
- |
"web-time",
|
| 1848 |
|
- |
]
|
| 1849 |
|
- |
|
| 1850 |
|
- |
[[package]]
|
| 1851 |
|
- |
name = "quinn-proto"
|
| 1852 |
|
- |
version = "0.11.14"
|
| 1853 |
|
- |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1854 |
|
- |
checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098"
|
| 1855 |
|
- |
dependencies = [
|
| 1856 |
|
- |
"aws-lc-rs",
|
| 1857 |
|
- |
"bytes",
|
| 1858 |
|
- |
"getrandom 0.3.4",
|
| 1859 |
|
- |
"lru-slab",
|
| 1860 |
|
- |
"rand 0.9.2",
|
| 1861 |
|
- |
"ring",
|
| 1862 |
|
- |
"rustc-hash",
|
| 1863 |
|
- |
"rustls",
|
| 1864 |
|
- |
"rustls-pki-types",
|
| 1865 |
|
- |
"slab",
|
| 1866 |
|
- |
"thiserror",
|
| 1867 |
|
- |
"tinyvec",
|
| 1868 |
|
- |
"tracing",
|
| 1869 |
|
- |
"web-time",
|
| 1870 |
|
- |
]
|
| 1871 |
|
- |
|
| 1872 |
|
- |
[[package]]
|
| 1873 |
|
- |
name = "quinn-udp"
|
| 1874 |
|
- |
version = "0.5.14"
|
| 1875 |
|
- |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1876 |
|
- |
checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
|
| 1877 |
|
- |
dependencies = [
|
| 1878 |
|
- |
"cfg_aliases",
|
| 1879 |
|
- |
"libc",
|
| 1880 |
|
- |
"once_cell",
|
| 1881 |
|
- |
"socket2 0.6.3",
|
| 1882 |
|
- |
"tracing",
|
| 1883 |
|
- |
"windows-sys 0.52.0",
|
| 1884 |
|
- |
]
|
| 1885 |
|
- |
|
| 1886 |
1739 |
|
[[package]]
|
| 1887 |
1740 |
|
name = "quote"
|
| 1888 |
1741 |
|
version = "1.0.45"
|
| 1892 |
1745 |
|
"proc-macro2",
|
| 1893 |
1746 |
|
]
|
| 1894 |
1747 |
|
|
| 1895 |
|
- |
[[package]]
|
| 1896 |
|
- |
name = "r-efi"
|
| 1897 |
|
- |
version = "5.3.0"
|
| 1898 |
|
- |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1899 |
|
- |
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
| 1900 |
|
- |
|
| 1901 |
1748 |
|
[[package]]
|
| 1902 |
1749 |
|
name = "r-efi"
|
| 1903 |
1750 |
|
version = "6.0.0"
|
| 1904 |
1751 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1905 |
1752 |
|
checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
|
| 1906 |
1753 |
|
|
| 1907 |
|
- |
[[package]]
|
| 1908 |
|
- |
name = "rand"
|
| 1909 |
|
- |
version = "0.9.2"
|
| 1910 |
|
- |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1911 |
|
- |
checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
|
| 1912 |
|
- |
dependencies = [
|
| 1913 |
|
- |
"rand_chacha",
|
| 1914 |
|
- |
"rand_core 0.9.5",
|
| 1915 |
|
- |
]
|
| 1916 |
|
- |
|
| 1917 |
1754 |
|
[[package]]
|
| 1918 |
1755 |
|
name = "rand"
|
| 1919 |
1756 |
|
version = "0.10.2"
|
| 1922 |
1759 |
|
dependencies = [
|
| 1923 |
1760 |
|
"chacha20",
|
| 1924 |
1761 |
|
"getrandom 0.4.2",
|
| 1925 |
|
- |
"rand_core 0.10.1",
|
| 1926 |
|
- |
]
|
| 1927 |
|
- |
|
| 1928 |
|
- |
[[package]]
|
| 1929 |
|
- |
name = "rand_chacha"
|
| 1930 |
|
- |
version = "0.9.0"
|
| 1931 |
|
- |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1932 |
|
- |
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
|
| 1933 |
|
- |
dependencies = [
|
| 1934 |
|
- |
"ppv-lite86",
|
| 1935 |
|
- |
"rand_core 0.9.5",
|
| 1936 |
|
- |
]
|
| 1937 |
|
- |
|
| 1938 |
|
- |
[[package]]
|
| 1939 |
|
- |
name = "rand_core"
|
| 1940 |
|
- |
version = "0.9.5"
|
| 1941 |
|
- |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1942 |
|
- |
checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
|
| 1943 |
|
- |
dependencies = [
|
| 1944 |
|
- |
"getrandom 0.3.4",
|
|
1762 |
+ |
"rand_core",
|
| 1945 |
1763 |
|
]
|
| 1946 |
1764 |
|
|
| 1947 |
1765 |
|
[[package]]
|
| 2040 |
1858 |
|
"log",
|
| 2041 |
1859 |
|
"percent-encoding",
|
| 2042 |
1860 |
|
"pin-project-lite",
|
| 2043 |
|
- |
"quinn",
|
| 2044 |
1861 |
|
"rustls",
|
| 2045 |
1862 |
|
"rustls-pki-types",
|
| 2046 |
1863 |
|
"rustls-platform-verifier",
|
| 2113 |
1930 |
|
"syn 2.0.117",
|
| 2114 |
1931 |
|
]
|
| 2115 |
1932 |
|
|
| 2116 |
|
- |
[[package]]
|
| 2117 |
|
- |
name = "rustc-hash"
|
| 2118 |
|
- |
version = "2.1.1"
|
| 2119 |
|
- |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2120 |
|
- |
checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
|
| 2121 |
|
- |
|
| 2122 |
1933 |
|
[[package]]
|
| 2123 |
1934 |
|
name = "rustc_version"
|
| 2124 |
1935 |
|
version = "0.4.1"
|
| 2143 |
1954 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2144 |
1955 |
|
checksum = "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4"
|
| 2145 |
1956 |
|
dependencies = [
|
| 2146 |
|
- |
"aws-lc-rs",
|
| 2147 |
1957 |
|
"log",
|
| 2148 |
1958 |
|
"once_cell",
|
|
1959 |
+ |
"ring",
|
| 2149 |
1960 |
|
"rustls-pki-types",
|
| 2150 |
1961 |
|
"rustls-webpki",
|
| 2151 |
1962 |
|
"subtle",
|
| 2170 |
1981 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2171 |
1982 |
|
checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
|
| 2172 |
1983 |
|
dependencies = [
|
| 2173 |
|
- |
"web-time",
|
| 2174 |
1984 |
|
"zeroize",
|
| 2175 |
1985 |
|
]
|
| 2176 |
1986 |
|
|
| 2207 |
2017 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2208 |
2018 |
|
checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
|
| 2209 |
2019 |
|
dependencies = [
|
| 2210 |
|
- |
"aws-lc-rs",
|
| 2211 |
2020 |
|
"ring",
|
| 2212 |
2021 |
|
"rustls-pki-types",
|
| 2213 |
2022 |
|
"untrusted",
|
| 2643 |
2452 |
|
"log",
|
| 2644 |
2453 |
|
"md-5",
|
| 2645 |
2454 |
|
"memchr",
|
| 2646 |
|
- |
"rand 0.10.2",
|
|
2455 |
+ |
"rand",
|
| 2647 |
2456 |
|
"serde",
|
| 2648 |
2457 |
|
"serde_json",
|
| 2649 |
2458 |
|
"sha2 0.11.0",
|
| 3320 |
3129 |
|
"wasm-bindgen",
|
| 3321 |
3130 |
|
]
|
| 3322 |
3131 |
|
|
| 3323 |
|
- |
[[package]]
|
| 3324 |
|
- |
name = "web-time"
|
| 3325 |
|
- |
version = "1.1.0"
|
| 3326 |
|
- |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3327 |
|
- |
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
|
| 3328 |
|
- |
dependencies = [
|
| 3329 |
|
- |
"js-sys",
|
| 3330 |
|
- |
"wasm-bindgen",
|
| 3331 |
|
- |
]
|
| 3332 |
|
- |
|
| 3333 |
3132 |
|
[[package]]
|
| 3334 |
3133 |
|
name = "webpki-root-certs"
|
| 3335 |
3134 |
|
version = "1.0.9"
|
| 3736 |
3535 |
|
"synstructure",
|
| 3737 |
3536 |
|
]
|
| 3738 |
3537 |
|
|
| 3739 |
|
- |
[[package]]
|
| 3740 |
|
- |
name = "zerocopy"
|
| 3741 |
|
- |
version = "0.8.42"
|
| 3742 |
|
- |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3743 |
|
- |
checksum = "f2578b716f8a7a858b7f02d5bd870c14bf4ddbbcf3a4c05414ba6503640505e3"
|
| 3744 |
|
- |
dependencies = [
|
| 3745 |
|
- |
"zerocopy-derive",
|
| 3746 |
|
- |
]
|
| 3747 |
|
- |
|
| 3748 |
|
- |
[[package]]
|
| 3749 |
|
- |
name = "zerocopy-derive"
|
| 3750 |
|
- |
version = "0.8.42"
|
| 3751 |
|
- |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3752 |
|
- |
checksum = "7e6cc098ea4d3bd6246687de65af3f920c430e236bee1e3bf2e441463f08a02f"
|
| 3753 |
|
- |
dependencies = [
|
| 3754 |
|
- |
"proc-macro2",
|
| 3755 |
|
- |
"quote",
|
| 3756 |
|
- |
"syn 2.0.117",
|
| 3757 |
|
- |
]
|
| 3758 |
|
- |
|
| 3759 |
3538 |
|
[[package]]
|
| 3760 |
3539 |
|
name = "zerofrom"
|
| 3761 |
3540 |
|
version = "0.1.6"
|