# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "narwhalol" version = "0.2.3" authors = ["Kirill Mironov "] description = "Easy to use async/sync League of legends API Wrapper" documentation = "https://docs.rs/narwhalol" readme = "README.md" keywords = ["api", "http"] license = "MIT" repository = "https://github.com/Drevoed/narwhalol" [package.metadata.docs.rs] default-target = "x86_64-unknown-linux-gnu" [dependencies.async-native-tls] version = "0.3.3" [dependencies.async-std] version = "1.5.0" optional = true [dependencies.async-trait] version = "0.1.13" [dependencies.futures] version = "0.3.5" [dependencies.hyper] version = "0.13.5" features = ["tcp", "stream"] default-features = false [dependencies.hyper-tls] version = "0.4.1" optional = true [dependencies.log] version = "0.4.8" [dependencies.native-tls] version = "0.2.4" [dependencies.parking_lot] version = "0.10.2" [dependencies.pin-project] version = "0.4.16" optional = true [dependencies.serde] version = "1.0.110" features = ["derive"] [dependencies.serde_json] version = "1.0.53" [dependencies.smol] version = "0.1.4" [dependencies.snafu] version = "0.6.7" [dependencies.snafu-derive] version = "0.6.7" [dependencies.tokio] version = "0.2.20" default-features = false [dev-dependencies.pretty_env_logger] version = "0.4.0" [features] async_std_rt = ["async-std", "pin-project"] default = ["smol_rt"] smol_rt = [] tokio_rt = ["hyper-tls"] [badges.codecov] branch = "master" repository = "Drevoed/narwhalol" service = "github" [badges.travis-ci] branch = "master" repository = "Drevoed/narwhalol"