convers 0.1.7

Cool convert library that converts almost everything(not yet).Units,Languages,Calculations,etc.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "convers"
version = "0.1.7"
license = "MIT"
description = "Cool convert library that converts almost everything(not yet).Units,Languages,Calculations,etc."
edition = "2021"
documentation = "https://docs.rs/convers"
repository = "https://github.com/veaquer/convers"

[dependencies]
tokio = { version = "1.41.0", features = ["full"] }
reqwest = { version = "0.12.8", features = ["json"] }
serde_json = "1.0.132"
regex = "1.11.1"
anyhow = "1.0.92"