# 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 = "git-url-parse" version = "0.4.5" authors = ["T.J. Telan "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A parser for git repo urls based on url crate" documentation = "https://docs.rs/git-url-parse" readme = "README.md" keywords = [ "git", "url", "parsing", "normalize", ] categories = [ "parser-implementations", "encoding", ] license = "MIT" repository = "https://github.com/tjtelan/git-url-parse-rs" [lib] name = "git_url_parse" path = "src/lib.rs" [[example]] name = "multi" path = "examples/multi.rs" [[example]] name = "readme" path = "examples/readme.rs" [[example]] name = "trim_auth" path = "examples/trim_auth.rs" [[test]] name = "mod" path = "tests/mod.rs" [[test]] name = "normalize" path = "tests/normalize.rs" [[test]] name = "parse" path = "tests/parse.rs" [[test]] name = "trim_auth" path = "tests/trim_auth.rs" [dependencies.strum] version = "^0.26" features = ["derive"] [dependencies.thiserror] version = "^1.0" [dependencies.tracing] version = "0.1" optional = true [dependencies.url] version = "^2.2" default-features = false [dev-dependencies.env_logger] version = "^0.9" [dev-dependencies.regex] version = "^1.10" [features] default = [] tracing = ["dep:tracing"]