# 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 = "rift_insight" version = "0.0.7" authors = ["Tristan Farkas "] description = "A third party API library for League of Legends." documentation = "https://docs.rs/rift_insight" readme = "README.md" keywords = ["api", "LCU", "game"] categories = ["games", "api-bindings"] license = "MIT" license-file = "LICENSE" repository = "https://github.com/trilleplay/rift_insight" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tokio] version = "1" features = ["full"]