# 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 = "igdb" version = "0.1.2" authors = [ "hukadan ", "Carlos Landeras", ] description = "IGDB - Video Game Database Api" homepage = "https://github.com/Hukadan/igdb-rs" documentation = "https://docs.rs/igdb" readme = "README.md" keywords = [ "igdb", "videogames", "database", "api", "client", ] categories = [ "games", "api-bindings", "asynchronous", ] license = "Apache-2.0/MIT" repository = "https://github.com/Hukadan/igdb-rs" [[example]] name = "search-first-game-by-name" path = "examples/search_first_game_by_name.rs" [[example]] name = "search-games-by-name" path = "examples/search_games_by_name.rs" [[example]] name = "game-media-download" path = "examples/game_media_download.rs" [[example]] name = "game-media-read" path = "examples/game_media_read.rs" [[example]] name = "request-builder-multiplayer" path = "examples/request_builder_multiplayer.rs" [[example]] name = "request-builder-game" path = "examples/request_builder_game.rs" [[example]] name = "game-engine-info" path = "examples/game_engine_info.rs" [[example]] name = "game-video-urls" path = "examples/game_video_urls.rs" [[example]] name = "game-platforms" path = "examples/game_platforms.rs" [[example]] name = "game-platforms-logos" path = "examples/game_platforms_logos.rs" [[example]] name = "game-release-date" path = "examples/game_release_date.rs" [[example]] name = "game-characters" path = "examples/game_characters.rs" [[example]] name = "logging" path = "examples/logging.rs" [[example]] name = "game-rating" path = "examples/game_rating.rs" [[example]] name = "game-theme" path = "examples/game_theme.rs" [[example]] name = "franchise-games" path = "examples/franchise_games.rs" [[example]] name = "game-age-rating" path = "examples/game_age_rating.rs" [[example]] name = "player-perspectives" path = "examples/player_perspectives.rs" [[example]] name = "game-characters-mugshot" path = "examples/game_characters_mugshot.rs" [[example]] name = "external-game" path = "examples/external_game.rs" [dependencies.async-std] version = "1.12.0" features = ["tokio1"] [dependencies.http] version = "0.2.8" [dependencies.log] version = "0.4.17" [dependencies.reqwest] version = "0.11.13" features = ["json"] [dependencies.serde] version = "1.0.151" [dependencies.serde_derive] version = "1.0.151" [dependencies.serde_json] version = "1.0.89" [dependencies.serde_repr] version = "0.1.9" [dependencies.url] version = "2.3.1" [dev-dependencies.femme] version = "2.2.1"