# 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 = "vicuna-compiler" version = "0.1.1" description = "A compiler for the Vicuna programming language" license = "MIT" repository = "https://github.com/nicholaslyang/vicuna" [package.metadata.wasm-pack.profile.release] wasm-opt = false [dependencies.anyhow] version = "1.0.66" features = ["backtrace"] [dependencies.chumsky] version = "0.9.2" features = ["std"] default-features = false [dependencies.id-arena] version = "2.2.1" [dependencies.miette] version = "5.8.0" features = ["fancy"] [dependencies.serde] version = "1.0.147" features = [ "derive", "rc", ] [dependencies.thiserror] version = "1.0.40" [dependencies.tracing] version = "0.1.37" [dev-dependencies.insta] version = "1.29.0" features = ["yaml"] [build-dependencies.build-target] version = "0.4.0" [build-dependencies.cc] version = "1.0.83"