# 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 = "dcss-api" version = "0.1.7" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A DCSS Webtile API for Rust." readme = "README.md" license = "GPL-3.0" repository = "https://github.com/EricFecteau/dcss-api/" [lib] name = "dcss_api" crate-type = [ "lib", "cdylib", ] path = "src/lib.rs" doctest = false [[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 = "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.pyo3] version = "0.22" features = ["extension-module"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tungstenite] version = "0.24" features = ["native-tls-vendored"]