canvas-grading 0.2.0

CLI tool used to fetch submissions and upload grades to and from Canvas LMS
Documentation
[[bin]]
name = "canvas-grading"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.95"

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

[dependencies.clap_complete]
version = "4.5.42"

[dependencies.dirs]
version = "5.0.1"

[dependencies.itertools]
version = "0.14.0"

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

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

[dependencies.serde_json]
version = "1.0.135"

[dependencies.thiserror]
version = "2.0.11"

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

[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"

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

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