# 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 = "wints" version = "0.6.0" authors = ["Romain Lespinasse "] description = "wints is a fuzzy term-based URLs opener" documentation = "https://docs.rs/wints" readme = "CRATES.md" keywords = [ "fuzzy-matching", "command-line", "url", ] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/rlespinasse/wints" [lib] name = "wints" path = "src/wints/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.4" features = ["cargo"] [dependencies.directories-next] version = "2.0" [dependencies.fuzzy-matcher] version = "0.3" [dependencies.glob] version = "0.3" [dependencies.grep] version = "0.3" [dependencies.ignore] version = "0.4" [dependencies.linkify] version = "0.10" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.9" [dependencies.webbrowser] version = "0.8" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.predicates] version = "3.0" [dev-dependencies.tempfile] version = "3.9"