sshuttle-gui/Cargo.lock

1493 lines
36 KiB
Plaintext
Raw Normal View History

2020-12-26 15:55:33 -06:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2021-12-29 05:28:52 -06:00
version = 3
2021-06-24 13:11:30 -05:00
[[package]]
name = "ab_glyph"
2021-12-29 05:28:52 -06:00
version = "0.2.12"
2021-06-24 13:11:30 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "20b228f2c198f98d4337ceb560333fb12cbb2f4948a953bf8c57d09deb219603"
2021-06-24 13:11:30 -05:00
dependencies = [
"ab_glyph_rasterizer",
2021-12-29 05:28:52 -06:00
"owned_ttf_parser",
2021-06-24 13:11:30 -05:00
]
2020-12-26 15:55:33 -06:00
[[package]]
name = "ab_glyph_rasterizer"
2021-12-29 05:28:52 -06:00
version = "0.1.5"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "a13739d7177fbd22bb0ed28badfff9f372f8bef46c863db4e1c6248f6b223b6e"
2020-12-26 15:55:33 -06:00
[[package]]
name = "addr2line"
2021-12-29 05:28:52 -06:00
version = "0.17.0"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
2020-12-26 15:55:33 -06:00
dependencies = [
"gimli",
]
[[package]]
name = "adler"
2021-02-28 13:18:19 -06:00
version = "1.0.2"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-28 13:18:19 -06:00
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2020-12-26 15:55:33 -06:00
[[package]]
name = "ahash"
version = "0.7.6"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
2020-12-26 15:55:33 -06:00
dependencies = [
2021-01-17 08:36:33 -06:00
"getrandom",
2021-02-07 10:16:37 -06:00
"once_cell",
2021-10-24 09:23:10 -05:00
"serde",
2020-12-26 15:55:33 -06:00
"version_check",
]
[[package]]
name = "android_glue"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "000444226fcff248f2bc4c7625be32c63caccfecc2723a2b9f78a7487a49c407"
[[package]]
name = "atomic_refcell"
version = "0.1.8"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73b5e5f48b927f04e952dedc932f31995a65a0bf65ec971c74436e51bf6e970d"
2020-12-26 15:55:33 -06:00
[[package]]
name = "autocfg"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
[[package]]
name = "backtrace"
2021-12-29 05:28:52 -06:00
version = "0.3.63"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "321629d8ba6513061f26707241fa9bc89524ff1cd7a915a97ef0c62c666ce1b6"
2020-12-26 15:55:33 -06:00
dependencies = [
"addr2line",
2021-05-10 11:40:49 -05:00
"cc",
2020-12-26 15:55:33 -06:00
"cfg-if 1.0.0",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
]
[[package]]
name = "base64"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
2020-12-26 15:55:33 -06:00
[[package]]
name = "bitflags"
2021-08-24 10:07:43 -05:00
version = "1.3.2"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 10:07:43 -05:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2020-12-26 15:55:33 -06:00
[[package]]
name = "block"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
[[package]]
name = "bumpalo"
2021-10-24 09:23:10 -05:00
version = "3.8.0"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-24 09:23:10 -05:00
checksum = "8f1e260c3a9040a7c19a12468758f4c16f31a81a1fe087482be9570ec864bb6c"
2020-12-26 15:55:33 -06:00
[[package]]
name = "calloop"
2021-12-29 05:28:52 -06:00
version = "0.9.3"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "bf2eec61efe56aa1e813f5126959296933cf0700030e4314786c48779a66ab82"
2020-12-26 15:55:33 -06:00
dependencies = [
"log",
2021-12-29 05:28:52 -06:00
"nix",
2020-12-26 15:55:33 -06:00
]
[[package]]
name = "cc"
2021-12-29 05:28:52 -06:00
version = "1.0.72"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee"
2020-12-26 15:55:33 -06:00
[[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 = "cgl"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
dependencies = [
"libc",
]
[[package]]
name = "clipboard-win"
2021-04-05 08:04:22 -05:00
version = "3.1.1"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-05 08:04:22 -05:00
checksum = "9fdf5e01086b6be750428ba4a40619f847eb2e95756eee84b18e06e5f0b50342"
2020-12-26 15:55:33 -06:00
dependencies = [
2021-04-05 08:04:22 -05:00
"lazy-bytes-cast",
2021-06-24 13:11:30 -05:00
"winapi",
2020-12-26 15:55:33 -06:00
]
[[package]]
name = "cocoa"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f63902e9223530efb4e26ccd0cf55ec30d592d3b42e21a28defc42a9586e832"
dependencies = [
"bitflags",
"block",
"cocoa-foundation",
"core-foundation 0.9.2",
2021-12-29 05:28:52 -06:00
"core-graphics 0.22.3",
2020-12-26 15:55:33 -06:00
"foreign-types",
"libc",
"objc",
]
[[package]]
name = "cocoa-foundation"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ade49b65d560ca58c403a479bb396592b155c0185eada742ee323d1d68d6318"
dependencies = [
"bitflags",
"block",
"core-foundation 0.9.2",
2020-12-26 15:55:33 -06:00
"core-graphics-types",
"foreign-types",
"libc",
"objc",
]
2021-04-05 08:04:22 -05:00
[[package]]
name = "copypasta"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4423d79fed83ebd9ab81ec21fa97144300a961782158287dc9bf7eddac37ff0b"
dependencies = [
"clipboard-win",
"objc",
"objc-foundation",
"objc_id",
"smithay-clipboard",
"x11-clipboard",
]
2020-12-26 15:55:33 -06:00
[[package]]
name = "core-foundation"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
dependencies = [
"core-foundation-sys 0.7.0",
"libc",
]
[[package]]
name = "core-foundation"
version = "0.9.2"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6888e10551bb93e424d8df1d07f1a8b4fceb0001a3a4b048bfc47554946f47b3"
2020-12-26 15:55:33 -06:00
dependencies = [
"core-foundation-sys 0.8.3",
2020-12-26 15:55:33 -06:00
"libc",
]
[[package]]
name = "core-foundation-sys"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
[[package]]
name = "core-foundation-sys"
version = "0.8.3"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
2020-12-26 15:55:33 -06:00
[[package]]
name = "core-graphics"
version = "0.19.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3889374e6ea6ab25dba90bb5d96202f61108058361f6dc72e8b03e6f8bbe923"
dependencies = [
"bitflags",
"core-foundation 0.7.0",
"foreign-types",
"libc",
]
[[package]]
name = "core-graphics"
2021-12-29 05:28:52 -06:00
version = "0.22.3"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb"
2020-12-26 15:55:33 -06:00
dependencies = [
"bitflags",
"core-foundation 0.9.2",
2020-12-26 15:55:33 -06:00
"core-graphics-types",
"foreign-types",
"libc",
]
[[package]]
name = "core-graphics-types"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b"
dependencies = [
"bitflags",
"core-foundation 0.9.2",
2020-12-26 15:55:33 -06:00
"foreign-types",
"libc",
]
[[package]]
name = "core-video-sys"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34ecad23610ad9757664d644e369246edde1803fcb43ed72876565098a5d3828"
dependencies = [
"cfg-if 0.1.10",
"core-foundation-sys 0.7.0",
"core-graphics 0.19.2",
"libc",
"objc",
]
2021-06-24 13:11:30 -05:00
[[package]]
2021-12-29 05:28:52 -06:00
name = "cty"
version = "0.2.2"
2021-06-24 13:11:30 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35"
2021-06-24 13:11:30 -05:00
2020-12-26 15:55:33 -06:00
[[package]]
name = "darling"
2021-12-29 05:28:52 -06:00
version = "0.13.1"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "d0d720b8683f8dd83c65155f0530560cba68cd2bf395f6513a483caee57ff7f4"
2020-12-26 15:55:33 -06:00
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
2021-12-29 05:28:52 -06:00
version = "0.13.1"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "7a340f241d2ceed1deb47ae36c4144b2707ec7dd0b649f894cb39bb595986324"
2020-12-26 15:55:33 -06:00
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim",
"syn",
]
[[package]]
name = "darling_macro"
2021-12-29 05:28:52 -06:00
version = "0.13.1"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "72c41b3b7352feb3211a0d743dc5700a4e3b60f51bd2b368892d1e0f9a95f44b"
2020-12-26 15:55:33 -06:00
dependencies = [
"darling_core",
"quote",
"syn",
]
[[package]]
name = "derivative"
2021-02-07 10:16:37 -06:00
version = "2.2.0"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-07 10:16:37 -06:00
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
2020-12-26 15:55:33 -06:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[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-sys-next"
2021-01-17 08:36:33 -06:00
version = "0.1.2"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-17 08:36:33 -06:00
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
2020-12-26 15:55:33 -06:00
dependencies = [
"libc",
"redox_users",
2021-06-24 13:11:30 -05:00
"winapi",
2020-12-26 15:55:33 -06:00
]
[[package]]
name = "dispatch"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
2021-02-28 13:18:19 -06:00
[[package]]
name = "dlib"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac1b7517328c04c2aa68422fc60a41b92208182142ed04a25879c26c8f878794"
dependencies = [
2021-12-29 05:28:52 -06:00
"libloading",
2020-12-26 15:55:33 -06:00
]
[[package]]
name = "downcast-rs"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
[[package]]
name = "eframe"
2021-12-29 05:28:52 -06:00
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "a8fd502d42c805bab4c2eccfaf3e28243fe3a5870ac0c13c4514470ea6d8fb19"
dependencies = [
"egui",
2021-10-24 09:23:10 -05:00
"egui-winit",
"egui_glium",
"egui_web",
"epi",
]
[[package]]
name = "eframe_template"
version = "0.1.0"
dependencies = [
"eframe",
"serde",
]
2020-12-26 15:55:33 -06:00
[[package]]
name = "egui"
2021-12-29 05:28:52 -06:00
version = "0.16.0"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "82e80e8014bfc292b411b3f4b25300f9082e4e76484d5bf67b77274d23a72607"
2020-12-26 15:55:33 -06:00
dependencies = [
2021-10-24 09:23:10 -05:00
"ahash",
2021-01-17 08:36:33 -06:00
"epaint",
2021-10-24 09:23:10 -05:00
"nohash-hasher",
2021-05-10 11:40:49 -05:00
"ron",
2020-12-26 15:55:33 -06:00
"serde",
]
[[package]]
2021-10-24 09:23:10 -05:00
name = "egui-winit"
2021-12-29 05:28:52 -06:00
version = "0.16.0"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "1d5469a6ffc609e9e41e647617c0480ea4af69a8563e6efc4e1d7df0d550b5ef"
2020-12-26 15:55:33 -06:00
dependencies = [
2021-04-05 08:04:22 -05:00
"copypasta",
2020-12-26 15:55:33 -06:00
"egui",
"epi",
2020-12-26 15:55:33 -06:00
"serde",
"webbrowser",
2021-10-24 09:23:10 -05:00
"winit",
]
[[package]]
name = "egui_glium"
2021-12-29 05:28:52 -06:00
version = "0.16.0"
2021-10-24 09:23:10 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "652110ddd1da1da0aa66a52d68695d828f4ab55cdc5bc21d779bfe9e440b0ec7"
2021-10-24 09:23:10 -05:00
dependencies = [
"egui",
"egui-winit",
"epi",
"glium",
2020-12-26 15:55:33 -06:00
]
[[package]]
name = "egui_web"
2021-12-29 05:28:52 -06:00
version = "0.16.0"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "0a717dbb0cc1909a4c7c0955cc0cf7c77a9eee2a88cca18fe96888c428a4c206"
2020-12-26 15:55:33 -06:00
dependencies = [
"egui",
"epi",
2020-12-26 15:55:33 -06:00
"js-sys",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
]
2021-01-17 08:36:33 -06:00
[[package]]
name = "emath"
2021-12-29 05:28:52 -06:00
version = "0.16.0"
2021-01-17 08:36:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "55673de2eb96660dde25ba7b2d36a7054beead1a2bec74dcfd5eb05a1e1ba76d"
2021-01-17 08:36:33 -06:00
dependencies = [
"serde",
]
[[package]]
name = "epaint"
2021-12-29 05:28:52 -06:00
version = "0.16.0"
2021-01-17 08:36:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "adfd9296f7f92902e41c0e8e5deca6d2fb29f289c86d03a01ea01bd7498316c2"
2021-01-17 08:36:33 -06:00
dependencies = [
2021-06-24 13:11:30 -05:00
"ab_glyph",
2021-01-17 08:36:33 -06:00
"ahash",
"atomic_refcell",
"emath",
2021-10-24 09:23:10 -05:00
"nohash-hasher",
2021-01-17 08:36:33 -06:00
"serde",
]
[[package]]
name = "epi"
2021-12-29 05:28:52 -06:00
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "b4ae4ce3271febeacc5b4afbd77e500316c6ba316561067acbdddf0c14268a7c"
dependencies = [
2021-10-24 09:23:10 -05:00
"directories-next",
"egui",
2021-04-05 08:04:22 -05:00
"ron",
"serde",
]
2020-12-26 15:55:33 -06:00
[[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.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
"foreign-types-shared",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
[[package]]
name = "getrandom"
2021-06-24 13:11:30 -05:00
version = "0.2.3"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-24 13:11:30 -05:00
checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
2020-12-26 15:55:33 -06:00
dependencies = [
"cfg-if 1.0.0",
2020-12-26 15:55:33 -06:00
"libc",
2021-01-17 08:36:33 -06:00
"wasi",
2020-12-26 15:55:33 -06:00
]
[[package]]
name = "gimli"
2021-12-29 05:28:52 -06:00
version = "0.26.1"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"
2020-12-26 15:55:33 -06:00
[[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 = "glium"
2021-12-29 05:28:52 -06:00
version = "0.31.0"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "0ab4f09b43d8ee427a700cb9ed3b20e0e858d62a509edded1a98ca5707d68e19"
2020-12-26 15:55:33 -06:00
dependencies = [
"backtrace",
"fnv",
"gl_generator",
"glutin",
"lazy_static",
"memoffset",
"smallvec",
"takeable-option",
]
[[package]]
name = "glutin"
2021-12-29 05:28:52 -06:00
version = "0.28.0"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "00ea9dbe544bc8a657c4c4a798c2d16cd01b549820e47657297549d28371f6d2"
2020-12-26 15:55:33 -06:00
dependencies = [
"android_glue",
"cgl",
2021-06-24 13:11:30 -05:00
"cocoa",
"core-foundation 0.9.2",
2020-12-26 15:55:33 -06:00
"glutin_egl_sys",
"glutin_emscripten_sys",
"glutin_gles2_sys",
"glutin_glx_sys",
"glutin_wgl_sys",
"lazy_static",
2021-12-29 05:28:52 -06:00
"libloading",
2020-12-26 15:55:33 -06:00
"log",
"objc",
"osmesa-sys",
"parking_lot",
"wayland-client",
"wayland-egl",
2021-06-24 13:11:30 -05:00
"winapi",
2020-12-26 15:55:33 -06:00
"winit",
]
[[package]]
name = "glutin_egl_sys"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2abb6aa55523480c4adc5a56bbaa249992e2dddb2fc63dc96e04a3355364c211"
dependencies = [
"gl_generator",
2021-06-24 13:11:30 -05:00
"winapi",
2020-12-26 15:55:33 -06:00
]
[[package]]
name = "glutin_emscripten_sys"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80de4146df76e8a6c32b03007bc764ff3249dcaeb4f675d68a06caf1bac363f1"
[[package]]
name = "glutin_gles2_sys"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8094e708b730a7c8a1954f4f8a31880af00eb8a1c5b5bf85d28a0a3c6d69103"
dependencies = [
"gl_generator",
"objc",
]
[[package]]
name = "glutin_glx_sys"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e393c8fc02b807459410429150e9c4faffdb312d59b8c038566173c81991351"
dependencies = [
"gl_generator",
"x11-dl",
]
[[package]]
name = "glutin_wgl_sys"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3da5951a1569dbab865c6f2a863efafff193a93caf05538d193e9e3816d21696"
dependencies = [
"gl_generator",
]
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
[[package]]
name = "instant"
version = "0.1.12"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
2020-12-26 15:55:33 -06:00
dependencies = [
"cfg-if 1.0.0",
2021-12-29 05:28:52 -06:00
"js-sys",
"wasm-bindgen",
"web-sys",
2020-12-26 15:55:33 -06:00
]
[[package]]
name = "jni-sys"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
[[package]]
name = "js-sys"
version = "0.3.55"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7cc9ffccd38c451a86bf13657df244e9c3f37493cce8e5e21e940963777acc84"
2020-12-26 15:55:33 -06:00
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "khronos_api"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
2021-04-05 08:04:22 -05:00
[[package]]
name = "lazy-bytes-cast"
version = "5.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10257499f089cd156ad82d0a9cd57d9501fa2c989068992a97eb3c27836f206b"
2020-12-26 15:55:33 -06:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
2021-12-29 05:28:52 -06:00
version = "0.2.112"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125"
2020-12-26 15:55:33 -06:00
2021-02-28 13:18:19 -06:00
[[package]]
name = "libloading"
2021-12-29 05:28:52 -06:00
version = "0.7.2"
2021-02-28 13:18:19 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "afe203d669ec979b7128619bae5a63b7b42e9203c1b29146079ee05e2f604b52"
2021-02-28 13:18:19 -06:00
dependencies = [
"cfg-if 1.0.0",
2021-06-24 13:11:30 -05:00
"winapi",
2021-02-28 13:18:19 -06:00
]
2020-12-26 15:55:33 -06:00
[[package]]
name = "lock_api"
version = "0.4.5"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712a4d093c9976e24e7dbca41db895dabcbac38eb5f4045393d17a95bdfb1109"
2020-12-26 15:55:33 -06:00
dependencies = [
"scopeguard",
]
[[package]]
name = "log"
2021-02-07 10:16:37 -06:00
version = "0.4.14"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-07 10:16:37 -06:00
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
2020-12-26 15:55:33 -06:00
dependencies = [
2021-02-07 10:16:37 -06:00
"cfg-if 1.0.0",
2020-12-26 15:55:33 -06:00
]
[[package]]
name = "malloc_buf"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
dependencies = [
"libc",
]
[[package]]
name = "memchr"
2021-08-24 10:07:43 -05:00
version = "2.4.1"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 10:07:43 -05:00
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
2020-12-26 15:55:33 -06:00
[[package]]
name = "memmap2"
2021-12-29 05:28:52 -06:00
version = "0.3.1"
2021-08-24 10:07:43 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "00b6c2ebff6180198788f5db08d7ce3bc1d0b617176678831a7510825973e357"
2021-08-24 10:07:43 -05:00
dependencies = [
"libc",
]
2020-12-26 15:55:33 -06:00
[[package]]
name = "memoffset"
2021-12-29 05:28:52 -06:00
version = "0.6.5"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
2020-12-26 15:55:33 -06:00
dependencies = [
"autocfg",
]
2021-08-24 10:07:43 -05:00
[[package]]
name = "minimal-lexical"
2021-12-29 05:28:52 -06:00
version = "0.2.1"
2021-08-24 10:07:43 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2021-08-24 10:07:43 -05:00
2020-12-26 15:55:33 -06:00
[[package]]
name = "miniz_oxide"
2021-02-28 13:18:19 -06:00
version = "0.4.4"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-28 13:18:19 -06:00
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
2020-12-26 15:55:33 -06:00
dependencies = [
"adler",
"autocfg",
]
[[package]]
name = "mio"
2021-12-29 05:28:52 -06:00
version = "0.8.0"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "ba272f85fa0b41fc91872be579b3bbe0f56b792aa361a380eb669469f68dafb2"
2020-12-26 15:55:33 -06:00
dependencies = [
"libc",
"log",
"miow",
2021-06-24 13:11:30 -05:00
"ntapi",
"winapi",
2020-12-26 15:55:33 -06:00
]
[[package]]
name = "miow"
2021-06-24 13:11:30 -05:00
version = "0.3.7"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-24 13:11:30 -05:00
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
2020-12-26 15:55:33 -06:00
dependencies = [
2021-06-24 13:11:30 -05:00
"winapi",
2020-12-26 15:55:33 -06:00
]
[[package]]
name = "ndk"
2021-12-29 05:28:52 -06:00
version = "0.5.0"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "96d868f654c72e75f8687572699cdabe755f03effbb62542768e995d5b8d699d"
2020-12-26 15:55:33 -06:00
dependencies = [
2021-12-29 05:28:52 -06:00
"bitflags",
2020-12-26 15:55:33 -06:00
"jni-sys",
"ndk-sys",
"num_enum",
"thiserror",
]
[[package]]
name = "ndk-glue"
2021-12-29 05:28:52 -06:00
version = "0.5.0"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "fc291b8de2095cba8dab7cf381bf582ff4c17a09acf854c32e46545b08085d28"
2020-12-26 15:55:33 -06:00
dependencies = [
"lazy_static",
"libc",
"log",
"ndk",
"ndk-macro",
"ndk-sys",
]
[[package]]
name = "ndk-macro"
2021-12-29 05:28:52 -06:00
version = "0.3.0"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "0df7ac00c4672f9d5aece54ee3347520b7e20f158656c7db2e6de01902eb7a6c"
2020-12-26 15:55:33 -06:00
dependencies = [
"darling",
2021-12-29 05:28:52 -06:00
"proc-macro-crate",
2020-12-26 15:55:33 -06:00
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "ndk-sys"
2021-12-29 05:28:52 -06:00
version = "0.2.2"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "e1bcdd74c20ad5d95aacd60ef9ba40fdf77f767051040541df557b7a9b2a2121"
2020-12-26 15:55:33 -06:00
[[package]]
name = "nix"
2021-12-29 05:28:52 -06:00
version = "0.22.0"
2021-02-28 13:18:19 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "cf1e25ee6b412c2a1e3fcb6a4499a5c1bfe7f43e014bdce9a6b6666e5aa2d187"
2021-02-28 13:18:19 -06:00
dependencies = [
"bitflags",
"cc",
"cfg-if 1.0.0",
"libc",
2021-12-29 05:28:52 -06:00
"memoffset",
2021-02-28 13:18:19 -06:00
]
2021-10-24 09:23:10 -05:00
[[package]]
name = "nohash-hasher"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
2020-12-26 15:55:33 -06:00
[[package]]
name = "nom"
2021-12-29 05:28:52 -06:00
version = "7.1.0"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109"
2020-12-26 15:55:33 -06:00
dependencies = [
"memchr",
2021-08-24 10:07:43 -05:00
"minimal-lexical",
2020-12-26 15:55:33 -06:00
"version_check",
]
2021-06-24 13:11:30 -05:00
[[package]]
name = "ntapi"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
dependencies = [
"winapi",
]
2020-12-26 15:55:33 -06:00
[[package]]
name = "num_enum"
2021-12-29 05:28:52 -06:00
version = "0.5.5"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "085fe377a4b2805c0fbc09484415ec261174614b7f080b0e0d520456ac421a67"
2020-12-26 15:55:33 -06:00
dependencies = [
"derivative",
"num_enum_derive",
]
[[package]]
name = "num_enum_derive"
2021-12-29 05:28:52 -06:00
version = "0.5.5"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "5249369707a1e07b39f78d98c8f34e00aca7dcb053812fdbb5ad7be82c1bba38"
2020-12-26 15:55:33 -06:00
dependencies = [
2021-12-29 05:28:52 -06:00
"proc-macro-crate",
2020-12-26 15:55:33 -06:00
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "objc"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
dependencies = [
"malloc_buf",
]
[[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_id"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
dependencies = [
"objc",
]
[[package]]
name = "object"
2021-10-24 09:23:10 -05:00
version = "0.27.1"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-24 09:23:10 -05:00
checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9"
2021-08-24 10:07:43 -05:00
dependencies = [
"memchr",
]
2020-12-26 15:55:33 -06:00
[[package]]
name = "once_cell"
2021-12-29 05:28:52 -06:00
version = "1.9.0"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5"
2020-12-26 15:55:33 -06:00
[[package]]
name = "osmesa-sys"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88cfece6e95d2e717e0872a7f53a8684712ad13822a7979bc760b9c77ec0013b"
dependencies = [
"shared_library",
]
[[package]]
name = "owned_ttf_parser"
2021-12-29 05:28:52 -06:00
version = "0.13.2"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "65ee3f72636e6f164cc41c9f9057f4e58c4e13507699ea7f5e5242b64b8198ee"
2020-12-26 15:55:33 -06:00
dependencies = [
2021-12-29 05:28:52 -06:00
"ttf-parser",
2020-12-26 15:55:33 -06:00
]
[[package]]
name = "parking_lot"
version = "0.11.2"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
2020-12-26 15:55:33 -06:00
dependencies = [
"instant",
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
version = "0.8.5"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
2020-12-26 15:55:33 -06:00
dependencies = [
"cfg-if 1.0.0",
"instant",
"libc",
2021-02-28 13:18:19 -06:00
"redox_syscall",
2020-12-26 15:55:33 -06:00
"smallvec",
2021-06-24 13:11:30 -05:00
"winapi",
2020-12-26 15:55:33 -06:00
]
[[package]]
name = "percent-encoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
[[package]]
name = "pkg-config"
2021-12-29 05:28:52 -06:00
version = "0.3.24"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe"
2020-12-26 15:55:33 -06:00
2021-08-24 10:07:43 -05:00
[[package]]
name = "proc-macro-crate"
version = "1.1.0"
2021-08-24 10:07:43 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ebace6889caf889b4d3f76becee12e90353f2b8c7d875534a71e5742f8f6f83"
2021-08-24 10:07:43 -05:00
dependencies = [
"thiserror",
"toml",
]
2020-12-26 15:55:33 -06:00
[[package]]
name = "proc-macro2"
2021-12-29 05:28:52 -06:00
version = "1.0.36"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
2020-12-26 15:55:33 -06:00
dependencies = [
"unicode-xid",
]
2021-10-24 09:23:10 -05:00
[[package]]
name = "quick-xml"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8533f14c8382aaad0d592c812ac3b826162128b65662331e1127b45c3d18536b"
dependencies = [
"memchr",
]
2020-12-26 15:55:33 -06:00
[[package]]
name = "quote"
2021-12-29 05:28:52 -06:00
version = "1.0.14"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "47aa80447ce4daf1717500037052af176af5d38cc3e571d9ec1c7353fc10c87d"
2020-12-26 15:55:33 -06:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "raw-window-handle"
2021-12-29 05:28:52 -06:00
version = "0.4.2"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "fba75eee94a9d5273a68c9e1e105d9cffe1ef700532325788389e5a83e2522b7"
2020-12-26 15:55:33 -06:00
dependencies = [
2021-12-29 05:28:52 -06:00
"cty",
2020-12-26 15:55:33 -06:00
]
[[package]]
name = "redox_syscall"
2021-08-24 10:07:43 -05:00
version = "0.2.10"
2021-01-17 08:36:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 10:07:43 -05:00
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
2021-01-17 08:36:33 -06:00
dependencies = [
"bitflags",
]
2020-12-26 15:55:33 -06:00
[[package]]
name = "redox_users"
2021-01-17 08:36:33 -06:00
version = "0.4.0"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-17 08:36:33 -06:00
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
2020-12-26 15:55:33 -06:00
dependencies = [
2021-01-17 08:36:33 -06:00
"getrandom",
2021-02-28 13:18:19 -06:00
"redox_syscall",
2020-12-26 15:55:33 -06:00
]
2021-04-05 08:04:22 -05:00
[[package]]
name = "ron"
2021-10-24 09:23:10 -05:00
version = "0.7.0"
2021-04-05 08:04:22 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-24 09:23:10 -05:00
checksum = "1b861ecaade43ac97886a512b360d01d66be9f41f3c61088b42cedf92e03d678"
2021-04-05 08:04:22 -05:00
dependencies = [
"base64",
"bitflags",
"serde",
]
2020-12-26 15:55:33 -06:00
[[package]]
name = "rustc-demangle"
version = "0.1.21"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
2020-12-26 15:55:33 -06:00
[[package]]
name = "scoped-tls"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
[[package]]
name = "serde"
2021-12-29 05:28:52 -06:00
version = "1.0.132"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "8b9875c23cf305cd1fd7eb77234cbb705f21ea6a72c637a5c6db5fe4b8e7f008"
2020-12-26 15:55:33 -06:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2021-12-29 05:28:52 -06:00
version = "1.0.132"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "ecc0db5cb2556c0e558887d9bbdcf6ac4471e83ff66cf696e5419024d1606276"
2020-12-26 15:55:33 -06:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "shared_library"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
dependencies = [
"lazy_static",
"libc",
]
[[package]]
name = "smallvec"
version = "1.7.0"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309"
2020-12-26 15:55:33 -06:00
[[package]]
name = "smithay-client-toolkit"
2021-12-29 05:28:52 -06:00
version = "0.15.3"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "1325f292209cee78d5035530932422a30aa4c8fda1a16593ac083c1de211e68a"
2020-12-26 15:55:33 -06:00
dependencies = [
"bitflags",
"calloop",
2021-12-29 05:28:52 -06:00
"dlib",
2021-08-24 10:07:43 -05:00
"lazy_static",
"log",
2021-12-29 05:28:52 -06:00
"memmap2",
"nix",
"pkg-config",
2021-08-24 10:07:43 -05:00
"wayland-client",
"wayland-cursor",
"wayland-protocols",
]
2021-04-05 08:04:22 -05:00
[[package]]
name = "smithay-clipboard"
2021-12-29 05:28:52 -06:00
version = "0.6.5"
2021-04-05 08:04:22 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "610b551bd25378bfd2b8e7a0fcbd83d427e8f2f6a40c47ae0f70688e9949dd55"
2021-04-05 08:04:22 -05:00
dependencies = [
2021-12-29 05:28:52 -06:00
"smithay-client-toolkit",
2021-04-05 08:04:22 -05:00
"wayland-client",
]
2020-12-26 15:55:33 -06:00
[[package]]
name = "strsim"
2021-12-29 05:28:52 -06:00
version = "0.10.0"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2020-12-26 15:55:33 -06:00
[[package]]
name = "syn"
2021-12-29 05:28:52 -06:00
version = "1.0.84"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "ecb2e6da8ee5eb9a61068762a32fa9619cc591ceb055b3687f4cd4051ec2e06b"
2020-12-26 15:55:33 -06:00
dependencies = [
"proc-macro2",
"quote",
"unicode-xid",
]
[[package]]
name = "takeable-option"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36ae8932fcfea38b7d3883ae2ab357b0d57a02caaa18ebb4f5ece08beaec4aa0"
[[package]]
name = "thiserror"
version = "1.0.30"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
2020-12-26 15:55:33 -06:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.30"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
2020-12-26 15:55:33 -06:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "toml"
version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
dependencies = [
"serde",
]
[[package]]
name = "ttf-parser"
2021-12-29 05:28:52 -06:00
version = "0.13.4"
2021-06-24 13:11:30 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "76dacc724328b3d5e2ed67f9e30cdb56893a34ab239032502cc8f19f8dae4bbc"
2021-06-24 13:11:30 -05:00
2020-12-26 15:55:33 -06:00
[[package]]
name = "unicode-xid"
2021-05-10 11:40:49 -05:00
version = "0.2.2"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-10 11:40:49 -05:00
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
2020-12-26 15:55:33 -06:00
[[package]]
name = "version_check"
2021-12-29 05:28:52 -06:00
version = "0.9.4"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2020-12-26 15:55:33 -06:00
[[package]]
name = "wasi"
2021-02-07 10:16:37 -06:00
version = "0.10.2+wasi-snapshot-preview1"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-07 10:16:37 -06:00
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
2020-12-26 15:55:33 -06:00
[[package]]
name = "wasm-bindgen"
version = "0.2.78"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "632f73e236b219150ea279196e54e610f5dbafa5d61786303d4da54f84e47fce"
2020-12-26 15:55:33 -06:00
dependencies = [
"cfg-if 1.0.0",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.78"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a317bf8f9fba2476b4b2c85ef4c4af8ff39c3c7f0cdfeed4f82c34a880aa837b"
2020-12-26 15:55:33 -06:00
dependencies = [
"bumpalo",
"lazy_static",
"log",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
version = "0.4.28"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e8d7523cb1f2a4c96c1317ca690031b714a51cc14e05f712446691f413f5d39"
2020-12-26 15:55:33 -06:00
dependencies = [
"cfg-if 1.0.0",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.78"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d56146e7c495528bf6587663bea13a8eb588d39b36b679d83972e1a2dbbdacf9"
2020-12-26 15:55:33 -06:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.78"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7803e0eea25835f8abdc585cd3021b3deb11543c6fe226dcd30b228857c5c5ab"
2020-12-26 15:55:33 -06:00
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.78"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0237232789cf037d5480773fe568aac745bfe2afbc11a863e97901780a6b47cc"
2020-12-26 15:55:33 -06:00
[[package]]
name = "wayland-client"
2021-12-29 05:28:52 -06:00
version = "0.29.1"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "9108ec1c37f4774d0c2937ba1a6c23d1786b2152c4a13bd9fdb20e42d16e8841"
2020-12-26 15:55:33 -06:00
dependencies = [
"bitflags",
"downcast-rs",
"libc",
2021-12-29 05:28:52 -06:00
"nix",
2020-12-26 15:55:33 -06:00
"scoped-tls",
"wayland-commons",
"wayland-scanner",
"wayland-sys",
]
[[package]]
name = "wayland-commons"
2021-12-29 05:28:52 -06:00
version = "0.29.1"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "265ef51b3b3e5c9ef098f10425c39624663f459c3821dcaacc4748be975f1beb"
2020-12-26 15:55:33 -06:00
dependencies = [
2021-12-29 05:28:52 -06:00
"nix",
2020-12-26 15:55:33 -06:00
"once_cell",
"smallvec",
"wayland-sys",
]
[[package]]
name = "wayland-cursor"
2021-12-29 05:28:52 -06:00
version = "0.29.1"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "6c19bb6628daf4097e58b7911481e8371e13318d5a60894779901bd3267407a7"
2020-12-26 15:55:33 -06:00
dependencies = [
2021-12-29 05:28:52 -06:00
"nix",
2020-12-26 15:55:33 -06:00
"wayland-client",
"xcursor",
]
[[package]]
name = "wayland-egl"
2021-12-29 05:28:52 -06:00
version = "0.29.1"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "accf27d1e5e1f64ba30b683fd926c2c916cc1014bea3376fb258e80abf622e40"
2020-12-26 15:55:33 -06:00
dependencies = [
"wayland-client",
"wayland-sys",
]
[[package]]
name = "wayland-protocols"
2021-12-29 05:28:52 -06:00
version = "0.29.1"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "7b3b6f1dc0193072ef4eadcb144da30d58c1f2895516c063804d213310703c8e"
2020-12-26 15:55:33 -06:00
dependencies = [
"bitflags",
"wayland-client",
"wayland-commons",
"wayland-scanner",
]
[[package]]
name = "wayland-scanner"
2021-12-29 05:28:52 -06:00
version = "0.29.1"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "eaaf2bc85e7b9143159af96bd23d954a5abe391c4376db712320643280fdc6f4"
2020-12-26 15:55:33 -06:00
dependencies = [
"proc-macro2",
"quote",
"xml-rs",
]
[[package]]
name = "wayland-sys"
2021-12-29 05:28:52 -06:00
version = "0.29.1"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "ba9e06acb775b3007f8d3094438306979e572d1d3b844d7a71557a84b055d959"
2020-12-26 15:55:33 -06:00
dependencies = [
2021-12-29 05:28:52 -06:00
"dlib",
2020-12-26 15:55:33 -06:00
"lazy_static",
"pkg-config",
]
[[package]]
name = "web-sys"
version = "0.3.55"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38eb105f1c59d9eaa6b5cdc92b859d85b926e82cb2e0945cd0c9259faa6fe9fb"
2020-12-26 15:55:33 -06:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webbrowser"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ecad156490d6b620308ed411cfee90d280b3cbd13e189ea0d3fada8acc89158a"
dependencies = [
"web-sys",
"widestring",
2021-06-24 13:11:30 -05:00
"winapi",
2020-12-26 15:55:33 -06:00
]
[[package]]
name = "widestring"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "winit"
2021-12-29 05:28:52 -06:00
version = "0.26.0"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 05:28:52 -06:00
checksum = "70466a5f4825cc88c92963591b06dbc255420bffe19d847bfcda475e82d079c0"
2020-12-26 15:55:33 -06:00
dependencies = [
"bitflags",
2021-12-29 05:28:52 -06:00
"block",
2021-06-24 13:11:30 -05:00
"cocoa",
"core-foundation 0.9.2",
2021-12-29 05:28:52 -06:00
"core-graphics 0.22.3",
2020-12-26 15:55:33 -06:00
"core-video-sys",
"dispatch",
"instant",
"lazy_static",
"libc",
"log",
"mio",
"ndk",
"ndk-glue",
"ndk-sys",
"objc",
"parking_lot",
"percent-encoding",
"raw-window-handle",
2021-12-29 05:28:52 -06:00
"smithay-client-toolkit",
"wasm-bindgen",
2020-12-26 15:55:33 -06:00
"wayland-client",
2021-12-29 05:28:52 -06:00
"wayland-protocols",
"web-sys",
2021-06-24 13:11:30 -05:00
"winapi",
2020-12-26 15:55:33 -06:00
"x11-dl",
]
[[package]]
name = "x11-clipboard"
2021-10-24 09:23:10 -05:00
version = "0.5.3"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-24 09:23:10 -05:00
checksum = "473068b7b80ac86a18328824f1054e5e007898c47b5bbc281bd7abe32bc3653c"
2020-12-26 15:55:33 -06:00
dependencies = [
"xcb",
]
[[package]]
name = "x11-dl"
version = "2.19.1"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea26926b4ce81a6f5d9d0f3a0bc401e5a37c6ae14a1bfaa8ff6099ca80038c59"
2020-12-26 15:55:33 -06:00
dependencies = [
"lazy_static",
"libc",
"pkg-config",
]
[[package]]
name = "xcb"
2021-10-24 09:23:10 -05:00
version = "0.10.1"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-24 09:23:10 -05:00
checksum = "771e2b996df720cd1c6dd9ff90f62d91698fd3610cc078388d0564bdd6622a9c"
2020-12-26 15:55:33 -06:00
dependencies = [
"libc",
"log",
2021-10-24 09:23:10 -05:00
"quick-xml",
2020-12-26 15:55:33 -06:00
]
[[package]]
name = "xcursor"
2021-08-24 10:07:43 -05:00
version = "0.3.4"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 10:07:43 -05:00
checksum = "463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7"
2020-12-26 15:55:33 -06:00
dependencies = [
"nom",
]
[[package]]
name = "xml-rs"
2021-08-24 10:07:43 -05:00
version = "0.8.4"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 10:07:43 -05:00
checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"