# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ical-filter" version = "0.2.0" authors = ["Wouter Geraedts "] description = "HTTP daemon to normalize and filter iCalendar files" readme = "README.md" keywords = ["web", "ical", "ics"] categories = ["web-programming::http-server"] license = "MIT" repository = "https://github.com/Wassasin/ical-filter" [dependencies.actix-rt] version = "1.1.1" [dependencies.actix-web] version = "2.0.0" features = ["rustls"] [dependencies.awc] version = "1.0.1" [dependencies.bytes] version = "0.5.5" [dependencies.chrono] version = "0.4.11" features = ["serde"] [dependencies.chrono-tz] version = "0.5.2" [dependencies.env_logger] version = "0.7.1" [dependencies.ical] version = "0.6.0" [dependencies.ics] version = "0.4.2" [dependencies.listenfd] version = "0.3.3" [dependencies.regex] version = "1.3.9" [dependencies.serde] version = "1.0.114" [dependencies.serde_json] version = "1.0.55" [dependencies.serde_qs] version = "0.7.0" features = ["actix"] [features] clippy = []