# 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 = "licheszter" version = "0.3.0" authors = ["tontsa28 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An API wrapper for the Lichess API" homepage = "https://github.com/tontsa28/licheszter" documentation = "https://docs.rs/licheszter" readme = "README.md" keywords = [ "lichess", "bot", "api", "wrapper", "chess", ] categories = [ "api-bindings", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tontsa28/licheszter" [lib] name = "licheszter" path = "src/lib.rs" [[test]] name = "account" path = "tests/account.rs" [[test]] name = "board" path = "tests/board.rs" [[test]] name = "bot" path = "tests/bot.rs" [[test]] name = "challenges" path = "tests/challenges.rs" [[test]] name = "messaging" path = "tests/messaging.rs" [[test]] name = "misc" path = "tests/misc.rs" [[test]] name = "openings" path = "tests/openings.rs" [[test]] name = "puzzles" path = "tests/puzzles.rs" [[test]] name = "relations" path = "tests/relations.rs" [[test]] name = "tablebase" path = "tests/tablebase.rs" [dependencies.comma_serde_urlencoded] version = "0.8.1" [dependencies.futures-util] version = "0.3.30" default-features = false [dependencies.reqwest] version = "0.12.7" features = [ "stream", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.serde_with] version = "3.9.0" features = ["time_0_3"] [dependencies.time] version = "0.3.36" [dependencies.tokio] version = "1.40.0" [dependencies.tokio-stream] version = "0.1.16" features = ["io-util"] default-features = false [dependencies.tokio-util] version = "0.7.12" [dev-dependencies.tokio] version = "1.40.0" features = ["macros"] [features] all = [ "bot", "board", "openings", "tablebase", ] board = [] bot = [] default = ["bot"] openings = [] serde-strict = [] tablebase = []