lumen-cli 0.1.1

The AI-Native Programming 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"
name = "lumen-cli"
version = "0.1.1"
authors = ["Lumen Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The AI-Native Programming Language"
homepage = "https://alliecatowo.github.io/lumen/"
readme = false
license = "MIT"
repository = "https://github.com/alliecatowo/lumen"

[features]
crypto = ["lumen-provider-crypto"]
default = [
    "http",
    "json",
    "fs",
    "env",
    "crypto",
]
env = ["lumen-provider-env"]
fs = ["lumen-provider-fs"]
gemini = ["lumen-provider-gemini"]
http = ["lumen-provider-http"]
json = ["lumen-provider-json"]

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

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

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

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

[dependencies.lumen-compiler]
version = "0.1.1"

[dependencies.lumen-provider-crypto]
version = "0.1.1"
optional = true

[dependencies.lumen-provider-env]
version = "0.1.1"
optional = true

[dependencies.lumen-provider-fs]
version = "0.1.1"
optional = true

[dependencies.lumen-provider-gemini]
version = "0.1.1"
optional = true

[dependencies.lumen-provider-http]
version = "0.1.1"
optional = true

[dependencies.lumen-provider-json]
version = "0.1.1"
optional = true

[dependencies.lumen-runtime]
version = "0.1.1"

[dependencies.lumen-vm]
version = "0.1.1"

[dependencies.rustyline]
version = "15"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.toml]
version = "0.8"