# 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 = "buongiornissimo-rs" version = "0.2.1" authors = ["Christian Visintin "] include = [ "src/**/*", "LICENSE", "README.md", "CHANGELOG.md", ] description = "Scrapes for the best Italian boomer flavoured images" homepage = "https://github.com/veeso/buongiornissimo-rs" documentation = "https://docs.rs/buongiornissimo-rs" readme = "README.md" keywords = [ "boomer", "buongiornissmo", "scraper", ] categories = ["web-programming"] license = "MIT" repository = "https://github.com/veeso/buongiornissimo-rs" [[example]] name = "buongiornissimo" path = "examples/buongiornissimo.rs" [dependencies.async-trait] version = "^0.1" [dependencies.bdays] version = "^0.1" optional = true [dependencies.chrono] version = "^0.4" [dependencies.const_format] version = "^0.2" [dependencies.log] version = "^0.4" [dependencies.reqwest] version = "^0.11" [dependencies.scraper] version = "^0.16" [dependencies.thiserror] version = "^1.0.0" [dependencies.url] version = "^2.2" [dev-dependencies.anyhow] version = "^1" [dev-dependencies.open] version = "^4.1" [dev-dependencies.pretty_assertions] version = "^1.2.1" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.serial_test] version = "^2" [dev-dependencies.tokio] version = "^1.20" features = ["full"] [dev-dependencies.tracing] version = "^0.1" [dev-dependencies.tracing-subscriber] version = "^0.3" [features] default = ["moveable-feasts"] github-ci = [] moveable-feasts = ["bdays"] no-log = ["log/max_level_off"]