assura-codegen 0.4.0

Rust code generation from type-checked Assura contracts
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"
name = "assura-codegen"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust code generation from type-checked Assura contracts"
homepage = "https://github.com/assura-lang/assura"
readme = false
keywords = [
    "compiler",
    "contracts",
    "verification",
    "smt",
    "formal-methods",
]
categories = [
    "compilers",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/assura-lang/assura"
resolver = "2"

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

[dependencies.assura-ast]
version = "0.4.0"

[dependencies.assura-parser]
version = "0.4.0"

[dependencies.assura-resolve]
version = "0.4.0"

[dependencies.assura-types]
version = "0.4.0"

[dependencies.prettyplease]
version = "0.2"

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

[dependencies.serde_json]
version = "1"

[dependencies.syn]
version = "2"