# 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 = "bili_search" version = "1.0.1" authors = ["Anonymous "] description = "Command line tools for search bilibili in ternimal" documentation = "https://docs.rs/bili_search" readme = "README.md" keywords = [ "bilibili", "search", "cli", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://framagit.org/zinso/bili_search" [dependencies.doe] version = "0.1.32" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.11.13" features = ["blocking"] [dependencies.scraper] version = "0.13.0"