# 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 = "lua-pattern" version = "0.1.2" authors = ["RubixDev "] description = "Parser for Lua patterns and conversion to regular expressions" readme = "README.md" keywords = [ "lua", "regex", "lua-pattern", "parser", ] categories = ["parser-implementations"] license = "GPL-3.0-only" repository = "https://github.com/RubixDev/syntastica" [package.metadata.docs.rs] all-features = true [package.metadata.release] release = false shared-version = false [dependencies.document-features] version = "0.2.7" optional = true [dependencies.thiserror] version = "1.0.40" [build-dependencies.rustc_version] version = "0.4.0" optional = true [features] default = [] docs = [ "dep:document-features", "dep:rustc_version", ] to-regex = []