sshuttle-gui/Cargo.lock

1720 lines
42 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-06-24 13:11:30 -05:00
[[package]]
name = "ab_glyph"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af0ac006645f86f20f6c6fa4dcaef920bf803df819123626f9440e35835e7d80"
dependencies = [
"ab_glyph_rasterizer",
2021-08-24 10:07:43 -05:00
"owned_ttf_parser 0.12.1",
2021-06-24 13:11:30 -05:00
]
2020-12-26 15:55:33 -06:00
[[package]]
name = "ab_glyph_rasterizer"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9fe5e32de01730eb1f6b7f5b51c17e03e2325bf40a74f754f04f130043affff"
[[package]]
name = "addr2line"
2021-08-24 10:07:43 -05:00
version = "0.16.0"
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 = "3e61f2b7f93d2c7d2b08263acaa4a363b3e276806c68af6134c44f523bf1aacd"
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 = "andrew"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c4afb09dd642feec8408e33f92f3ffc4052946f6b20f32fb99c1f58cd4fa7cf"
dependencies = [
"bitflags",
"rusttype",
"walkdir",
"xdg",
"xml-rs",
]
[[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-10-24 09:23:10 -05:00
version = "0.3.62"
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 = "091bcdf2da9950f96aa522681ce805e6857f6ca8df73833d35736ab2dc78e152"
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"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b036167e76041694579972c28cf4877b4f92da222560ddb49008937b6a6727c"
dependencies = [
"log",
2021-02-28 13:18:19 -06:00
"nix 0.18.0",
2020-12-26 15:55:33 -06:00
]
[[package]]
name = "cc"
version = "1.0.71"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79c2681d6594606957bbb8631c4b90a7fcaaa72cdb714743a437b156d6a7eedd"
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",
2020-12-26 15:55:33 -06:00
"core-graphics 0.22.2",
"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"
version = "0.22.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "269f35f69b542b80e736a20a89a05215c0ce80c2c03c514abb2e318b78379d86"
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]]
name = "crossbeam"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ae5588f6b3c3cb05239e90bd110f257254aecd01e4635400391aeae07497845"
dependencies = [
"cfg-if 1.0.0",
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-epoch",
"crossbeam-queue",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-channel"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4"
dependencies = [
"cfg-if 1.0.0",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-deque"
2021-08-24 10:07:43 -05:00
version = "0.8.1"
2021-06-24 13:11:30 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 10:07:43 -05:00
checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
2021-06-24 13:11:30 -05:00
dependencies = [
"cfg-if 1.0.0",
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ec02e091aa634e2c3ada4a392989e7c3116673ef0ac5b72232439094d73b7fd"
dependencies = [
"cfg-if 1.0.0",
"crossbeam-utils",
"lazy_static",
"memoffset",
"scopeguard",
]
[[package]]
name = "crossbeam-queue"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b10ddc024425c88c2ad148c1b0fd53f4c6d38db9697c9f1588381212fa657c9"
dependencies = [
"cfg-if 1.0.0",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-utils"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"
dependencies = [
"cfg-if 1.0.0",
"lazy_static",
]
2020-12-26 15:55:33 -06:00
[[package]]
name = "darling"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858"
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b"
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim",
"syn",
]
[[package]]
name = "darling_macro"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72"
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"
version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30baa043103c9d0c2a57cf537cc2f35623889dc0d405e6c3cccfadbc81c71309"
dependencies = [
"dirs-sys",
]
[[package]]
name = "dirs-sys"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"
dependencies = [
"libc",
"redox_users",
"winapi",
]
2020-12-26 15:55:33 -06:00
[[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"
[[package]]
name = "dlib"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b11f15d1e3268f140f68d390637d5e76d849782d971ae7063e0da69fe9709a76"
dependencies = [
2021-02-28 13:18:19 -06:00
"libloading 0.6.7",
]
[[package]]
name = "dlib"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac1b7517328c04c2aa68422fc60a41b92208182142ed04a25879c26c8f878794"
dependencies = [
"libloading 0.7.1",
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-10-24 09:23:10 -05:00
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-24 09:23:10 -05:00
checksum = "3a084390b90aa223d5fb6ee3d2ac3a2ded0df212f684f91fbb5f0f45ab9e0724"
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-10-24 09:23:10 -05:00
version = "0.15.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 = "1c8d416a3343cbfc6f4d17bb1cba46b4d7efecb9ee541967763e0b5e04e5fae7"
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"
version = "0.15.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 = "bc403e91d1bd693239f1c734193cdf0eb38c8682bbfb9990c4b6cd2db5ee368e"
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"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26478ec89b8c9c41a45687a90f9c8fc18106e3ffd8a08559285d625185a2ac92"
dependencies = [
"egui",
"egui-winit",
"epi",
"glium",
2020-12-26 15:55:33 -06:00
]
[[package]]
name = "egui_web"
2021-10-24 09:23:10 -05:00
version = "0.15.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 = "43f2af8984a1c9ecaaaf7f11424c78185c89b5cfe8dab3bd0fac641db81c5763"
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-10-24 09:23:10 -05:00
version = "0.15.0"
2021-01-17 08:36:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-24 09:23:10 -05:00
checksum = "24a1aaa922d55da6a2bf32957c3d153e7fb9d52ed8d69777a75092240172eb6e"
2021-01-17 08:36:33 -06:00
dependencies = [
"serde",
]
[[package]]
name = "epaint"
2021-10-24 09:23:10 -05:00
version = "0.15.0"
2021-01-17 08:36:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-24 09:23:10 -05:00
checksum = "16bb4d3b8bbbd132c99d2a5efec8567e8b6d09b742f758ae6cf1e4b104fe0231"
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-10-24 09:23:10 -05:00
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-24 09:23:10 -05:00
checksum = "3f5e4e08127f9b86e2c450c96a3032764b63546eb170c2fc54684dc70ff3fc82"
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-08-24 10:07:43 -05:00
version = "0.25.0"
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 = "f0a01e0497841a3b2db4f8afa483cce65f7e96a3498bd6c541734792aeac8fe7"
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"
version = "0.30.2"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "506a2aa1564891d447ae5d1ba37519a8efd6d01ea3e7952da81aa30430c90007"
2020-12-26 15:55:33 -06:00
dependencies = [
"backtrace",
"fnv",
"gl_generator",
"glutin",
"lazy_static",
"memoffset",
"smallvec",
"takeable-option",
]
[[package]]
name = "glutin"
2021-06-24 13:11:30 -05:00
version = "0.27.0"
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 = "762d6cd2e1b855d99668ebe591cc9058659d85ac39a9a2078000eb122ddba8f0"
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",
"libloading 0.7.1",
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",
]
[[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-10-24 09:23:10 -05:00
version = "0.2.105"
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 = "869d572136620d55835903746bcb5cdc54cb2851fd0aeec53220b4bb65ef3013"
2020-12-26 15:55:33 -06:00
[[package]]
name = "libloading"
2021-01-17 08:36:33 -06:00
version = "0.6.7"
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 = "351a32417a12d5f7e82c368a66781e307834dae04c6ce0cd4456d52989229883"
2020-12-26 15:55:33 -06:00
dependencies = [
"cfg-if 1.0.0",
2021-06-24 13:11:30 -05:00
"winapi",
2020-12-26 15:55:33 -06:00
]
2021-02-28 13:18:19 -06:00
[[package]]
name = "libloading"
version = "0.7.1"
2021-02-28 13:18:19 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0cf036d15402bea3c5d4de17b3fce76b3e4a56ebc1f577be0e7a72f7c607cf0"
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"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b70ca2a6103ac8b665dc150b142ef0e4e89df640c9e6cf295d189c3caebe5a"
dependencies = [
"libc",
]
2021-08-24 10:07:43 -05:00
[[package]]
name = "memmap2"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"
dependencies = [
"libc",
]
2020-12-26 15:55:33 -06:00
[[package]]
name = "memoffset"
2021-06-24 13:11:30 -05:00
version = "0.6.4"
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 = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9"
2020-12-26 15:55:33 -06:00
dependencies = [
"autocfg",
]
2021-08-24 10:07:43 -05:00
[[package]]
name = "minimal-lexical"
version = "0.1.4"
2021-08-24 10:07:43 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c64630dcdd71f1a64c435f54885086a0de5d6a12d104d69b165fb7d5286d677"
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"
version = "0.7.14"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"
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]]
2021-06-24 13:11:30 -05:00
name = "mio-misc"
version = "1.2.1"
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 = "0ddf05411bb159cdb5801bb10002afb66cb4572be656044315e363460ce69dc2"
2020-12-26 15:55:33 -06:00
dependencies = [
2021-06-24 13:11:30 -05:00
"crossbeam",
"crossbeam-queue",
2020-12-26 15:55:33 -06:00
"log",
"mio",
]
[[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-06-24 13:11:30 -05:00
version = "0.3.0"
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 = "8794322172319b972f528bf90c6b467be0079f1fa82780ffb431088e741a73ab"
2020-12-26 15:55:33 -06:00
dependencies = [
"jni-sys",
"ndk-sys",
"num_enum",
"thiserror",
]
[[package]]
name = "ndk-glue"
2021-06-24 13:11:30 -05:00
version = "0.3.0"
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 = "c5caf0c24d51ac1c905c27d4eda4fa0635bbe0de596b8f79235e0b17a4d29385"
2020-12-26 15:55:33 -06:00
dependencies = [
"lazy_static",
"libc",
"log",
"ndk",
"ndk-macro",
"ndk-sys",
]
[[package]]
name = "ndk-macro"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05d1c6307dc424d0f65b9b06e94f88248e6305726b14729fd67a5e47b2dc481d"
dependencies = [
"darling",
2021-08-24 10:07:43 -05:00
"proc-macro-crate 0.1.5",
2020-12-26 15:55:33 -06:00
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "ndk-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c44922cb3dbb1c70b5e5f443d63b64363a898564d739ba5198e3a9138442868d"
[[package]]
name = "nix"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83450fe6a6142ddd95fb064b746083fc4ef1705fe81f64a64e1d4b39f54a1055"
dependencies = [
"bitflags",
"cc",
"cfg-if 0.1.10",
"libc",
]
2021-02-28 13:18:19 -06:00
[[package]]
name = "nix"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa9b4819da1bc61c0ea48b63b7bc8604064dd43013e7cc325df098d49cd7c18a"
dependencies = [
"bitflags",
"cc",
"cfg-if 1.0.0",
"libc",
]
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-08-24 10:07:43 -05:00
version = "7.0.0"
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 = "7ffd9d26838a953b4af82cbeb9f1592c6798916983959be223a7124e992742c1"
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-08-24 10:07:43 -05:00
version = "0.5.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 = "3f9bd055fb730c4f8f4f57d45d35cd6b3f0980535b056dc7ff119cee6a66ed6f"
2020-12-26 15:55:33 -06:00
dependencies = [
"derivative",
"num_enum_derive",
]
[[package]]
name = "num_enum_derive"
2021-08-24 10:07:43 -05:00
version = "0.5.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 = "486ea01961c4a818096de679a8b740b26d9033146ac5291b1c98557658f8cdd9"
2020-12-26 15:55:33 -06:00
dependencies = [
"proc-macro-crate 1.1.0",
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-06-24 13:11:30 -05:00
version = "1.8.0"
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 = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
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"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f923fb806c46266c02ab4a5b239735c144bdeda724a50ed058e5226f594cde3"
dependencies = [
2021-06-24 13:11:30 -05:00
"ttf-parser 0.6.2",
]
[[package]]
name = "owned_ttf_parser"
2021-08-24 10:07:43 -05:00
version = "0.12.1"
2021-06-24 13:11:30 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 10:07:43 -05:00
checksum = "60ac8dda2e5cc09bf6480e3b3feff9783db251710c922ae9369a429c51efdeb0"
2021-06-24 13:11:30 -05:00
dependencies = [
2021-08-24 10:07:43 -05:00
"ttf-parser 0.12.3",
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-10-24 09:23:10 -05:00
version = "0.3.21"
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 = "10e2fcbb64ecbe64c8e040a386c3104d384583af58b956d870aaaf229df6e66d"
2020-12-26 15:55:33 -06:00
[[package]]
name = "proc-macro-crate"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
dependencies = [
"toml",
]
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"
version = "1.0.30"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edc3358ebc67bc8b7fa0c007f945b0b18226f78437d61bec735a9eb96b61ee70"
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"
version = "1.0.10"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05"
2020-12-26 15:55:33 -06:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "raw-window-handle"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a441a7a6c80ad6473bd4b74ec1c9a4c951794285bf941c2126f607c72e48211"
dependencies = [
"libc",
]
[[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 = "rusttype"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc7c727aded0be18c5b80c1640eae0ac8e396abf6fa8477d96cb37d18ee5ec59"
dependencies = [
"ab_glyph_rasterizer",
2021-06-24 13:11:30 -05:00
"owned_ttf_parser 0.6.0",
2020-12-26 15:55:33 -06:00
]
[[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 = "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"
version = "1.0.130"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f12d06de37cf59146fbdecab66aa99f9fe4f78722e3607577a5375d66bd0c913"
2020-12-26 15:55:33 -06:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.130"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7bc1a1ab1961464eae040d96713baa5a724a8152c1222492465b54322ec508b"
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-05-10 11:40:49 -05:00
version = "0.12.3"
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 = "4750c76fd5d3ac95fa3ed80fe667d6a3d8590a960e5b575b98eea93339a80b80"
2020-12-26 15:55:33 -06:00
dependencies = [
"andrew",
"bitflags",
"calloop",
2021-02-28 13:18:19 -06:00
"dlib 0.4.2",
2020-12-26 15:55:33 -06:00
"lazy_static",
"log",
2021-08-24 10:07:43 -05:00
"memmap2 0.1.0",
2021-02-28 13:18:19 -06:00
"nix 0.18.0",
2020-12-26 15:55:33 -06:00
"wayland-client",
"wayland-cursor",
"wayland-protocols",
]
2021-08-24 10:07:43 -05:00
[[package]]
name = "smithay-client-toolkit"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec783683499a2cfc85b6df3d04f83b1907b5cbd98a1aed44667dbdf1eac4e64c"
dependencies = [
"bitflags",
"dlib 0.5.0",
"lazy_static",
"log",
"memmap2 0.2.3",
"nix 0.20.0",
"wayland-client",
"wayland-cursor",
"wayland-protocols",
]
2021-04-05 08:04:22 -05:00
[[package]]
name = "smithay-clipboard"
2021-08-24 10:07:43 -05:00
version = "0.6.4"
2021-04-05 08:04:22 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 10:07:43 -05:00
checksum = "986c5b4a7bd4f50d4c51f81f844745535cb488360f9cf63293780b109b9295f3"
2021-04-05 08:04:22 -05:00
dependencies = [
2021-08-24 10:07:43 -05:00
"smithay-client-toolkit 0.14.0",
2021-04-05 08:04:22 -05:00
"wayland-client",
]
2020-12-26 15:55:33 -06:00
[[package]]
name = "strsim"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c"
[[package]]
name = "syn"
version = "1.0.80"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d010a1623fbd906d51d650a9916aaefc05ffa0e4053ff7fe601167f3e715d194"
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"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e5d7cd7ab3e47dda6e56542f4bbf3824c15234958c6e1bd6aaa347e93499fdc"
2021-06-24 13:11:30 -05:00
[[package]]
name = "ttf-parser"
2021-08-24 10:07:43 -05:00
version = "0.12.3"
2021-06-24 13:11:30 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 10:07:43 -05:00
checksum = "7ae2f58a822f08abdaf668897e96a5656fe72f5a9ce66422423e8849384872e6"
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-05-10 11:40:49 -05:00
version = "0.9.3"
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 = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
2020-12-26 15:55:33 -06:00
[[package]]
name = "walkdir"
2021-05-10 11:40:49 -05:00
version = "2.3.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 = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
2020-12-26 15:55:33 -06:00
dependencies = [
"same-file",
2021-06-24 13:11:30 -05:00
"winapi",
2020-12-26 15:55:33 -06:00
"winapi-util",
]
[[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-08-24 10:07:43 -05:00
version = "0.28.6"
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 = "e3ab332350e502f159382201394a78e3cc12d0f04db863429260164ea40e0355"
2020-12-26 15:55:33 -06:00
dependencies = [
"bitflags",
"downcast-rs",
"libc",
2021-02-28 13:18:19 -06:00
"nix 0.20.0",
2020-12-26 15:55:33 -06:00
"scoped-tls",
"wayland-commons",
"wayland-scanner",
"wayland-sys",
]
[[package]]
name = "wayland-commons"
2021-08-24 10:07:43 -05:00
version = "0.28.6"
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 = "a21817947c7011bbd0a27e11b17b337bfd022e8544b071a2641232047966fbda"
2020-12-26 15:55:33 -06:00
dependencies = [
2021-02-28 13:18:19 -06:00
"nix 0.20.0",
2020-12-26 15:55:33 -06:00
"once_cell",
"smallvec",
"wayland-sys",
]
[[package]]
name = "wayland-cursor"
2021-08-24 10:07:43 -05:00
version = "0.28.6"
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 = "be610084edd1586d45e7bdd275fe345c7c1873598caa464c4fb835dee70fa65a"
2020-12-26 15:55:33 -06:00
dependencies = [
2021-02-28 13:18:19 -06:00
"nix 0.20.0",
2020-12-26 15:55:33 -06:00
"wayland-client",
"xcursor",
]
[[package]]
name = "wayland-egl"
2021-08-24 10:07:43 -05:00
version = "0.28.6"
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 = "99ba1ab1e18756b23982d36f08856d521d7df45015f404a2d7c4f0b2d2f66956"
2020-12-26 15:55:33 -06:00
dependencies = [
"wayland-client",
"wayland-sys",
]
[[package]]
name = "wayland-protocols"
2021-08-24 10:07:43 -05:00
version = "0.28.6"
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 = "286620ea4d803bacf61fa087a4242ee316693099ee5a140796aaba02b29f861f"
2020-12-26 15:55:33 -06:00
dependencies = [
"bitflags",
"wayland-client",
"wayland-commons",
"wayland-scanner",
]
[[package]]
name = "wayland-scanner"
2021-08-24 10:07:43 -05:00
version = "0.28.6"
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 = "ce923eb2deb61de332d1f356ec7b6bf37094dc5573952e1c8936db03b54c03f1"
2020-12-26 15:55:33 -06:00
dependencies = [
"proc-macro2",
"quote",
"xml-rs",
]
[[package]]
name = "wayland-sys"
2021-08-24 10:07:43 -05:00
version = "0.28.6"
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 = "d841fca9aed7febf9bed2e9796c49bf58d4152ceda8ac949ebe00868d8f0feb8"
2020-12-26 15:55:33 -06:00
dependencies = [
2021-02-28 13:18:19 -06:00
"dlib 0.5.0",
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-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
2021-06-24 13:11:30 -05:00
"winapi",
2020-12-26 15:55:33 -06:00
]
[[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-06-24 13:11:30 -05:00
version = "0.25.0"
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 = "79610794594d5e86be473ef7763f604f2159cbac8c94debd00df8fb41e86c2f8"
2020-12-26 15:55:33 -06:00
dependencies = [
"bitflags",
2021-06-24 13:11:30 -05:00
"cocoa",
"core-foundation 0.9.2",
2020-12-26 15:55:33 -06:00
"core-graphics 0.22.2",
"core-video-sys",
"dispatch",
"instant",
"lazy_static",
"libc",
"log",
"mio",
2021-06-24 13:11:30 -05:00
"mio-misc",
2020-12-26 15:55:33 -06:00
"ndk",
"ndk-glue",
"ndk-sys",
"objc",
"parking_lot",
"percent-encoding",
"raw-window-handle",
2021-06-24 13:11:30 -05:00
"scopeguard",
2021-08-24 10:07:43 -05:00
"smithay-client-toolkit 0.12.3",
2020-12-26 15:55:33 -06:00
"wayland-client",
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 = "xdg"
version = "2.4.0"
2020-12-26 15:55:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a23fe958c70412687039c86f578938b4a0bb50ec788e96bce4d6ab00ddd5803"
dependencies = [
"dirs",
]
2020-12-26 15:55:33 -06:00
[[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"