[package]
edition = "2021"
name = "ionlang-cli"
version = "0.2.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI runner and REPL for the Ion scripting language"
readme = "README.md"
keywords = [
"scripting",
"repl",
"ion",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/paiml/ionlang"
[features]
default = ["vm"]
vm = ["ion-core/vm"]
[[bin]]
name = "ion"
path = "src/main.rs"
[dependencies.ion-core]
version = "0.2.3"
default-features = true