# 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 = "2018" name = "kassapi" version = "0.1.0" authors = ["Sebastian "] description = "Riot API Mappings for the Kassadin Project" license = "Apache-2.0" [dependencies.anyhow] version = "1.0.40" [dependencies.kassaroutes] version = "0.1" features = ["api"] [dependencies.kassatypes] version = "0.1" features = ["serde"] [dependencies.log] version = "0.4.14" [dependencies.reqwest] version = "0.11.3" features = ["json"] [dependencies.serde] version = "1.0.125" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dev-dependencies.env_logger] version = "0.8.3" [dev-dependencies.tokio-test] version = "0.4.1"