bcomp 0.1.0

A compiler for a subset of the BASIC language
# 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 = "bcomp"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A compiler for a subset of the BASIC language"
readme = "README.md"
keywords = [
    "compiler",
    "basic",
]
license-file = "LICENSE"
repository = "https://github.com/ngraf3255/bcomp"

[[bin]]
name = "bcomp"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.100"

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

[dependencies.cranelift]
version = "0.131.0"

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

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

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

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

[dependencies.ntest]
version = "0.9.3"

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