# 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 = "2018" name = "gostd_builtin" version = "1.0.4" authors = ["wandercn"] description = "Package builtin binds the basic type in go through the type alias, and implements the basic type cast macro function.builtin 包通过类型别名绑定Go中的基础类型,并实现了基础类型强制转换宏函数。" homepage = "https://github.com/wandercn/gostd" keywords = ["gobind", "go-api", "gostd", "go-to-rust", "go-standard-library"] categories = ["api-bindings", "accessibility", "development-tools", "compilers"] license = "MIT" repository = "https://github.com/wandercn/gostd" [profile.dev] opt-level = 0 [profile.release] opt-level = 3 [lib] name = "gostd_builtin" [dependencies]