# 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" version = "0.6.2" authors = ["nozaq"] description = "A library to handle type-safe communication with USI-compatible shogi engines." documentation = "http://nozaq.github.io/usi-rs" readme = "README.md" keywords = [ "shogi", "usi", "sfen", ] categories = ["game-engines"] license = "MIT" repository = "https://github.com/nozaq/usi-rs" resolver = "2" [dependencies.itertools] version = "0.10" [dependencies.thiserror] version = "1.0" [badges.appveyor] repository = "nozaq/usi-rs" [badges.travis-ci] repository = "nozaq/usi-rs"