# 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 = "dolarhoje" version = "1.0.4" authors = ["Jonathan Schweder "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ A lightweight and efficient Rust library designed to fetch the current exchange rate of the US Dollar (USD) against the Brazilian Real (BRL). """ homepage = "https://github.com/jaswdr/dolarhoje" documentation = "https://docs.rs/dolarhoje/latest/dolarhoje/fn.get.html" readme = "README.md" categories = ["finance"] license = "MIT" repository = "https://github.com/jaswdr/dolarhoje" [lib] name = "dolarhoje" path = "src/lib.rs" [dependencies.regex] version = "1.11.1" [dependencies.reqwest] version = "0.12.9" features = ["blocking"]