# 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 = "2018" name = "cy-celcat" version = "0.3.3" authors = ["Lucas Ransan "] include = [ "/src/**/*", "/Cargo.toml", "/README.md", "/LICENSE", ] description = "Safe wrapper around CY Cergy Paris Univertity’s Celcat API" readme = "README.md" keywords = [ "celcat", "timetabler", "api", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/luc65r/cy-celcat" [lib] name = "celcat" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.lazy_static] version = "1" optional = true [dependencies.log] version = "0.4" optional = true [dependencies.paste] version = "1.0" [dependencies.regex] version = "1.5" optional = true [dependencies.reqwest] version = "0.11" features = [ "json", "cookies", ] optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" optional = true [features] default = ["fetch"] fetch = [ "lazy_static", "log", "regex", "reqwest", "thiserror", ]