multicast-socket 0.2.0

Single-socket multi-interface multicast socket
Documentation
[package]
name = 'multicast-socket'
description = 'Single-socket multi-interface multicast socket'
version = "0.2.0"
authors = ['Bruno Tavares <connect+github@bltavares.com>']
edition = '2018'
homepage = 'https://github.com/bltavares/multicast-socket'
repository = 'https://github.com/bltavares/multicast-socket'
readme = 'README.md'
license = 'MIT OR Apache-2.0'
keywords = ['multicast']

[dependencies]
get_if_addrs = '0.5.3'

[dependencies.socket2]
version = '0.3.12'
features = ['reuseport']

[target.'cfg(windows)'.dependencies.winapi]
version = '0.3.9'
features = ['mswsock', 'iphlpapi']

[target.'cfg(not(windows))'.dependencies.nix]
version = '0.18.0'

[target.'cfg(not(windows))'.dependencies.libc]
version = '0.2.76'