# 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" rust-version = "1.70" name = "cargo_author" version = "1.0.7" authors = ["Kornel "] description = "Parse author fields (name (url)) used by Cargo and npm" homepage = "https://lib.rs/crates/cargo_author" documentation = "https://docs.rs/cargo_author" readme = "README.md" keywords = [ "author", "metadata", "parse", ] categories = ["parser-implementations"] license = "Apache-2.0 OR MIT" repository = "https://gitlab.com/lib.rs/cargo_author" [dependencies.regex] version = "1.6.0" features = [ "std", "unicode-gencat", "unicode-perl", ] default-features = false [dependencies.unicode-normalization] version = "0.1.21"