# 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 = "quilt-lang" version = "0.1.1" authors = ["The quilt team at RC"] exclude = ["/tests", "/examples", ".github"] description = "A programming language" homepage = "https://quilt-lang.github.io" documentation = "https://github.com/quilt-lang/quilt#readme" readme = "README.md" keywords = ["quilt", "langjam"] categories = ["compilers", "graphics", "parser-implementations", "command-line-utilities"] license = "MIT" repository = "https://github.com/quilt-lang/quilt" resolver = "2" [[bin]] name = "quilt" path = "src/main.rs" [dependencies.anyhow] version = "1.0.51" [dependencies.clap] version = "3.0.0-rc.0" features = ["derive"] [dependencies.image] version = "0.23.14"