# 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_client" 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_client" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.reqwest] version = "0.11.20" features = [ "tokio-rustls", "rustls-tls", "json", "cookies", ] default-features = false [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [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", ]