lazy-socket 0.3.0

Low level Raw Socket API. WIP
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "lazy-socket"
version = "0.3.0"
authors = ["Douman <douman@gmx.se>"]
description = "Low level Raw Socket API. WIP"
documentation = "https://docs.rs/crate/lazy-socket/"
keywords = ["socket"]
license = "MIT"
repository = "https://github.com/DoumanAsh/lazy-socket.rs"
[dependencies.bitflags]
version = "^0.8"

[features]
default = ["safe_buffer_len"]
safe_buffer_len = []
[target."cfg(unix)".dependencies.libc]
version = "^0.2.22"
[target."cfg(windows)".dependencies.winapi]
version = "0.3"
features = ["minwindef", "handleapi", "winsock2", "ws2def", "winerror", "ntdef", "inaddr", "in6addr", "ws2ipdef"]
default-features = false