# 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_lms_connector" version = "0.1.7" authors = ["Prof. Afonso Miguel - PUCPR"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "This library provides a range of functionalities for interacting with the Canvas Learning Management System API." documentation = "https://docs.rs/canvas_lms_connector" readme = "README.md" keywords = [ "canvas", "lms", "api", "connector", "rust", ] categories = [ "web-programming", "network-programming", ] license = "MIT" repository = "https://github.com/afmiguel/canvas_lms_connector" [lib] name = "canvas_lms_connector" path = "src/lib.rs" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.dialoguer] version = "0.11.0" [dependencies.dirs] version = "5.0.1" [dependencies.keyring] version = "2.0.5" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.20" [dependencies.once_cell] version = "1.8.0" [dependencies.regex] version = "1.10.5" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", "multipart", ] [dependencies.serde] version = "1.0.190" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.std-semaphore] version = "0.1.0" [features] use_env_credentials = []