# 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 = "waifu-calendar" version = "0.1.0" authors = ["Rosa Richter"] description = "A tool to fetch your favorite characters' birthdays from AniList" readme = "README.md" keywords = [ "anime", "calendar", ] license = "MIT" repository = "https://github.com/Cantido/waifu-calendar" [dependencies.anyhow] version = "1.0.79" [dependencies.clap] version = "4.4.16" features = ["derive"] [dependencies.graphql_client] version = "0.13.0" [dependencies.ics] version = "0.5.8" [dependencies.reqwest] version = "0.11.23" features = ["json"] [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.shadow-rs] version = "0.26.0" [dependencies.time] version = "0.3.31" [dependencies.tokio] version = "1.35.1" features = ["full"] [dependencies.uuid] version = "1.6.1" features = ["v7"] [build-dependencies.shadow-rs] version = "0.26.0"