# 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 = "msf-webrtc" version = "0.2.0" authors = ["Ondrej Perutka "] description = """ WebRTC for Rust. """ documentation = "https://docs.rs/msf-webrtc/" readme = "README.md" keywords = [ "protocol", "network", "audio", "video", "media", ] license = "MIT" repository = "https://github.com/operutka/msf" [dependencies.msf-ice] version = "0.2" [dependencies.msf-rtp] version = "0.2" [dependencies.msf-sdp] version = "0.2" optional = true [dependencies.msf-srtp] version = "0.2" [features] logging = ["msf-ice/log"] logging-slog = ["msf-ice/slog"] sdp = ["msf-sdp/ice"]