cnv 0.8.0

Command-line tool to convert between units of measurement
Documentation
[[bin]]
name = "cnv"
path = "src/main.rs"

[[bin]]
name = "currency_fetcher"
path = "src/bin/currency_fetcher.rs"

[dependencies.chrono]
version = "0.4.40"

[dependencies.clap]
features = ["derive"]
version = "4.5.28"

[dependencies.directories]
version = "6.0.0"

[dependencies.dotenv]
version = "0.15.0"

[dependencies.once_cell]
version = "1.20.3"

[dependencies.reqwest]
features = ["blocking", "json"]
version = "0.12.12"

[dependencies.serde]
features = ["derive"]
version = "1.0.218"

[dependencies.serde_json]
version = "1.0.139"

[dependencies.tokio]
features = ["full"]
version = "1.43.0"

[lib]
name = "cnv"
path = "src/lib.rs"

[package]
authors = ["Neeraj <neerrrajj@proton.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Command-line tool to convert between units of measurement"
edition = "2021"
license = "MIT"
name = "cnv"
readme = "README.md"
repository = "https://github.com/neerrrajj/cnv"
version = "0.8.0"