# 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 = "rust-recipe" version = "0.2.0" description = "A Rust crate that scrapes recipes from websites." readme = "README.md" license = "MIT" repository = "https://github.com/BreD1810/rust-recipe" [dependencies.iso8601-duration] version = "0.2.0" [dependencies.once_cell] version = "1.19.0" [dependencies.regex] version = "1.10.2" [dependencies.reqwest] version = "0.11.23" optional = true [dependencies.scraper] version = "0.18.1" [dependencies.serde_json] version = "1.0.108" [dependencies.ureq] version = "2.9.1" optional = true [features] async = ["dep:reqwest"] blocking = ["dep:ureq"]