Files
multiverse/xcom-ultra/xcu-wasm-sdk/Cargo.toml
T
tedism 30825912f4
[TSM.ID].[11031972] PXE : Platform X Ecosystem I [142 Module - REAL LIVE -] / 3Z: Zero Error Check (142 Modules) (push) Waiting to run
Initial Multiverse V8 Genesis
2026-05-31 06:14:59 +07:00

27 lines
1.1 KiB
TOML

# [TSM.ID].[11031972] -- All Rights Reserved. Proprietary & Confidential.
[package]
name = "xcu-wasm-sdk"
version = "0.1.0"
edition = "2021"
description = "XCU WebAssembly Native SDK"
[package.metadata.wasm-pack.profile.release]
wasm-opt = false
[lib]
crate-type = ["cdylib", "rlib"]
[dependencies]
# xcu-quic = { path = "../xcu-quic" }
wasm-bindgen = "0.2.89"
wasm-bindgen-futures = "0.4.39"
js-sys = "0.3.66"
web-sys = { version = "0.3.66", features = ["Window", "Navigator", "MediaDevices", "WebTransport", "WebTransportBidirectionalStream", "WebTransportDatagramDuplexStream", "WebTransportReceiveStream", "console", "Document", "Element", "HtmlVideoElement", "MediaRecorder", "Blob", "Event", "MediaStream"] }
xcu-crypto = { path = "../xcu-crypto", default-features = false }
xcu-tamper-proof = { path = "../xcu-tamper-proof", default-features = false }
xcu-watermark = { path = "../xcu-watermark", default-features = false }
xcu-jailbreak-detector = { path = "../xcu-jailbreak-detector", default-features = false }
getrandom = { version = "0.2", features = ["js"] }
base64 = "0.22"
hex = "0.4"