# 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 = "moodle" version = "0.1.0" build = "build.rs" description = "Moodle Webservice Client in Rust." homepage = "https://github.com/JacobLinCool/moodle-rs" readme = "README.md" keywords = ["moodle"] license = "AGPL-3.0" repository = "https://github.com/JacobLinCool/moodle-rs" resolver = "1" [lib] name = "moodle" path = "src/lib.rs" [dependencies.moodle_api] version = "0.1.0" [dependencies.moodle_client] version = "0.1.0" [dependencies.tokio] version = "1.32.0" features = [ "macros", "rt", "rt-multi-thread", ] [build-dependencies.vergen] version = "8.2.5" features = [ "build", "cargo", "git", "gitcl", "rustc", "si", ]