klang 0.2.0

The Klang programming language
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 = "klang"
version = "0.2.0"
authors = ["K-Scale Labs"]
build = "build.rs"
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The Klang programming language"
readme = "README.md"
license = "MIT"
repository = "https://github.com/kscalelabs/klang"

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

[[bin]]
name = "kompile"
path = "src/bin/kompile.rs"

[[test]]
name = "integration_test"
path = "src/test.rs"

[dependencies.lazy_static]
version = "^1.4.0"

[dependencies.pest]
version = "^2.5"

[dependencies.pest_derive]
version = "^2.5"

[dependencies.prost]
version = "0.13"

[dependencies.prost-types]
version = "0.13"

[dependencies.thiserror]
version = "1.0"

[build-dependencies.prost-build]
version = "^0.13.3"