# 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 = "calar" version = "0.1.1" authors = [ "Michael Chernigin", "Daniil Koveshnikov", ] description = "Saratov State University schedule in iCalendar format" homepage = "https://calar.ru/" license = "MIT OR Apache-2.0" [dependencies.actix-files] version = "0.6.2" [dependencies.actix-web] version = "4.3.1" [dependencies.chrono] version = "0.4.23" [dependencies.chrono-tz] version = "0.8.1" [dependencies.clap] version = "4.1.8" features = ["derive"] [dependencies.directories] version = "4.0.1" [dependencies.icalendar] version = "0.15.4" features = ["chrono-tz"] [dependencies.reqwest] version = "0.11.14" features = ["json"] [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.94" [dependencies.thiserror] version = "1.0.40" [dependencies.toml] version = "0.7.2"