# 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 = "edlearn_client" version = "0.2.0" description = "A client for Edinburgh Uni's Learn API" homepage = "https://git.tardisproject.uk/tcmal/learn-tui" documentation = "https://docs.rs/edlearn_client" readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/tcmal/learn-tui" [dependencies.chrono] version = "0.4.31" features = ["serde"] [dependencies.log] version = "0.4.20" [dependencies.regex] version = "1.10.2" [dependencies.reqwest] version = "0.11.24" features = [ "blocking", "cookies", "json", ] [dependencies.reqwest_cookie_store] version = "0.6.0" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.thiserror] version = "1.0.51"