lichessbot 0.1.36

Lichess bot. Under construction.
[package]

name = "lichessbot"

version = "0.1.36"

authors = ["hyperchessbot <hyperchessbot@gmail.com>"]

edition = "2018"

keywords = ["lichess", "bot"]

description = "Lichess bot. Under construction."

license = "MIT"

repository = "https://github.com/hyperchessbot/lichessbot"

homepage = "https://github.com/hyperchessbot/lichessbot#lichessbot"

documentation = "https://docs.rs/lichessbot/0.1.36"

readme = "ReadMe.md"



[dev-dependencies]

env_logger = "0.8.2"



[dependencies]

bytes = "1.0.1"

dotenv = "0.15.0"

log = "0.4.11"

futures-util = "0.3.9"

licoricedev = "0.1.2"

shakmaty = "0.17.1"

rand = "0.8.0"

uciengine = "0.1.32"

pgnparse = "0.1.15"

envor = "0.1.3"



[dependencies.tokio]

version = "1.0.1"

features = ["full"]



[lib]

path = "src/lib.rs"