sockrs 0.1.0

Yet another TCP/IP stack
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]
edition = "2018"
name = "sockrs"
version = "0.1.0"
authors = ["The sock.rs project contributors"]
description = "Yet another TCP/IP stack"
readme = "README.md"
keywords = ["socket", "rust"]
categories = ["network-programming"]
license = "BSD-3-Clause"

[lib]
name = "sockrs"
crate-type = ["lib", "cdylib"]
[dependencies.libc]
version = "0.2.48"