# 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 = "land-calc" version = "0.1.1" authors = ["Pyro <locoman.bh@gmail.com>"] description = "This app reads a list of mtg cards from 'list.txt', searches scryfall.com to validate them, and figures out how many lands you need." readme = "README.md" keywords = [ "magic", "MTG", "cards", "calculator", "lands", ] categories = ["mathematics"] license = "MIT" repository = "https://github.com/MoistPyro/land-calc" [dependencies.futures] version = "0.3.30" [dependencies.reqwest] version = "0.11.23" features = ["json"] [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.serde_json] version = "1.0.111" [dependencies.slint] version = "1.3.2" [dependencies.tokio] version = "1.35.1" features = ["full"] [dependencies.uuid] version = "1.6.1" features = ["serde"] [build-dependencies.slint-build] version = "1.3.0"