# 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 = "fuller" version = "0.1.6" authors = ["Grant Lemons "] description = "CLI tool used to interact with Instructure Canvas LMS" readme = "README.md" keywords = [ "canvas", "lms", "canvas-cli", "fuller", ] categories = ["command-line-utilities"] license = "AGPL-3.0-only" repository = "https://github.com/grantlemons/canvas-cli/" [dependencies.chrono] version = "0.4.34" [dependencies.clap] version = "4.5.0" features = ["derive"] [dependencies.fuller_canvas_api] version = "0.1.6" [dependencies.fuller_canvas_auth] version = "0.1.6" [dependencies.fuller_config] version = "0.1.6" [dependencies.inquire] version = "0.6.2" features = ["editor"] [dependencies.serde] version = "1.0.196" features = ["serde_derive"] [dependencies.thiserror] version = "1.0.57" [dependencies.tokio] version = "1.36.0" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [dev-dependencies.anyhow] version = "1.0.80" [dev-dependencies.itertools] version = "0.12.1"