arora-module 2.0.0

Write an Arora module in Rust: the declaration macros and the traits they implement.
# 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 = "2021"
name = "arora-module"
version = "2.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Write an Arora module in Rust: the declaration macros and the traits they implement."
readme = "readme.md"
license = "MIT"
repository = "https://github.com/semio-ai/arora-sdk"

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

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

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

[dependencies.arora-buffers]
version = "3"

[dependencies.arora-module-macros]
version = "2"

[dependencies.arora-types]
version = "3"

[dev-dependencies.arora-behavior]
version = "9"

[dev-dependencies.arora-engine]
version = "5"

[dev-dependencies.serde_yaml]
version = "0.9"