modu 1.1.1

A fast and simple interpreted 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 = "2024"
name = "modu"
version = "1.1.1"
authors = ["cyteon"]
build = false
exclude = [
    "/examples",
    "/tmp",
    "/tests",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast and simple interpreted language"
homepage = "https://modu.cyteon.dev"
documentation = "https://modu.cyteon.dev/docs/quickstart"
readme = "README.md"
keywords = [
    "programming-language",
    "cli",
    "interpreter",
    "language",
]
license = "MIT"
repository = "https://github.com/cyteon/modu"

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

[dependencies.bat]
version = "0.26.1"

[dependencies.chrono]
version = "0.4.39"

[dependencies.libloading]
version = "0.9.0"

[dependencies.logos]
version = "0.16.0"

[dependencies.modu_ffi]
version = "1.0.1"

[dependencies.openssl]
version = "0.10"
features = ["vendored"]

[dependencies.rand]
version = "0.8.5"

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

[dependencies.rouille]
version = "3.6.2"

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

[dependencies.serde_json]
version = "1.0.134"

[dependencies.toml]
version = "0.9.11"

[dependencies.uuid]
version = "1.13.1"
features = ["v4"]

[dependencies.zip]
version = "7.2.0"

[dev-dependencies.assert_cmd]
version = "2.1.2"

[dev-dependencies.predicates]
version = "3.1.3"