# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "urlsup" version = "1.0.1" authors = ["Simon Egersand "] include = ["src/**/*", "Cargo.toml", "README.md"] description = "CLI to validate URLs in files" homepage = "https://github.com/simeg/urlsup" documentation = "https://github.com/simeg/urlsup/blob/master/README.md" readme = "README.md" keywords = ["cli", "ci", "github", "action", "links"] license = "MIT" repository = "https://github.com/simeg/urlsup" [dependencies.async-trait] version = "0.1.42" [dependencies.clap] version = "2.33.0" default-features = false [dependencies.futures] version = "0.3.8" [dependencies.grep] version = "0.2.7" [dependencies.linkify] version = "0.4.0" [dependencies.num_cpus] version = "1.13.0" [dependencies.reqwest] version = "0.11.0" [dependencies.spinners] version = "1.2.0" [dependencies.term] version = "0.6.1" [dependencies.tokio] version = "1.0.1" features = ["macros", "rt-multi-thread"] [dev-dependencies.assert_cmd] version = "1.0.2" [dev-dependencies.mockito] version = "0.28.0" [dev-dependencies.predicates] version = "1.0.6" [dev-dependencies.tempfile] version = "3.1.0"