Skip to main content
Module

x/webview/Cargo.lock

🌐 Deno bindings for webview, a tiny library for creating web-based desktop GUIs
Go to Latest
File
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750
# This file is automatically @generated by Cargo.# It is not intended for manual editing.[[package]]name = "anyhow"version = "1.0.38"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1"
[[package]]name = "atk-sys"version = "0.10.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "f530e4af131d94cc4fa15c5c9d0348f0ef28bac64ba660b6b2a1cf2605dedfce"dependencies = [ "glib-sys", "gobject-sys", "libc", "system-deps",]
[[package]]name = "autocfg"version = "1.0.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
[[package]]name = "bitflags"version = "1.2.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
[[package]]name = "cairo-sys-rs"version = "0.10.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "2ed2639b9ad5f1d6efa76de95558e11339e7318426d84ac4890b86c03e828ca7"dependencies = [ "libc", "system-deps",]
[[package]]name = "cargo_gn"version = "0.0.15"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "5ba7d7f7b201dfcbc314b14f2176c92f8ba521dab538b40e426ffed25ed7cd80"
[[package]]name = "cc"version = "1.0.58"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "f9a06fb2e53271d7c279ec1efea6ab691c35a2ae67ec0d91d7acec0caf13b518"
[[package]]name = "cfg-if"version = "1.0.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]name = "deno_core"version = "0.77.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "5ea6b5f04b9336050413741233eef45f01379ae7ac2ca88ff2ee1bb21081a131"dependencies = [ "anyhow", "futures", "indexmap", "lazy_static", "libc", "log", "pin-project", "rusty_v8", "serde", "serde_json", "smallvec", "url",]
[[package]]name = "deno_json_op"version = "0.1.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "2f1e1d5bba7a8fb46d573a8ac66de5ed0f30ea19801c42c1b1905712b0997537"dependencies = [ "quote", "syn",]
[[package]]name = "form_urlencoded"version = "1.0.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "ece68d15c92e84fa4f19d3780f1294e5ca82a78a6d515f1efaabcc144688be00"dependencies = [ "matches", "percent-encoding",]
[[package]]name = "fslock"version = "0.1.6"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "b14c83e47c73f7d62d907ae24a1a98e9132df3c33eb6c54fcf4bce0dbc41d5af"dependencies = [ "libc", "winapi",]
[[package]]name = "futures"version = "0.3.12"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "da9052a1a50244d8d5aa9bf55cbc2fb6f357c86cc52e46c62ed390a7180cf150"dependencies = [ "futures-channel", "futures-core", "futures-executor", "futures-io", "futures-sink", "futures-task", "futures-util",]
[[package]]name = "futures-channel"version = "0.3.12"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "f2d31b7ec7efab6eefc7c57233bb10b847986139d88cc2f5a02a1ae6871a1846"dependencies = [ "futures-core", "futures-sink",]
[[package]]name = "futures-core"version = "0.3.12"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "79e5145dde8da7d1b3892dad07a9c98fc04bc39892b1ecc9692cf53e2b780a65"
[[package]]name = "futures-executor"version = "0.3.12"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "e9e59fdc009a4b3096bf94f740a0f2424c082521f20a9b08c5c07c48d90fd9b9"dependencies = [ "futures-core", "futures-task", "futures-util",]
[[package]]name = "futures-io"version = "0.3.12"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "28be053525281ad8259d47e4de5de657b25e7bac113458555bb4b70bc6870500"
[[package]]name = "futures-macro"version = "0.3.12"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "c287d25add322d9f9abdcdc5927ca398917996600182178774032e9f8258fedd"dependencies = [ "proc-macro-hack", "proc-macro2", "quote", "syn",]
[[package]]name = "futures-sink"version = "0.3.12"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "caf5c69029bda2e743fddd0582d1083951d65cc9539aebf8812f36c3491342d6"
[[package]]name = "futures-task"version = "0.3.12"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "13de07eb8ea81ae445aca7b69f5f7bf15d7bf4912d8ca37d6645c77ae8a58d86"dependencies = [ "once_cell",]
[[package]]name = "futures-util"version = "0.3.12"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "632a8cd0f2a4b3fdea1657f08bde063848c3bd00f9bbf6e256b8be78802e624b"dependencies = [ "futures-channel", "futures-core", "futures-io", "futures-macro", "futures-sink", "futures-task", "memchr", "pin-project-lite", "pin-utils", "proc-macro-hack", "proc-macro-nested", "slab",]
[[package]]name = "gdk-pixbuf-sys"version = "0.10.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "3bfe468a7f43e97b8d193a762b6c5cf67a7d36cacbc0b9291dbcae24bfea1e8f"dependencies = [ "gio-sys", "glib-sys", "gobject-sys", "libc", "system-deps",]
[[package]]name = "gdk-sys"version = "0.10.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "0a9653cfc500fd268015b1ac055ddbc3df7a5c9ea3f4ccef147b3957bd140d69"dependencies = [ "cairo-sys-rs", "gdk-pixbuf-sys", "gio-sys", "glib-sys", "gobject-sys", "libc", "pango-sys", "pkg-config", "system-deps",]
[[package]]name = "gio-sys"version = "0.10.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "5e24fb752f8f5d2cf6bbc2c606fd2bc989c81c5e2fe321ab974d54f8b6344eac"dependencies = [ "glib-sys", "gobject-sys", "libc", "system-deps", "winapi",]
[[package]]name = "glib-sys"version = "0.10.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "c7e9b997a66e9a23d073f2b1abb4dbfc3925e0b8952f67efd8d9b6e168e4cdc1"dependencies = [ "libc", "system-deps",]
[[package]]name = "gobject-sys"version = "0.10.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "952133b60c318a62bf82ee75b93acc7e84028a093e06b9e27981c2b6fe68218c"dependencies = [ "glib-sys", "libc", "system-deps",]
[[package]]name = "gtk-sys"version = "0.10.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "89acda6f084863307d948ba64a4b1ef674e8527dddab147ee4cdcc194c880457"dependencies = [ "atk-sys", "cairo-sys-rs", "gdk-pixbuf-sys", "gdk-sys", "gio-sys", "glib-sys", "gobject-sys", "libc", "pango-sys", "system-deps",]
[[package]]name = "hashbrown"version = "0.9.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
[[package]]name = "heck"version = "0.3.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"dependencies = [ "unicode-segmentation",]
[[package]]name = "idna"version = "0.2.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"dependencies = [ "matches", "unicode-bidi", "unicode-normalization",]
[[package]]name = "indexmap"version = "1.6.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b"dependencies = [ "autocfg", "hashbrown",]
[[package]]name = "itoa"version = "0.4.6"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
[[package]]name = "javascriptcore-rs-sys"version = "0.2.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "3f46ada8a08dcd75a10afae872fbfb51275df4a8ae0d46b8cc7c708f08dd2998"dependencies = [ "libc",]
[[package]]name = "lazy_static"version = "1.4.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]name = "libc"version = "0.2.85"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "7ccac4b00700875e6a07c6cde370d44d32fa01c5a65cdd2fca6858c479d28bb3"
[[package]]name = "log"version = "0.4.14"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"dependencies = [ "cfg-if",]
[[package]]name = "matches"version = "0.1.8"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
[[package]]name = "memchr"version = "2.3.3"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
[[package]]name = "once_cell"version = "1.4.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "0b631f7e854af39a1739f401cf34a8a013dfe09eac4fa4dba91e9768bd28168d"
[[package]]name = "pango-sys"version = "0.10.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "24d2650c8b62d116c020abd0cea26a4ed96526afda89b1c4ea567131fdefc890"dependencies = [ "glib-sys", "gobject-sys", "libc", "system-deps",]
[[package]]name = "percent-encoding"version = "2.1.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
[[package]]name = "pin-project"version = "1.0.5"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "96fa8ebb90271c4477f144354485b8068bd8f6b78b428b01ba892ca26caf0b63"dependencies = [ "pin-project-internal",]
[[package]]name = "pin-project-internal"version = "1.0.5"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "758669ae3558c6f74bd2a18b41f7ac0b5a195aea6639d6a9b5e5d1ad5ba24c0b"dependencies = [ "proc-macro2", "quote", "syn",]
[[package]]name = "pin-project-lite"version = "0.2.4"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827"
[[package]]name = "pin-utils"version = "0.1.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]name = "pkg-config"version = "0.3.18"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33"
[[package]]name = "proc-macro-hack"version = "0.5.19"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
[[package]]name = "proc-macro-nested"version = "0.1.6"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a"
[[package]]name = "proc-macro2"version = "1.0.24"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"dependencies = [ "unicode-xid",]
[[package]]name = "quote"version = "1.0.7"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"dependencies = [ "proc-macro2",]
[[package]]name = "rusty_v8"version = "0.16.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "a50f63f3030b5a676b9f6e7d53bf1f880904973c2350a3f034dbf82facca0b4f"dependencies = [ "bitflags", "cargo_gn", "fslock", "lazy_static", "libc", "which",]
[[package]]name = "ryu"version = "1.0.5"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
[[package]]name = "serde"version = "1.0.123"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "92d5161132722baa40d802cc70b15262b98258453e85e5d1d365c757c73869ae"dependencies = [ "serde_derive",]
[[package]]name = "serde_derive"version = "1.0.123"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "9391c295d64fc0abb2c556bad848f33cb8296276b1ad2677d1ae1ace4f258f31"dependencies = [ "proc-macro2", "quote", "syn",]
[[package]]name = "serde_json"version = "1.0.61"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "4fceb2595057b6891a4ee808f70054bd2d12f0e97f1cbb78689b59f676df325a"dependencies = [ "indexmap", "itoa", "ryu", "serde",]
[[package]]name = "slab"version = "0.4.2"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
[[package]]name = "smallvec"version = "1.6.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
[[package]]name = "soup-sys"version = "0.10.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "c3c7adf08565630bbb71f955f11f8a68464817ded2703a3549747c235b58a13e"dependencies = [ "bitflags", "gio-sys", "glib-sys", "gobject-sys", "libc", "pkg-config", "system-deps",]
[[package]]name = "strum"version = "0.18.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "57bd81eb48f4c437cadc685403cad539345bf703d78e63707418431cecd4522b"
[[package]]name = "strum_macros"version = "0.18.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "87c85aa3f8ea653bfd3ddf25f7ee357ee4d204731f6aa9ad04002306f6e2774c"dependencies = [ "heck", "proc-macro2", "quote", "syn",]
[[package]]name = "syn"version = "1.0.60"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "c700597eca8a5a762beb35753ef6b94df201c81cca676604f547495a0d7f0081"dependencies = [ "proc-macro2", "quote", "unicode-xid",]
[[package]]name = "system-deps"version = "1.3.2"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "0f3ecc17269a19353b3558b313bba738b25d82993e30d62a18406a24aba4649b"dependencies = [ "heck", "pkg-config", "strum", "strum_macros", "thiserror", "toml", "version-compare",]
[[package]]name = "thiserror"version = "1.0.20"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "7dfdd070ccd8ccb78f4ad66bf1982dc37f620ef696c6b5028fe2ed83dd3d0d08"dependencies = [ "thiserror-impl",]
[[package]]name = "thiserror-impl"version = "1.0.20"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "bd80fc12f73063ac132ac92aceea36734f04a1d93c1240c6944e23a3b8841793"dependencies = [ "proc-macro2", "quote", "syn",]
[[package]]name = "tinyvec"version = "0.3.3"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "53953d2d3a5ad81d9f844a32f14ebb121f50b650cd59d0ee2a07cf13c617efed"
[[package]]name = "toml"version = "0.5.7"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "75cf45bb0bef80604d001caaec0d09da99611b3c0fd39d3080468875cdb65645"dependencies = [ "serde",]
[[package]]name = "unicode-bidi"version = "0.3.4"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"dependencies = [ "matches",]
[[package]]name = "unicode-normalization"version = "0.1.13"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977"dependencies = [ "tinyvec",]
[[package]]name = "unicode-segmentation"version = "1.7.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796"
[[package]]name = "unicode-xid"version = "0.2.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
[[package]]name = "url"version = "2.2.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "5909f2b0817350449ed73e8bcd81c8c3c8d9a7a5d8acba4b27db277f1868976e"dependencies = [ "form_urlencoded", "idna", "matches", "percent-encoding", "serde",]
[[package]]name = "version-compare"version = "0.0.10"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "d63556a25bae6ea31b52e640d7c41d1ab27faba4ccb600013837a3d0b3994ca1"
[[package]]name = "webkit2gtk-sys"version = "0.12.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "389e5138c85a0d111b9bda05b59efa8562315e1d657d72451410e12c858f0619"dependencies = [ "atk-sys", "bitflags", "cairo-sys-rs", "gdk-pixbuf-sys", "gdk-sys", "gio-sys", "glib-sys", "gobject-sys", "gtk-sys", "javascriptcore-rs-sys", "libc", "pango-sys", "pkg-config", "soup-sys",]
[[package]]name = "webview-sys"version = "0.6.1"source = "git+https://github.com/Boscop/web-view?rev=1c20b92#1c20b9256aa786163fe4eed291f517eb5d3f02d5"dependencies = [ "cc", "gdk-sys", "gio-sys", "glib-sys", "gobject-sys", "gtk-sys", "javascriptcore-rs-sys", "libc", "pkg-config", "webkit2gtk-sys",]
[[package]]name = "webview_deno"version = "0.5.6"dependencies = [ "deno_core", "deno_json_op", "webview-sys",]
[[package]]name = "which"version = "4.0.2"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "87c14ef7e1b8b8ecfc75d5eca37949410046e66f15d185c01d70824f1f8111ef"dependencies = [ "libc", "thiserror",]
[[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"