# 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.20.0" build = false autobins = false autoexamples = false autotests = false autobenches = false 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" [package.metadata] msrv = "1.74.0" [[bin]] name = "melody" path = "src/main.rs" [[test]] name = "mod" path = "tests/mod.rs" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.clap_complete] version = "4" [dependencies.colored] version = "2" [dependencies.exitcode] version = "1" [dependencies.melody_compiler] version = "0.20.0" [dependencies.regress] version = "0.10" [dependencies.thiserror] version = "2" [dev-dependencies.assert_cmd] version = "2" [dev-dependencies.assert_fs] version = "1" [dev-dependencies.tempfile] version = "3" [dev-dependencies.unindent] version = "0.2"