# 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 = "datachannel-facade" version = "0.2.0" description = "Facade for cross-platform WebRTC DataChannels" license = "MIT" repository = "https://github.com/coevolutions/dachannel" [dependencies.async-notify] version = "0.3" [dependencies.cfg-if] version = "1" [dependencies.log] version = "0.4" [dependencies.thiserror] version = "1" [dev-dependencies.async-channel] version = "2" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.libdatachannel] version = "0.2" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.urlencoding] version = "2" [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.pollster] version = "0.3" features = ["macro"] [target."cfg(target_arch = \"wasm32\")".dependencies.web-datachannel] version = "0.2" [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test] version = "0.3"