# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "flnet" version = "0.7.2" authors = ["Linus Gasser "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Network setup and communication" homepage = "https://fledg.re" readme = "README.md" keywords = [ "network", "webrtc", "signal", "fledger", "web-rtc", ] categories = ["network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/ineiti/fledger" [lib] name = "flnet" path = "src/lib.rs" [dependencies.async-trait] version = "0.1" [dependencies.bimap] version = "0.6" [dependencies.ed25519-compact] version = "2" [dependencies.flarch] version = "0.7" [dependencies.flmodules] version = "0.7" [dependencies.futures] version = "0.3" [dependencies.getrandom] version = "0.2" [dependencies.itertools] version = "0.13" [dependencies.js-sys] version = "0.3" optional = true [dependencies.log] version = "0.4" [dependencies.names] version = "0.14" default-features = false [dependencies.native-tls] version = "0.2" optional = true [dependencies.parking_lot] version = "0.11" features = ["wasm-bindgen"] optional = true [dependencies.rand] version = "0.8" optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde-wasm-bindgen] version = "0.6" optional = true [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dependencies.serde_with] version = "3" features = [ "json", "base64", ] [dependencies.serde_yaml] version = "0.9" [dependencies.sha2] version = "0.10" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" [dependencies.tokio-stream] version = "0.1" [dependencies.tokio-tungstenite] version = "0.23" features = ["native-tls"] optional = true [dependencies.toml] version = "0.8" [dependencies.wasm-bindgen] version = "0.2" features = ["serde-serialize"] optional = true [dependencies.wasm-bindgen-futures] version = "0.4" optional = true [dependencies.web-sys] version = "0.3" features = [ "Headers", "Request", "RequestInit", "RequestMode", "Response", "Window", "ReadableStream", "MessageEvent", "RtcConfiguration", "RtcPeerConnection", "RtcSignalingState", "RtcSdpType", "RtcSessionDescriptionInit", "RtcPeerConnectionIceEvent", "RtcIceCandidate", "RtcIceCandidateInit", "RtcIceConnectionState", "RtcIceGatheringState", "RtcDataChannel", "RtcDataChannelEvent", "RtcDataChannelState", "BinaryType", "Blob", "ErrorEvent", "FileReader", "MessageEvent", "ProgressEvent", "WebSocket", "Document", "Storage", "Navigator", ] optional = true [dependencies.webrtc] version = "0.11" optional = true [dev-dependencies.env_logger] version = "0.11" [features] libc = [ "native-tls", "rand", "tokio-tungstenite", "webrtc", ] nosend = [] testing = [] wasm = [ "nosend", "getrandom/js", "js-sys", "parking_lot", "serde-wasm-bindgen", "wasm-bindgen", "wasm-bindgen-futures", "web-sys", ]