ling-lang 2030.0.5

Ling - The Omniglot Systems 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 = "2021"
rust-version = "1.85"
name = "ling-lang"
version = "2030.0.5"
authors = [
    "Ling Lin <taellinglin@gmail.com>",
    "Sanny Lin <SannyLing53@gmail.com>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ling - The Omniglot Systems Language"
homepage = "https://ling-lang.org"
documentation = "https://docs.ling-lang.org"
readme = "README.md"
keywords = [
    "systems",
    "polyglot",
    "ai",
    "crypto",
    "game",
]
categories = [
    "compilers",
    "graphics",
    "game-development",
    "artificial-intelligence",
    "cryptography",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/taellinglin/ling"

[package.metadata.docs.rs]
features = ["full"]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

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

[[bin]]
name = "ling-repl"
path = "src/bin/ling-repl.rs"

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

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

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[build-dependencies.lalrpop]
version = "0.22"

[profile.dev]
opt-level = 1
debug = 2

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
panic = "abort"