# 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 = "scholarly_identifiers" version = "0.2.0" authors = ["Joe Wass "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library of identifier types for scholarly metadata." readme = "README.md" keywords = [ "identifiers", "metadata", "doi", ] license = "MIT" repository = "https://github.com/pardalotus/scholarly_identifiers" [lib] name = "scholarly_identifiers" path = "src/lib.rs" [[example]] name = "main" path = "examples/main.rs" [dependencies.http] version = "1.0" [dependencies.lazy_static] version = "1.5.0" [dependencies.log] version = "0.4.22" [dependencies.percent-encoding] version = "2.3.1" [dependencies.regex] version = "1.11.0"