aver-rt 0.1.0

Shared Rust runtime pieces for Aver-generated programs
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.85"
name = "aver-rt"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared Rust runtime pieces for Aver-generated programs"
homepage = "https://github.com/jasisz/aver"
documentation = "https://docs.rs/aver-rt"
readme = "README.md"
keywords = [
    "aver",
    "runtime",
    "transpiler",
    "language",
    "codegen",
]
categories = ["compilers"]
license = "MIT"
repository = "https://github.com/jasisz/aver"

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

[features]
default = []
http = ["dep:ureq"]

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

[dependencies.ureq]
version = "2"
optional = true