# 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 = "password-rules-parser" version = "1.0.3" authors = ["1Password"] description = "Parser for the HTML passwordrules attribute" keywords = ["passwords", "parsers", "passwordrules", "apple", "1password"] categories = ["parser-implementations", "wasm", "web-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/1Password/password-rules-parser" [dependencies.itertools] version = "0.10" [dependencies.nom] version = "7" [dependencies.pretty-lint] version = "0.1" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.dialoguer] version = "0.8"