# 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 = "untis" version = "0.3.0" authors = ["Leopold Luley "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust library for accessing the Untis API" readme = "README.md" keywords = [ "untis", "webuntis", ] categories = [ "api-bindings", "data-structures", ] license = "MIT" repository = "https://github.com/luleyleo/untis-rs" [lib] name = "untis" path = "src/lib.rs" [[example]] name = "get_timetable" path = "examples/get_timetable.rs" [[example]] name = "search_for_school" path = "examples/search_for_school.rs" [[example]] name = "view_timetables" path = "examples/view_timetables.rs" [dependencies.chrono] version = "0.4" [dependencies.reqwest] version = "0.12" features = [ "cookies", "json", "blocking", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0"