canvas-grading 0.2.2

CLI tool used to fetch submissions and upload grades to and from Canvas LMS
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 = "2021"
name = "canvas-grading"
version = "0.2.2"
authors = ["Grant Lemons <grantlemons@aol.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool used to fetch submissions and upload grades to and from Canvas LMS"
readme = "README.md"
keywords = [
    "canvas",
    "lms",
    "canvas-cli",
]
categories = ["command-line-utilities"]
license = "AGPL-3.0-only"
repository = "https://github.com/grantlemons/canvas-grading/"

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

[[bin]]
name = "canvas-grading"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.95"

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

[dependencies.clap_complete]
version = "4.5.42"

[dependencies.dirs]
version = "5.0.1"

[dependencies.itertools]
version = "0.14.0"

[dependencies.reqwest]
version = "0.12.12"
features = ["multipart"]

[dependencies.serde]
version = "1.0.217"
features = ["serde_derive"]

[dependencies.serde_json]
version = "1.0.135"

[dependencies.thiserror]
version = "2.0.11"

[dependencies.tokio]
version = "1.43.0"
features = [
    "rt",
    "macros",
    "rt-multi-thread",
]

[dependencies.tokio-macros]
version = "2.5.0"

[dependencies.toml]
version = "0.8.19"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
version = "0.3.19"