# 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 = "koto_cli" version = "0.14.1" authors = ["irh "] description = "A CLI and script runner for the Koto programming language" homepage = "https://koto.dev" keywords = [ "scripting", "language", "koto", ] license = "MIT" repository = "https://github.com/koto-lang/koto" [[bin]] name = "koto" path = "src/main.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.crossterm] version = "0.27.0" [dependencies.home] version = "0.5.5" [dependencies.indexmap] version = "2.0.0" [dependencies.koto] version = "^0.14.1" [dependencies.koto_color] version = "^0.14.1" [dependencies.koto_geometry] version = "^0.14.1" [dependencies.koto_json] version = "^0.14.1" [dependencies.koto_random] version = "^0.14.1" [dependencies.koto_regex] version = "^0.14.1" [dependencies.koto_tempfile] version = "^0.14.1" [dependencies.koto_toml] version = "^0.14.1" [dependencies.koto_yaml] version = "^0.14.1" [dependencies.mimalloc] version = "0.1.39" default-features = false [dependencies.pico-args] version = "0.3.4" default-features = false [dependencies.pulldown-cmark] version = "0.9.1" default-features = false [dependencies.rustyline] version = "13.0.0" [dependencies.textwrap] version = "0.16.0" [dependencies.unicode-width] version = "0.1.10"