# 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 = "mica-cli" version = "0.7.1" description = "Command-line interface for the Mica scripting language" readme = "README.md" license = "MIT" repository = "https://github.com/liquidev/mica" [package.metadata.release] tag = false [[bin]] name = "mica" path = "src/main.rs" [dependencies.clap] version = "3.2.22" features = ["derive"] [dependencies.mica] version = "0.7.0" [dependencies.rustyline] version = "9.1.2"