atcoder-kit 0.2.0

A command-line tool for AtCoder like acc and oj.
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"
rust-version = "1.92"
name = "atcoder-kit"
version = "0.2.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A command-line tool for AtCoder like acc and oj."
readme = "README.md"
license = "MIT"
repository = "https://github.com/Yu-yu0202/AtCoder-Kit"

[package.metadata.binstall]
pkg-fmt = "bin"

[package.metadata.binstall.overrides.x86_64-unknown-linux-gnu]
pkg-url = "{ repo }/releases/download/v{ version }/ackit-linux_x86_64"

[package.metadata.binstall.overrides.aarch64-apple-darwin]
pkg-url = "{ repo }/releases/download/v{ version }/ackit-macos_aarch64"

[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
pkg-url = "{ repo }/releases/download/v{ version }/ackit-windows_x86_64.exe"

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

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

[[test]]
name = "prepare_cli"
path = "tests/prepare_cli.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.base64]
version = "0.22.1"

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

[dependencies.colored]
version = "3.1.1"

[dependencies.confy]
version = "2.0.0"

[dependencies.dialoguer]
version = "0.12.0"
features = ["fuzzy-select"]
default-features = false

[dependencies.env_logger]
version = "0.11.10"
features = ["color"]

[dependencies.http]
version = "1.4.0"

[dependencies.ignore]
version = "0.4.33"

[dependencies.log]
version = "0.4.29"

[dependencies.postcard]
version = "1.1.3"
features = ["alloc"]

[dependencies.regex]
version = "1.12.3"
features = [
    "std",
    "perf",
    "unicode-perl",
]
default-features = false

[dependencies.reqwest]
version = "0.13.3"
features = [
    "json",
    "cookies",
    "native-tls",
]
default-features = false

[dependencies.reqwest-middleware]
version = "0.5.1"
features = ["form"]

[dependencies.rpassword]
version = "7.5.2"

[dependencies.scraper]
version = "0.27.0"
default-features = false

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.shell-words]
version = "1.1.1"

[dependencies.tempfile]
version = "3.27.0"

[dependencies.tokio]
version = "1.52.3"
features = [
    "rt",
    "macros",
    "process",
    "fs",
    "time",
    "io-util",
    "signal",
]

[dependencies.zstd]
version = "0.14.0"
default-features = false

[build-dependencies.postcard]
version = "1.1.3"
features = ["alloc"]

[build-dependencies.serde]
version = "1.0.228"
features = ["derive"]

[build-dependencies.serde_json]
version = "1.0.149"

[build-dependencies.zstd]
version = "0.14.0"

[target."cfg(unix)".dependencies.libc]
version = "0.2.186"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.61.2"
features = [
    "Win32_Foundation",
    "Win32_Security",
    "Win32_System_Diagnostics_ToolHelp",
    "Win32_System_JobObjects",
    "Win32_System_Threading",
]

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