# 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 = "mxidwc" version = "1.0.1" authors = ["Slavi Pantaleev "] build = false exclude = [ ".editorconfig", "justfile", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Matrix ID WildCard Parser" readme = "README.md" keywords = ["matrix"] license = "LGPL-3.0" repository = "https://github.com/etkecc/rust-mxidwc" [profile.release] opt-level = "z" lto = true strip = true [lib] name = "mxidwc" path = "src/lib.rs" [dependencies.regex] version = "1.11.*"