# 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_canvas_auth" version = "0.1.6" authors = ["Grant Lemons "] description = "Auth library to interact with Canvas LMS used by the Fuller project" keywords = [ "canvas_api", "fuller", ] license = "AGPL-3.0-only" repository = "https://github.com/grantlemons/canvas-cli/" [dependencies.fuller_config] version = "0.1.6" [dependencies.serde] version = "1.0.196" features = ["serde_derive"] [dependencies.thiserror] version = "1.0.57" [dependencies.tracing] version = "0.1.40"