# 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 = "melody_cli" version = "0.19.0" description = "A CLI wrapping the Melody language compiler" homepage = "https://github.com/yoav-lavi/melody" readme = "README.md" keywords = [ "melody", "melodylang", "language", "cli", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/yoav-lavi/melody" [[bin]] name = "melody" path = "./src/main.rs" [dependencies.anyhow] version = "1.0.58" [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "4.1.4" features = ["derive"] [dependencies.clap_complete] version = "4.1.1" [dependencies.colored] version = "2.0.0" [dependencies.exitcode] version = "1.1.2" [dependencies.melody_compiler] version = "0.19.0" [dependencies.regress] version = "0.6.0" [dependencies.thiserror] version = "1.0.31" [dev-dependencies.assert_cmd] version = "2.0.4" [dev-dependencies.assert_fs] version = "1.0.7" [dev-dependencies.tempfile] version = "3.3.0" [dev-dependencies.unindent] version = "0.2.2"