# 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 = "forth-lexer" version = "0.1.1" description = "Simple but complete lexer for the forth language" readme = "README.md" keywords = [ "forth", "lexer", ] categories = ["parser-implementations"] license = "MIT" repository = "https://github.com/alexanderbrevig/forth-lsp/tree/main/lib/forth-lexer" [dependencies.anyhow] version = "1.0.71" [dependencies.nom] version = "7.1.3" [dependencies.ropey] version = "1.6.0" optional = true [features] ropey = ["dep:ropey"]