# 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 = "scheduling-api" version = "0.7.1" description = "axum API for scheduling using a caldav server" homepage = "https://github.com/justinrubek/calendar-scheduler" license = "MIT" repository = "https://github.com/justinrubek/calendar-scheduler" [dependencies.axum] version = "0.6.1" features = ["macros"] [dependencies.caldav-utils] version = "0.7.1" [dependencies.chrono] version = "0.4.23" features = ["serde"] [dependencies.icalendar] version = "0.15.1" [dependencies.reqwest] version = "0.11.12" features = [ "rustls-tls", "json", ] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0.87" [dependencies.thiserror] version = "1.0.38" [dependencies.tower] version = "0.4" features = ["util"] [dependencies.tower-http] version = "0.3.0" features = ["fs"] [dependencies.tracing] version = "0.1.37"