zsync 0.1.1

A Zero Dependency async net runtime thats truly cross-platform, including Windows, Linux, and MacOS.
Documentation
[lib]
name = "zsync"
path = "src/lib.rs"

[package]
authors = ["Voltaged (VoltagedDebunked) <rusindanilo@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Zero Dependency async net runtime thats truly cross-platform, including Windows, Linux, and MacOS."
edition = "2021"
homepage = "https://zsync-rs.vercel.app"
license = "Apache-2.0"
name = "zsync"
readme = "README.md"
repository = "https://github.com/voltageddebunked/zsync"
version = "0.1.1"

[profile.release]
codegen-units = 1
debug = 0
lto = true
opt-level = 3
panic = "abort"