[dependencies.hyper]
features = ["server", "full"]
version = "0.14"
[dependencies.tungstenite]
version = "0.17"
[dependencies.url]
version = "2.5.4"
[lib]
name = "networker_rs"
path = "src/lib.rs"
[package]
authors = ["James Yacoube <jamesyacoube@yahoo.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "web-programming"]
description = "A Rust library providing TCP, UDP, and HTTP easier calls."
edition = "2021"
homepage = "https://github.com/OrtheSnowJames/networker-rs"
keywords = ["networking", "tcp", "udp", "http"]
license = "MIT"
name = "networker-rs"
readme = "README.md"
repository = "https://github.com/OrtheSnowJames/networker-rs"
version = "0.1.2"