mysz-core 0.2.0

The main compiler for the Mysz language project
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 = "mysz-core"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The main compiler for the Mysz language project"
readme = "README.md"
keywords = [
    "language",
    "compiler",
    "mysz",
]
categories = [
    "compilers",
    "parser-implementations",
]
license = "Apache-2.0"
repository = "https://github.com/mysz-lang/mysz-core"

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

[[bin]]
name = "mysz-core"
path = "src/main.rs"

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

[dependencies.cranelift]
version = "0.105.0"

[dependencies.cranelift-codegen]
version = "0.105.0"

[dependencies.cranelift-frontend]
version = "0.105.0"

[dependencies.cranelift-module]
version = "0.105.0"

[dependencies.cranelift-native]
version = "0.105.0"

[dependencies.cranelift-object]
version = "0.105.0"

[dependencies.regex]
version = "1.10"

[dependencies.serde]
version = "1.0.228"

[dependencies.serde_derive]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.150"

[dependencies.target-lexicon]
version = "0.12"