sonatina-codegen 0.0.3-alpha

High-performance code generator for smart contract
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 = "sonatina-codegen"
version = "0.0.3-alpha"
authors = ["Sonatina Developers"]
description = "High-performance code generator for smart contract"
homepage = "https://github.com/fe-lang/sonatina/tree/main/crates/codegen"
readme = "README.md"
keywords = [
    "compiler",
    "evm",
    "wasm",
    "smart-contract",
]
categories = [
    "compilers",
    "wasm",
]
license = "Apache-2.0"
repository = "https://github.com/fe-lang/sonatina"
resolver = "1"

[dependencies.cranelift-entity]
version = "0.89"

[dependencies.fxhash]
version = "0.2.1"

[dependencies.smallvec]
version = "1.7.0"

[dependencies.sonatina-ir]
version = "0.0.3-alpha"

[dependencies.sonatina-triple]
version = "0.0.3-alpha"