assignment_packer 1.0.1

Packs C assignment submissions for Canvas upload
# 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 = "assignment_packer"
version = "1.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Packs C assignment submissions for Canvas upload"
readme = "README.md"
keywords = [
    "assignment",
    "canvas",
    "catforgor",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/cat-forgor/AssignmentPacker"

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

[dependencies.ab_glyph]
version = "0.2"

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

[dependencies.dirs]
version = "6.0.0"

[dependencies.font8x8]
version = "0.3.1"

[dependencies.image]
version = "0.25.5"
features = ["png"]
default-features = false

[dependencies.owo-colors]
version = "4"

[dependencies.portable-pty]
version = "0.9.0"

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

[dependencies.shlex]
version = "1.3.0"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.9.8"

[dependencies.ureq]
version = "3"

[dependencies.walkdir]
version = "2.5.0"

[dependencies.zip]
version = "8.1.0"
features = ["deflate"]
default-features = false

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

[target."cfg(windows)".dependencies.windows-sys]
version = "0.59"
features = ["Win32_System_Console"]