[package] name = "tetcore-browser-utils" version = "0.8.1" authors = ["Parity Technologies ", "Tetcoin Developers "] description = "Utilities for creating a browser light-client." edition = "2018" license = "Apache-2.0" keywords = ["tetcoin", "tetcore", "crypto", "blockchain", "framework"] categories = ["cryptography::cryptocurrencies"] homepage = "https://core.tetcoin.org" repository = "https://github.com/tetcoin/tetcore" documentation = "https://docs.rs/tetcore-browser-utils" readme = "README.md" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies] futures = { version = "0.3", features = ["compat"] } futures01 = { package = "futures", version = "0.1.29" } log = "0.4.8" # libp2p-wasm-ext = { version = "0.27", features = ["websocket"] } tetsy-libp2p-wasm-ext = { version = "0.27.1", features = ["websocket"] } # tetsy-libp2p-wasm-ext = { version = "0.27", features = ["websocket"], git = "https://github.com/tetcoin/tetsy-libp2p.git", rev = "bc2e822ef4c5f69225112b461018212a18782e4a" } console_error_panic_hook = "0.1.6" js-sys = "0.3.50" wasm-bindgen = "0.2.73" wasm-bindgen-futures = "0.4.23" tetsy-kvdb-web = "0.9.0" tetcore-database = { version = "2.0.2", path = "../../primitives/database" } tc-informant = { version = "0.8.0", path = "../../client/informant" } tc-service = { version = "0.8.0", path = "../../client/service", default-features = false } tc-network = { path = "../../client/network", version = "0.8.0"} tc-chain-spec = { path = "../../client/chain-spec", version = "2.0.0"} tc-telemetry = { path = "../../client/telemetry", version = "2.0.0"} tc-tracing = { path = "../../client/tracing", version = "2.0.0"} # Imported just for the `wasm-bindgen` feature getrandom = { version = "0.2", features = ["js"] } rand = { version = "0.7", features = ["wasm-bindgen"] } futures-timer = { version = "3.0.1", features = ["wasm-bindgen"]} chrono = { version = "0.4", features = ["wasmbind"] }