# 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 = "vampirc-io" version = "0.3.0" authors = ["Matija Kejžar "] description = "A library for asynchronous, non-blocking, UCI protocol–based communication between chess UIs and chess engines." homepage = "https://vampirc.kejzar.si" documentation = "https://docs.rs/vampirc_io" readme = "README.md" keywords = ["uci", "chess", "io", "stdin", "stdout"] categories = ["asynchronous", "game-engines", "command-line-interface"] license = "Apache-2.0" repository = "https://github.com/vampirc/vampirc-io.git" [dependencies.async-std] version = "1.5" [dependencies.futures] version = "0.3" [dependencies.vampirc-uci] version = "0.9" [features] [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "vampirc/vampirc-io"