# 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 = "igdb-rs" version = "0.2.0" authors = ["Carlos Landeras"] description = "IGDB - Video Game Database Api" homepage = "https://github.com/CarlosLanderas/igdb-rs" documentation = "https://docs.rs/igdb-rs" readme = "README.md" keywords = ["igdb", "videogames", "database", "api", "client"] categories = ["games", "api-bindings", "asynchronous"] license = "Apache-2.0/MIT" repository = "https://github.com/CarlosLanderas/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" [dependencies.async-std] version = "0.99.4" [dependencies.http] version = "0.1.18" [dependencies.log] version = "0.4.8" [dependencies.serde] version = "1.0.99" [dependencies.serde_derive] version = "1.0.99" [dependencies.serde_json] version = "1.0.40" [dependencies.serde_repr] version = "0.1.5" [dependencies.surf] version = "1.0.2" [dependencies.url] version = "2.1.0" [dev-dependencies.femme] version = "1.2.0"