ayaan 1.60.0

AyaanScript+ runtime and ASPKG package manager. A small scripting language with classes, inheritance, FFI, and a built-in webserver.
# 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 = "ayaan"
version = "1.60.0"
authors = ["Ayaan"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AyaanScript+ runtime and ASPKG package manager. A small scripting language with classes, inheritance, FFI, and a built-in webserver."
readme = false
keywords = [
    "script",
    "language",
    "interpreter",
    "oop",
    "ayaan",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/ayaan511/AyaanScriptPlus"

[[bin]]
name = "aspkg"
path = "aspkg.rs"

[[bin]]
name = "ayaan"
path = "ayaan.rs"

[dependencies.base64]
version = "0.21"

[dependencies.chrono]
version = "0.4"

[dependencies.console]
version = "0.15"

[dependencies.fasteval]
version = "0.2"

[dependencies.glow]
version = "0.13"

[dependencies.glutin]
version = "0.31"

[dependencies.glutin-winit]
version = "0.4"

[dependencies.libloading]
version = "0.8"

[dependencies.md5]
version = "0.7"

[dependencies.minifb]
version = "0.27"

[dependencies.notify]
version = "6"

[dependencies.png]
version = "0.17"

[dependencies.rand]
version = "0.8"

[dependencies.raw-window-handle]
version = "0.5"

[dependencies.regex]
version = "1"

[dependencies.reqwest]
version = "0.11"
features = [
    "blocking",
    "json",
    "rustls-tls",
]
default-features = false

[dependencies.rusqlite]
version = "0.31"
features = ["bundled"]

[dependencies.rustyline]
version = "13"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.tungstenite]
version = "0.21"

[dependencies.winit]
version = "0.29"

[profile.release]
opt-level = 1
lto = false
codegen-units = 256
debug = 0
panic = "unwind"
incremental = false
strip = "debuginfo"