gostd 0.4.5

gostd is the go standard library implementation in rust. gostd 是Go标准库的rust实现
Documentation
[dependencies.gostd_builtin]
version = "^1.0"

[dependencies.gostd_bytes]
version = "1.0"

[dependencies.gostd_derive]
version = "0.0.3"

[dependencies.gostd_http]
version = "1"

[dependencies.gostd_io]
version = "^1.0"

[dependencies.gostd_strings]
version = "^1.0"

[dependencies.gostd_time]
version = "^1.0"

[dependencies.gostd_unicode]
version = "^1.0"

[dependencies.gostd_url]
version = "^1.0"

[dependencies.rand]
version = "0.8.5"

[features]
async-std-rt = ["gostd_http/async-std-runtime"]
default = []
tokio-rt = ["gostd_http/tokio-runtime"]

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

[package]
authors = ["wandercn<wander@rustpub.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "accessibility", "development-tools", "compilers"]
description = "gostd is the go standard library implementation in rust. gostd 是Go标准库的rust实现"
edition = "2018"
homepage = "https://github.com/wandercn/gostd"
keywords = ["gobind", "go-api", "gostd", "go-to-rust", "go-standard-library"]
license = "MIT"
name = "gostd"
readme = "README.md"
repository = "https://github.com/wandercn/gostd"
version = "0.4.5"

[profile.dev]
opt-level = 0

[profile.release]
opt-level = 3