archscript 0.2.2

ArchScript programming language — Python-like syntax, Haskell-inspired features, Arch Linux integration
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"
rust-version = "1.70"
name = "archscript"
version = "0.2.2"
authors = ["Cleta LLC"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ArchScript programming language — Python-like syntax, Haskell-inspired features, Arch Linux integration"
homepage = "https://archscript.org"
readme = "README.md"
keywords = [
    "language",
    "interpreter",
    "archlinux",
    "scripting",
    "functional",
]
categories = [
    "command-line-utilities",
    "development-tools",
    "compilers",
]
license = "MPL-2.0"
repository = "https://github.com/Cleta-LLC/archscript"

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

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

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

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

[dependencies.dotenvy]
version = "0.15"

[dependencies.pest]
version = "2.7"

[dependencies.pest_derive]
version = "2.7"

[dependencies.thiserror]
version = "1"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
strip = true