# 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 = "usi-run" version = "0.9.2" authors = ["nozaq"] description = "A command line utility for running games between USI compliant Shogi engines." readme = "README.md" keywords = [ "shogi", "usi", "sfen", ] categories = [ "command-line-utilities", "game-engines", ] license = "MIT" repository = "https://github.com/nozaq/usi-run" resolver = "2" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false rpath = false panic = "abort" [profile.test] opt-level = 0 lto = false codegen-units = 1 debug = true debug-assertions = true [dependencies.clap] version = "3" features = ["cargo"] [dependencies.console] version = "0.9" [dependencies.csa] version = "1.0" [dependencies.indicatif] version = "0.16" [dependencies.shogi] version = "0.12" [dependencies.time] version = "0.3" [dependencies.toml] version = "0.5" [dependencies.usi] version = "0.6" [badges.appveyor] repository = "nozaq/usi-run" [badges.travis-ci] repository = "nozaq/usi-run"