[package]
edition = "2021"
name = "rustyfx-convert"
version = "0.1.0"
authors = ["Sinameru <sinameru@proton.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Currency and crypto conversion utilities for RustyFX."
readme = "README.md"
keywords = [
"finance",
"currency",
"crypto",
"fx",
]
categories = [
"finance",
"cryptography",
"cryptography::cryptocurrencies",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/sinameru/rustyfx"
resolver = "1"
[lib]
name = "rustyfx_convert"
path = "src/lib.rs"
[dependencies.rustyfx-core]
version = "0.1.0"
[dependencies.serde]
version = "1.0"
features = ["derive"]