[package] name = "mtots_core" version = "0.1.2" authors = ["Kyumin Kim "] edition = "2018" license = "Apache-2.0" repository = "https://github.com/math4tots/mtots_core" description = "Core implementation of the mtots scripting language" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] indexmap = "1.5" xref = "0.1" rustyline = { version = "6.2", optional = true } [features] default = [] line = ["rustyline"]