# 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 = "landlord" version = "0.1.1" authors = ["Justin Shrake "] description = "Magic: The Gathering card draw and mulligan simulator" license = "MIT" repository = "https://github.com/mtgoncurve/landlord" [lib] crate-type = ["cdylib", "lib"] [[bench]] name = "cards_in_hand" harness = false [[bench]] name = "card_observations_perf_1" harness = false [dependencies.bincode] version = "1" [dependencies.flate2] version = "1" [dependencies.lazy_static] version = "1.2.0" [dependencies.rand] version = "0.7" features = ["wasm-bindgen", "small_rng"] [dependencies.regex] version = "1" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.wasm-bindgen] version = "^0.2" features = ["serde-serialize"] [dev-dependencies.criterion] version = "0.3"