# 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 = "cluna" version = "1.1.0" authors = ["MarkosTh09"] description = """ Tool to convert Lua code into Clue code Made by MarkosTh09""" readme = "README.md" keywords = [ "transpiler", "programming-language", "compiler", "clue", ] license = "MIT" repository = "https://github.com/ClueLang/cluna" [profile.test.package.insta] opt-level = 3 [profile.test.package.similar] opt-level = 3 [dependencies.clap] version = "4.0.8" features = ["derive"] [dev-dependencies.insta] version = "1.29.0"