# 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 = "2018" name = "foam-highlighter" version = "0.2.0" authors = ["Mohammed Elwardi Fadeli "] description = "Highlight OpenFOAM dictionaries as HTML and/or Pygtex snippets" readme = "README.md" keywords = ["highlight", "openfoam", "parse", "presentation"] categories = ["parser-implementations", "parsing"] license = "MIT/Apache-2.0" repository = "https://github.com/FoamScience/foam-highlighter" [dependencies.regex] version = "1.6.0" [dependencies.tree-sitter-foam] version = "0.1.3" [dependencies.tree-sitter-highlight] version = "0.20.1"