# 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 = "plex-mal-scrobbler" version = "0.1.2" authors = ["Miika Launiainen "] description = "Update anime watch progress to MyAnimeList using Plex webhooks" homepage = "https://miicat.eu" documentation = "https://gitlab.com/miicat/plex-mal-scrobbler/-/blob/main/README.md" readme = "README.md" keywords = [ "scrobble", "anime", "myanimelist", "plex", "webhook", ] categories = ["command-line-utilities"] license = "AGPL-3.0-only" repository = "https://gitlab.com/miicat/plex-mal-scrobbler" [dependencies.chrono] version = "0.4.31" [dependencies.dialoguer] version = "0.11.0" [dependencies.home] version = "0.5.5" [dependencies.lazy_static] version = "1.4.0" [dependencies.rand] version = "0.8.5" [dependencies.rocket] version = "0.5.0-rc.4" features = ["json"] [dependencies.serde] version = "1.0.192" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.serde_yaml] version = "0.9.27" [dependencies.ureq] version = "2.8.0"