[[bin]]
name = "autolang"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.5.17"
[dependencies.rustyline]
features = ["with-file-history"]
version = "14.0.0"
[dependencies.strum]
version = "0.26"
[dependencies.strum_macros]
version = "0.26"
[features]
default = ["with-file-history"]
with-file-history = []
[lib]
name = "autolang"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Auto is a programming language for automations in various scenarios"
edition = "2021"
homepage = "https://gitee.com/auto-stack/auto-lang"
keywords = ["automation", "language", "scripting"]
license = "MIT"
name = "autolang"
readme = "README.md"
repository = "https://gitee.com/auto-stack/auto-lang"
version = "0.1.0"