go-http 0.1.2

rust native port of GO's http module
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "go-http"
version = "0.1.2"
authors = ["berryware"]
build = false
exclude = ["target"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "rust native port of GO's http module"
readme = "README.md"
keywords = [
    "http",
    "http-server",
    "http-client",
]
categories = [
    "web-programming",
    "web-programming::http-client",
    "web-programming::http-server",
]
license = "Apache-2.0"
repository = "https://github.com/exaxisllc/go-lib"

[lib]
name = "go_http"
path = "src/lib.rs"

[[example]]
name = "client_get"
path = "examples/client_get.rs"

[[example]]
name = "echo_server"
path = "examples/echo_server.rs"

[[example]]
name = "hello_server"
path = "examples/hello_server.rs"

[[example]]
name = "middleware"
path = "examples/middleware.rs"

[[example]]
name = "routing"
path = "examples/routing.rs"

[[example]]
name = "static_files"
path = "examples/static_files.rs"

[[test]]
name = "middleware"
path = "tests/middleware.rs"

[[test]]
name = "server_client"
path = "tests/server_client.rs"

[dependencies.base64]
version = "0.22"

[dependencies.go-lib]
version = "0.6.2"

[dependencies.go-lib-macros]
version = "0.6.2"

[dependencies.rustls]
version = "0.23"
features = ["ring"]

[dependencies.rustls-pemfile]
version = "2"

[dependencies.url]
version = "2"

[dependencies.webpki-roots]
version = "0.26"