idmrs 0.1.19

Command line downloader via Internet Download Manager (IDM) on Windows
# 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"
name = "idmrs"
version = "0.1.19"
authors = ["Hadi Cahyadi <cumulus13@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command line downloader via Internet Download Manager (IDM) on Windows"
readme = "README.md"
keywords = [
    "idm",
    "download",
    "windows",
    "cli",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/cumulus13/idmrs"

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

[dependencies.anyhow]
version = "1"

[dependencies.arboard]
version = "3"
default-features = false

[dependencies.clap]
version = "4"
features = [
    "derive",
    "color",
]

[dependencies.clap-color-help]
version = "0.1.3"

[dependencies.clap-version-flag]
version = "1.0.7"

[dependencies.colored]
version = "2"

[dependencies.dirs]
version = "5"

[dependencies.ini]
version = "0.21"
package = "rust-ini"

[dependencies.thiserror]
version = "1"

[target."cfg(windows)".dependencies.windows]
version = "0.58"
features = [
    "Win32_Foundation",
    "Win32_System_Com",
    "Win32_System_Variant",
    "Win32_System_Ole",
    "Win32_UI_WindowsAndMessaging",
    "Win32_Globalization",
    "Win32_System_LibraryLoader",
]