# 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 = "aocleaderboard" version = "0.6.1" authors = ["Sergio de Carvalho "] description = "Merge multiple Advent of Code leaderboards" documentation = "https://docs.rs/crate/aocleaderboard/latest" readme = "README.md" categories = ["visualization"] license = "MIT" repository = "https://github.com/scarvalhojr/aocleaderboard/" [dependencies.chrono] version = "0.4" [dependencies.config] version = "0.11" [dependencies.conv] version = "0.3" [dependencies.env_logger] version = "0.10" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.10" features = ["json"] [dependencies.rocket] version = "0.4.11" features = ["tls"] [dependencies.rocket_contrib] version = "0.4" features = ["tera_templates"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "0.2" features = ["macros"]