# 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" rust-version = "1.63" name = "welly-parser" version = "0.3.0" authors = ["Alistair Turnbull "] description = "An artisanal parser for the Welly programming language" homepage = "https://wellylang.org" readme = "README.md" keywords = [ "parser", "welly", ] categories = [ "compilers", "parsing", ] license = "BSD-2-Clause" repository = "https://github.com/apt1002/welly-parser" resolver = "2" [dependencies.ansi_term] version = "=0.12.1"