[dependencies.chrono]
version = "0.4.31"
[dependencies.reqwest]
features = ["json"]
version = "0.11.20"
[dependencies.scraper]
version = "0.17"
[dependencies.thiserror]
features = []
version = "1.0.48"
[dependencies.url]
version = "2.4.1"
[dev-dependencies.tokio-test]
version = "0.4.3"
[features]
blocking = ["reqwest/blocking"]
default = []
[package]
authors = ["Tyler Schmidtke <tyler@schmidtke.dev>"]
description = "A client library for the Microsoft Update Catalog"
edition = "2021"
exclude = ["resources/*"]
homepage = "https://github.com/TylerSchmidtke/msuc-rs"
keywords = ["microsoft", "update", "catalog"]
license = "MIT"
name = "msuc"
readme = "README.md"
repository = "https://github.com/TylerSchmidtke/msuc-rs"
version = "0.1.0"