# 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 = "search-once" version = "0.1.1" authors = ["Takahiro Miyoshi "] description = "A tool to search multiple websites at once" homepage = "https://github.com/sankichi92/search-once" readme = "README.md" keywords = [ "cli", "search", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/sankichi92/search-once" [dependencies.anyhow] version = "1.0.79" [dependencies.clap] version = "4.4.13" features = ["derive"] [dependencies.confy] version = "0.5.1" features = ["yaml_conf"] default-features = false [dependencies.open] version = "5.0.1" [dependencies.percent-encoding] version = "2.3.1" [dependencies.serde] version = "1.0.195" features = ["derive"]