# 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 = "scraping_japanese_lottery_site" version = "0.1.3" authors = ["kubocker"] description = "Library to get Japanese Lottery Result with Numbers3, Numbers4 and Loto6" readme = "README.md" license = "MIT" [lib] path = "src/lib.rs" [dependencies.html-escape] version = "0.2.13" [dependencies.html2text] version = "0.6.0" [dependencies.html5ever] version = "0.26.0" [dependencies.reqwest] version = "0.11" [dependencies.scraper] version = "0.15.0" [dependencies.tokio] version = "1" features = ["full"]