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