# 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 = "vic" version = "0.1.1" description = "CLI for the Vicuna programming language" readme = "README.md" license = "MIT" repository = "https://github.com/nicholaslyang/vicuna" [dependencies.anyhow] version = "1.0.66" features = ["backtrace"] [dependencies.clap] version = "4.2.3" features = ["derive"] [dependencies.colored] version = "2.0.4" [dependencies.miette] version = "5.8.0" features = ["fancy"] [dependencies.tracing-subscriber] version = "0.3.16" [dependencies.vicuna-compiler] version = "0.1.1" [dependencies.vicuna-runtime] version = "0.1.1"