[package] authors = ["Miika Launiainen "] categories = ["command-line-utilities"] description = "Update anime watch progress to MyAnimeList using Plex webhooks" documentation = "https://gitlab.com/miicat/plex-mal-scrobbler/-/blob/main/README.md" edition = "2021" homepage = "https://miicat.eu" keywords = ["scrobble", "anime", "myanimelist", "plex", "webhook"] license = "AGPL-3.0-only" name = "plex-mal-scrobbler" readme = "README.md" repository = "https://gitlab.com/miicat/plex-mal-scrobbler" version = "0.1.2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono = "0.4.31" dialoguer = "0.11.0" home = "0.5.5" lazy_static = "1.4.0" rand = "0.8.5" rocket = {version = "0.5.0-rc.4", features = ["json"]} serde = {version = "1.0.192", features = ["derive"]} serde_json = "1.0.108" serde_yaml = "0.9.27" ureq = "2.8.0"