[package] name = "currencyapi_parse" description = "Quick & dirty currencyapi parsing" version = "0.1.1" edition = "2021" license = "MIT OR Apache-2.0" homepage = "https://github.com/yehuthi/currencyapi_parse" repository = "https://github.com/yehuthi/currencyapi_parse" keywords = ["convert", "money", "currency", "currencyapi", "freecurrencyapi"] categories = ["api-bindings", "no-std"] [dependencies] thiserror = { version = "1.0.32", optional = true } [features] default = ["std"] std = ["dep:thiserror"]