# 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_api" version = "0.1.6" authors = ["Grant Lemons "] description = "API library used 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.chrono] version = "0.4.34" features = ["serde"] [dependencies.fuller_canvas_auth] version = "0.1.6" [dependencies.fuller_config] version = "0.1.6" [dependencies.html2text] version = "0.12.4" [dependencies.reqwest] version = "0.11.24" features = [ "json", "multipart", ] [dependencies.serde] version = "1.0.196" features = ["serde_derive"] [dependencies.serde_json] version = "1.0.113" [dependencies.thiserror] version = "1.0.57" [dependencies.tracing] version = "0.1.40"