| [package] | |
| authors = ["Doug Anderson <DougAnderson444@peerpiper.io>"] | |
| categories = ["network-programming"] | |
| description = "Utilities for WebRTC in libp2p" | |
| edition = "2021" | |
| license = "MIT" | |
| name = "libp2p-webrtc-utils" | |
| repository = "https://github.com/libp2p/rust-libp2p" | |
| rust-version = { workspace = true } | |
| version = "0.3.0" | |
| publish = true | |
| [dependencies] | |
| asynchronous-codec = { workspace = true } | |
| bytes = "1" | |
| futures = { workspace = true } | |
| hex = "0.4" | |
| libp2p-core = { workspace = true } | |
| libp2p-identity = { workspace = true } | |
| libp2p-noise = { workspace = true } | |
| quick-protobuf = "0.8" | |
| quick-protobuf-codec = { workspace = true } | |
| rand = "0.8" | |
| serde = { version = "1.0", features = ["derive"] } | |
| sha2 = "0.10.8" | |
| thiserror = "1" | |
| tinytemplate = "1.2" | |
| tracing = { workspace = true } | |
| [dev-dependencies] | |
| hex-literal = "0.4" | |
| [lints] | |
| workspace = true | |