gostd 0.3.21

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

[dependencies.gostd_derive]
version = "0.0.3"

[dependencies.gostd_time]
optional = false
version = "^1.0"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.log]
version = "0.4"

[dependencies.rand]
version = "0.8.5"

[dependencies.rustls]
version = "^0.23"

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

[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.3.21"

[profile.dev]
opt-level = 0

[profile.release]
opt-level = 3