# 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 = "roost-cli" version = "2.0.0" authors = ["RubixDev"] description = "Command line interface for the Roost interpreter" keywords = [ "interpreter", "language", ] license = "GPL-2.0-only" repository = "https://github.com/RubixDev/Roost" resolver = "2" [dependencies.clap] version = "3.2.14" features = ["derive"] [dependencies.roost] version = "2.0.0" package = "roost-lang" [dependencies.rustyline] version = "10.0.0" [dependencies.syntect] version = "5.0.0" features = ["default-fancy"] default-features = false [dev-dependencies.ntest] version = "0.8.1" [dev-dependencies.plist] version = "1.3.1" [dev-dependencies.serde_json] version = "1.0.82" [dev-dependencies.ureq] version = "2.5.0"