# 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 = "2018" name = "dq1-password" version = "0.1.0" description = "NES Dragon Quest (J) password library" homepage = "https://github.com/taotao54321/dq1-password" documentation = "https://docs.rs/dq1-password" readme = "README.md" keywords = ["game", "nes"] categories = ["games"] license = "GPL-3.0-only" repository = "https://github.com/taotao54321/dq1-password" [dependencies.itertools] version = "0.10.1" [dependencies.phf] version = "0.10.0" features = ["macros"] [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.thiserror] version = "1.0.29" [dev-dependencies.anyhow] version = "1.0.44" [dev-dependencies.serde_json] version = "1.0.68" [dev-dependencies.structopt] version = "0.3.23"