rustygo 0.0.2

Runtime for Go packages compiled to Rust by the rustygo compiler
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"
rust-version = "1.89"
name = "rustygo"
version = "0.0.2"
build = false
include = [
    "/src",
    "/Cargo.toml",
    "/README.md",
    "/LICENSE",
    "/CHANGELOG.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime for Go packages compiled to Rust by the rustygo compiler"
readme = "README.md"
keywords = [
    "go",
    "golang",
    "compiler",
    "runtime",
    "gc",
]
categories = [
    "compilers",
    "memory-management",
    "no-std",
]
license = "MIT"
repository = "https://github.com/KarpelesLab/rustygo"

[package.metadata.docs.rs]
all-features = true

[features]
default = ["std"]
gc-torture = []
std = []

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

[dependencies]

[lints.rust]
missing_docs = "warn"
unsafe_op_in_unsafe_fn = "deny"