# 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 = "quoth" version = "0.1.7" authors = ["sam0x17"] description = "Quoth is a scannerless (no-lexing), developer-friendly parsing library for implementing DSLs and syntax parsers in Rust" homepage = "https://github.com/sam0x17/quoth" readme = "README.md" keywords = [ "quoth", "parsing", "language", "DSL", "parser", ] license = "MIT" repository = "https://github.com/sam0x17/quoth" [dependencies.quoth-macros] version = "0.1.7" [dependencies.regex] version = "1.10" [dependencies.rust_decimal] version = "1" [dependencies.safe-string] version = "0.1.11"