magic-wormhole 0.7.3

Get things from one computer to another, safely
Documentation
[dependencies.async-trait]
optional = true
version = "0.1.57"

[dependencies.base64]
version = "0.22.0"

[dependencies.bytecodec]
optional = true
version = "0.4.15"

[dependencies.crypto_secretbox]
version = "0.1.1"

[dependencies.derive_more]
default-features = false
features = ["display", "deref", "from"]
version = "1.0"

[dependencies.futures]
version = "0.3.12"

[dependencies.fuzzt]
optional = true
version = "0.3.1"

[dependencies.hex]
features = ["serde"]
version = "0.4.2"

[dependencies.hkdf]
version = "0.12.2"

[dependencies.noise-protocol]
optional = true
version = "0.2"

[dependencies.noise-rust-crypto]
optional = true
version = "0.6.0-rc.1"

[dependencies.percent-encoding]
version = "2.1.0"

[dependencies.rand]
version = "0.8.3"

[dependencies.rmp-serde]
optional = true
version = "1.0.0"

[dependencies.serde]
features = ["rc"]
version = "1.0.120"

[dependencies.serde_derive]
version = "1.0.120"

[dependencies.serde_json]
version = "1.0.61"

[dependencies.sha-1]
version = "0.10.0"

[dependencies.sha2]
version = "0.10.0"

[dependencies.spake2]
version = "0.4.0"

[dependencies.stun_codec]
optional = true
version = "0.3.0"

[dependencies.tar]
optional = true
version = "0.4.33"

[dependencies.thiserror]
version = "1.0.24"

[dependencies.time]
features = ["formatting"]
version = "0.3.7"

[dependencies.tracing]
features = ["log", "log-always"]
version = "0.1"

[dependencies.url]
features = ["serde"]
version = "2.2.2"

[dependencies.zxcvbn]
optional = true
version = "3.1.0"

[dev-dependencies.eyre]
version = "0.6.5"

[dev-dependencies.test-log]
version = "0.2"

[features]
all = ["default", "forwarding", "fuzzy-complete"]
default = ["transit", "transfer"]
entropy = ["zxcvbn"]
experimental = ["experimental-transfer-v2"]
experimental-transfer-v2 = []
forwarding = ["transit", "dep:rmp-serde"]
fuzzy-complete = ["fuzzt"]
native-tls = ["async-tungstenite/async-native-tls"]
tls = ["async-tungstenite/async-tls"]
transfer = ["transit", "dep:tar", "dep:rmp-serde"]
transit = ["dep:noise-rust-crypto", "dep:noise-protocol", "dep:socket2", "dep:stun_codec", "dep:if-addrs", "dep:bytecodec", "dep:async-trait"]

[lib]
name = "magic_wormhole"
path = "src/lib.rs"

[package]
authors = ["Fina Wilke <code@felinira.net>", "piegames <info@piegames.de>", "Brian Warner <warner@lothar.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["network-programming", "asynchronous"]
description = "Get things from one computer to another, safely"
documentation = "https://docs.rs/magic-wormhole/latest/"
edition = "2021"
homepage = "http://magic-wormhole.io/"
keywords = ["magic-wormhole", "wormhole", "file-transfer", "transfer"]
license = "EUPL-1.2"
name = "magic-wormhole"
readme = "README.md"
repository = "https://github.com/magic-wormhole/magic-wormhole.rs/tree/main/cli"
rust-version = "1.81"
version = "0.7.3"

[package.metadata.docs.rs]
features = ["all"]

[profile.release]
lto = "thin"
overflow-checks = true
strip = "debuginfo"

[target.'cfg(not(target_family = "wasm"))'.dependencies.async-io]
version = "2.2.0"

[target.'cfg(not(target_family = "wasm"))'.dependencies.async-std]
features = ["attributes", "unstable"]
version = "1.12.0"

[target.'cfg(not(target_family = "wasm"))'.dependencies.async-tungstenite]
features = ["async-std-runtime"]
version = "0.28"

[target.'cfg(not(target_family = "wasm"))'.dependencies.if-addrs]
optional = true
version = "0.13"

[target.'cfg(not(target_family = "wasm"))'.dependencies.libc]
version = "0.2.101"

[target.'cfg(not(target_family = "wasm"))'.dependencies.socket2]
features = ["all"]
optional = true
version = "0.5.0"

[target.'cfg(target_family = "wasm")'.dependencies.getrandom]
features = ["js"]
version = "0.2.5"

[target.'cfg(target_family = "wasm")'.dependencies.wasm-timer]
version = "0.2.5"

[target.'cfg(target_family = "wasm")'.dependencies.ws_stream_wasm]
version = "0.7.3"