gostd 0.2.2

gostd is the go standard library implementation in rust. gostd 是Go标准库的rust实现
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"

[[package]]
name = "cvt"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34ac344c7efccb80cd25bc61b2170aec26f2f693fd40e765a539a1243db48c71"
dependencies = [
 "cfg-if",
]

[[package]]
name = "gostd"
version = "0.2.2"
dependencies = [
 "gostd_builtin",
 "gostd_time",
]

[[package]]
name = "gostd_builtin"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea0ea6872cbcedb402d117ccac300c402a12bd00f683885e4169c8e5e3a62c96"

[[package]]
name = "gostd_derive"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ed1713fbbe002f018944a47c31ded81705b30a5b20251b7f559acef2c31e209"
dependencies = [
 "quote",
 "syn",
]

[[package]]
name = "gostd_time"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7eb49cb1c997d67b8419bb3ea2994955d0101628f8937e67fc63eed68534650"
dependencies = [
 "cvt",
 "gostd_builtin",
 "gostd_derive",
 "lazy_static",
 "libc",
]

[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"

[[package]]
name = "libc"
version = "0.2.107"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbe5e23404da5b4f555ef85ebed98fb4083e55a00c317800bc2a50ede9f3d219"

[[package]]
name = "proc-macro2"
version = "1.0.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba508cc11742c0dc5c1659771673afbab7a0efab23aa17e854cbab0837ed0b43"
dependencies = [
 "unicode-xid",
]

[[package]]
name = "quote"
version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "syn"
version = "1.0.81"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2afee18b8beb5a596ecb4a2dce128c719b4ba399d34126b9e4396e3f9860966"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-xid",
]

[[package]]
name = "unicode-xid"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"