mudra-cli 0.1.0

A robust, high-performance currency converter with caching and CLI interface
Documentation
# 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 = "2024"
name = "mudra-cli"
version = "0.1.0"
authors = ["Ashish Bagdane <ashishbagdaneofficial@gmail.com>"]
build = false
exclude = [
    "tests/*",
    ".github/*",
    "*.log",
    "target/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A robust, high-performance currency converter with caching and CLI interface"
homepage = "https://github.com/AshishBagdane/mudra"
readme = "README.md"
keywords = [
    "currency",
    "exchange-rates",
    "cli",
    "converter",
    "finance",
]
categories = [
    "command-line-utilities",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/AshishBagdane/mudra"

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

[[bin]]
name = "mudra"
path = "src/main.rs"

[[bench]]
name = "benchmarks"
path = "benches/benchmarks.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.colored]
version = "2.0"

[dependencies.dashmap]
version = "5.5"

[dependencies.futures]
version = "0.3"

[dependencies.indicatif]
version = "0.17"

[dependencies.moka]
version = "0.12"
features = ["future"]

[dependencies.reqwest]
version = "0.11"
features = ["json"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

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

[dependencies.url]
version = "2.4"

[dev-dependencies.assert_matches]
version = "1.5"

[dev-dependencies.proptest]
version = "1.0"

[dev-dependencies.tempfile]
version = "3.0"

[dev-dependencies.tokio-test]
version = "0.4"

[dev-dependencies.wiremock]
version = "0.5"

[profile.dev]
debug = 2

[profile.release]
lto = true
codegen-units = 1
panic = "abort"
strip = true