# 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-ir" version = "0.0.3-alpha" authors = ["Sonatina Developers"] description = "Intermediate representation for sonatina code generator" homepage = "https://github.com/fe-lang/sonatina/tree/main/crates/ir" 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.dyn-clone] version = "1.0.4" [dependencies.fxhash] version = "0.2.1" [dependencies.indexmap] version = "1.9.1" [dependencies.primitive-types] version = "0.12" default-features = false [dependencies.smallvec] version = "1.7.0" [dependencies.sonatina-triple] version = "0.0.3-alpha"