dcss-api 0.4.1

A DCSS Webtile API for Rust.
Documentation
# 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 = "2024"
name = "dcss-api"
version = "0.4.1"
authors = ["Eric Fecteau <eric.m.fecteau@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A DCSS Webtile API for Rust."
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/EricFecteau/dcss-api/"

[lib]
name = "dcss_api"
path = "src/lib.rs"
doctest = false

[[example]]
name = "0_setup"
path = "examples/0_setup.rs"

[[example]]
name = "1_basic"
path = "examples/1_basic.rs"

[[example]]
name = "2_rc_file"
path = "examples/2_rc_file.rs"

[[example]]
name = "3_cookies"
path = "examples/3_cookies.rs"

[[example]]
name = "4_blocking_error"
path = "examples/4_blocking_error.rs"

[[example]]
name = "5_bot_core"
path = "examples/5_bot_core.rs"

[[test]]
name = "common"
path = "tests/common.rs"

[[test]]
name = "connect_test"
path = "tests/connect_test.rs"

[[test]]
name = "login_test"
path = "tests/login_test.rs"

[[test]]
name = "rc_file_test"
path = "tests/rc_file_test.rs"

[[test]]
name = "start_game_test"
path = "tests/start_game_test.rs"

[dependencies.flate2]
version = "1.0"
features = ["zlib"]
default-features = false

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tungstenite]
version = "0.29"
features = ["native-tls-vendored"]