arora-module-rust 0.1.1

Rust source generation for Arora modules (types and bindings from type records).
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 = "2021"
name = "arora-module-rust"
version = "0.1.1"
build = false
include = ["/src"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust source generation for Arora modules (types and bindings from type records)."
readme = "readme.md"
license = "MIT"

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

[[bin]]
name = "arora-module-rust"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.arora-module-core]
version = "0.1"

[dependencies.arora-registry]
version = "0.1"

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

[dependencies.arora-vfs]
version = "0.1"

[dependencies.async-recursion]
version = "1"

[dependencies.clap]
version = "3"
features = ["derive"]

[dependencies.convert_case]
version = "0.11"

[dependencies.derive_more]
version = "2"

[dependencies.itertools]
version = "0.14"

[dependencies.lazy_static]
version = "1"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.semver]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "fs",
    "io-util",
    "io-std",
]

[dependencies.uuid]
version = "1"
features = [
    "serde",
    "v4",
]