# 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" version = "0.17.10" authors = ["Mendess2526 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A wrapper around the scryfall magic the gathering api" readme = "README.md" keywords = [ "mtg", "Magic", "API", "Scryfall", ] categories = [ "api-bindings", "games", ] license = "MIT" repository = "https://github.com/mendess/scryfall-rs" [package.metadata.docs.rs] features = ["unknown_variants"] [lib] name = "scryfall" path = "src/lib.rs" [[bin]] name = "search" path = "src/bin/search.rs" required-features = ["bin"] [[example]] name = "top-printings" path = "examples/top-printings/main.rs" [[test]] name = "variants-feature" path = "tests/variants-feature/main.rs" [dependencies.async-trait] version = "0.1.81" [dependencies.cfg-if] version = "1" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.futures] version = "0.3.30" [dependencies.heck] version = "0.5" optional = true [dependencies.httpstatus] version = "0.1" [dependencies.itertools] version = "0.13" [dependencies.once_cell] version = "1" [dependencies.percent-encoding] version = "2" [dependencies.reqwest] version = "0.12.5" features = [ "json", "blocking", ] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_urlencoded] version = "0.7" [dependencies.static_assertions] version = "1" [dependencies.thiserror] version = "1" [dependencies.tinyvec] version = "1" [dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] optional = true [dependencies.url] version = "2" features = ["serde"] [dependencies.uuid] version = "1" features = ["serde"] [dev-dependencies.static_assertions] version = "1.1.0" [dev-dependencies.strum] version = "0.26" features = ["derive"] [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tokio-test] version = "0.4.4" [features] bin = ["dep:tokio"] bulk_caching = ["dep:heck"] default = ["bulk_caching"] unknown_variants = [] unknown_variants_slim = []