# 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 = "2021" name = "scryfall_sdk_rust" version = "0.1.1" description = "A light wrapper (SDK) for Scryfall API (https://scryfall.com/docs/api)" homepage = "https://github.com/dgian/scryfall-sdk-rust" readme = "crates-readme.md" keywords = [ "sdk", "scryfall", "http-api-binding", "http", ] categories = ["api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/dgian/scryfall-sdk-rust" resolver = "2" [dependencies.reqwest] version = "0.11" features = [ "json", "blocking", ] [dependencies.serde] version = "~1.0" features = ["derive"] [dependencies.serde_json] version = "~1.0" [dependencies.strum] version = "0.24" [dependencies.strum_macros] version = "0.24" [dependencies.time] version = "0.3" features = [ "serde-well-known", "serde-human-readable", "macros", ] [dependencies.url] version = "2.2" features = ["serde"] [dependencies.uuid] version = "1.1" features = ["serde"] [dev-dependencies.httpmock] version = "0.6" [dev-dependencies.indoc] version = "1.0" [dev-dependencies.rstest] version = "0.13" [dev-dependencies.tokio] version = "1.20" features = [ "macros", "tokio-macros", ] [features] blocking = [] full = ["blocking"]