Skip to main content
Module

x/brotli/Cargo.lock

πŸ—œ Brotli wasm module for deno
Go to Latest
File
# This file is automatically @generated by Cargo.# It is not intended for manual editing.[[package]]name = "alloc-no-stdlib"version = "2.0.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "5192ec435945d87bc2f70992b4d818154b5feede43c09fb7592146374eac90a6"
[[package]]name = "alloc-stdlib"version = "0.2.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "697ed7edc0f1711de49ce108c541623a0af97c6c60b2f6e2b65229847ac843c2"dependencies = [ "alloc-no-stdlib",]
[[package]]name = "brotli"version = "3.3.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "7f29919120f08613aadcd4383764e00526fc9f18b6c0895814faeed0dd78613e"dependencies = [ "alloc-no-stdlib", "alloc-stdlib", "brotli-decompressor",]
[[package]]name = "brotli-decompressor"version = "2.3.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "1052e1c3b8d4d80eb84a8b94f0a1498797b5fb96314c001156a1c761940ef4ec"dependencies = [ "alloc-no-stdlib", "alloc-stdlib",]
[[package]]name = "bumpalo"version = "3.4.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820"
[[package]]name = "cfg-if"version = "0.1.10"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
[[package]]name = "deno_brotli"version = "0.1.4"dependencies = [ "brotli", "wasm-bindgen", "wee_alloc",]
[[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.72"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "a9f8082297d534141b30c8d39e9b1773713ab50fdbe4ff30f750d063b3bfd701"
[[package]]name = "log"version = "0.4.8"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"dependencies = [ "cfg-if",]
[[package]]name = "memory_units"version = "0.4.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "8452105ba047068f40ff7093dd1d9da90898e63dd61736462e9cdda6a90ad3c3"
[[package]]name = "proc-macro2"version = "1.0.18"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "beae6331a816b1f65d04c45b078fd8e6c93e8071771f41b8163255bbd8d7c8fa"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 = "syn"version = "1.0.34"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "936cae2873c940d92e697597c5eee105fb570cd5689c695806f672883653349b"dependencies = [ "proc-macro2", "quote", "unicode-xid",]
[[package]]name = "unicode-xid"version = "0.2.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
[[package]]name = "wasm-bindgen"version = "0.2.64"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "6a634620115e4a229108b71bde263bb4220c483b3f07f5ba514ee8d15064c4c2"dependencies = [ "cfg-if", "wasm-bindgen-macro",]
[[package]]name = "wasm-bindgen-backend"version = "0.2.64"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "3e53963b583d18a5aa3aaae4b4c1cb535218246131ba22a71f05b518098571df"dependencies = [ "bumpalo", "lazy_static", "log", "proc-macro2", "quote", "syn", "wasm-bindgen-shared",]
[[package]]name = "wasm-bindgen-macro"version = "0.2.64"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "3fcfd5ef6eec85623b4c6e844293d4516470d8f19cd72d0d12246017eb9060b8"dependencies = [ "quote", "wasm-bindgen-macro-support",]
[[package]]name = "wasm-bindgen-macro-support"version = "0.2.64"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "9adff9ee0e94b926ca81b57f57f86d5545cdcb1d259e21ec9bdd95b901754c75"dependencies = [ "proc-macro2", "quote", "syn", "wasm-bindgen-backend", "wasm-bindgen-shared",]
[[package]]name = "wasm-bindgen-shared"version = "0.2.64"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "7f7b90ea6c632dd06fd765d44542e234d5e63d9bb917ecd64d79778a13bd79ae"
[[package]]name = "wee_alloc"version = "0.4.5"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "dbb3b5a6b2bb17cb6ad44a2e68a43e8d2722c997da10e928665c72ec6c0a0b8e"dependencies = [ "cfg-if", "libc", "memory_units", "winapi",]
[[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"