# 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 = "animeschedule" version = "0.1.13" authors = ["Cherry"] description = "A complete async/sync typed AnimeSchedule api" readme = "README.md" keywords = [ "api", "anime", "anime-schedule", "airing", "timetable", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/MolotovCherry/anime-schedule-rs" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.chrono-tz] version = "0.9.0" [dependencies.const_format] version = "0.2.32" [dependencies.http] version = "1.1.0" [dependencies.oauth2] version = "4.4.2" features = ["reqwest"] [dependencies.reqwest] version = "0.12.3" features = [ "json", "multipart", ] [dependencies.serde] version = "1.0.198" features = ["derive"] [dependencies.serde_json] version = "1.0.116" [dependencies.serde_qs] version = "0.13.0" [dependencies.serde_with] version = "3.7.0" [dependencies.strum] version = "0.26.2" features = ["derive"] [dependencies.thiserror] version = "1.0.58" [dependencies.tokio] version = "1.37.0" features = [ "rt-multi-thread", "macros", ] [dependencies.tracing] version = "0.1.40"