# 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 = "valid_npm_name" version = "0.1.2" authors = ["cijiugechu "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Check whether a package name is a valid npm package name" homepage = "https://github.com/cijiugechu/valid_npm_name" readme = "README.md" keywords = [ "npm", "package", "name", "validate", ] categories = [ "parser-implementations", "encoding", "value-formatting", "parsing", ] license = "Apache-2.0" repository = "https://github.com/cijiugechu/valid_npm_name" [lib] name = "valid_npm_name" path = "src/lib.rs" [[example]] name = "parse" path = "examples/parse.rs" [[bench]] name = "name" path = "benches/name.rs" harness = false [dependencies.phf] version = "0.11.2" features = ["macros"] [dev-dependencies.criterion] version = "0.5"