# 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 = "malachi" version = "0.9.8" authors = ["Taylan Gökkaya "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A domain specific pattern matching language made for defining bot commands." readme = "readme.md" keywords = [ "regex", "pattern-matching", "bot", "dsl", "discord", ] categories = [ "parser-implementations", "text-processing", ] license = "Apache-2.0" repository = "https://github.com/insomnimus/malachi" [lib] name = "malachi" path = "src/lib.rs" [[example]] name = "command_handler" path = "examples/command_handler.rs" [dependencies.nom] version = "7.1.3" [dependencies.regex] version = "1.10.6"