geam-core 0.2.1

Typed Gleam planning, host, and execution core for Geam
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.96"
name = "geam-core"
version = "0.2.1"
build = false
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Typed Gleam planning, host, and execution core for Geam"
readme = false
license = "Apache-2.0"
repository = "https://github.com/panarch/geam"

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

[[test]]
name = "execution"
path = "tests/execution.rs"

[[test]]
name = "host"
path = "tests/host.rs"

[dependencies.bitvec]
version = "1.1.1"

[dependencies.camino]
version = "1"

[dependencies.ecow]
version = "=0.2.6"

[dependencies.gleam-compiler-core]
version = "=1.18.1-geam.2"
package = "geam-gleam-core"

[dependencies.half]
version = "2.7.1"
default-features = false

[dependencies.im]
version = "15"

[dependencies.miette]
version = "7"

[dependencies.num-bigint]
version = "0.4.6"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.9"

[dependencies.vec1]
version = "1"

[dev-dependencies.miette]
version = "7"
features = ["fancy-no-backtrace"]

[dev-dependencies.tempfile]
version = "3"