# 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 = "uff" version = "0.1.0" authors = ["myOmikron "] description = "Compiler for a language that makes you say 'big ouf' often" readme = "README.md" license = "WTFPL" repository = "https://github.com/myOmikron/uff-lang" [dependencies.clap] version = "4.0.25" [dependencies.inkwell] version = "0.1.0-beta.4" [dependencies.once_cell] version = "~1.16" [dependencies.regex] version = "1" [dependencies.tempfile] version = "~3.3" [dependencies.tokio] version = "~1.22" [dependencies.which] version = "~4.3" [features] default = [ "clap/derive", "inkwell/llvm11-0", "tokio/rt-multi-thread", "tokio/macros", ]