diurn-cli 0.1.0

Command-line tool for ISO 10383 Market Identifier Codes and Diurn market calendars
# 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 = "2021"
rust-version = "1.85"
name = "diurn-cli"
version = "0.1.0"
build = false
exclude = [
    "tests/**",
    ".github/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line tool for ISO 10383 Market Identifier Codes and Diurn market calendars"
homepage = "https://diurn.io"
readme = "README.md"
keywords = [
    "mic",
    "iso10383",
    "exchange",
    "finance",
    "cli",
]
categories = [
    "command-line-utilities",
    "finance",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/diurn-io/diurn-cli-rs"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.6"
features = [
    "derive",
    "wrap_help",
]

[dependencies.csv]
version = "1.4"

[dependencies.diurn-mic]
version = "0.1.0"

[dependencies.jiff]
version = "0.2"
features = [
    "std",
    "alloc",
    "serde",
    "tz-system",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.ureq]
version = "3.4"

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

[lints.clippy.all]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "forbid"