# 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" rust-version = "1.70" name = "numbat-exchange-rates" version = "0.5.0" authors = ["David Peter "] description = "A library to fetch and parse currency exchange rates from the ECB" homepage = "https://numbat.dev/" license = "MIT OR Apache-2.0" repository = "https://github.com/sharkdp/numbat" [dependencies.attohttpc] version = "0.27.0" features = ["tls-rustls-webpki-roots"] optional = true default-features = false [dependencies.quick-xml] version = "0.31.0" [features] fetch-exchangerates = ["dep:attohttpc"]