kore-lang 0.1.6

A self-hosting programming language with Rust's safety, Python's syntax, and Lisp's metaprogramming
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 = "kore-lang"
version = "0.1.6"
authors = ["Kipp <kipp@k-os.dev>"]
build = false
exclude = [
    "target/",
    "tests/",
    "shaders/",
    "stdlib/",
    "bootstrap/",
    "examples/",
    "runtime/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A self-hosting programming language with Rust's safety, Python's syntax, and Lisp's metaprogramming"
readme = "README.MD"
keywords = [
    "compiler",
    "language",
    "wasm",
    "spirv",
    "actor",
]
categories = [
    "compilers",
    "development-tools",
    "wasm",
]
license = "MIT"
repository = "https://github.com/ephemara/kore-lang"

[features]
default = []
llvm = ["inkwell"]

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

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

[dependencies.ariadne]
version = "0.4"

[dependencies.chumsky]
version = "0.9"

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

[dependencies.ctrlc]
version = "3"

[dependencies.flate2]
version = "1.0"

[dependencies.flume]
version = "0.11"

[dependencies.indexmap]
version = "2"

[dependencies.inkwell]
version = "0.4"
features = [
    "llvm17-0",
    "target-x86",
]
optional = true

[dependencies.logos]
version = "0.14"

[dependencies.notify]
version = "6"

[dependencies.once_cell]
version = "1"

[dependencies.pyo3]
version = "0.20"
features = ["auto-initialize"]

[dependencies.reqwest]
version = "0.12.28"
features = [
    "blocking",
    "json",
]

[dependencies.rspirv]
version = "0.12"

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

[dependencies.serde_json]
version = "1"

[dependencies.tar]
version = "0.4"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.toml]
version = "0.8"

[dependencies.tower-lsp]
version = "0.20"

[dependencies.walrus]
version = "0.21"

[dev-dependencies.pretty_assertions]
version = "1"

[profile.release]
lto = true
codegen-units = 1