katago-analysis 0.1.2

A wrapper around KataGo's analysis engine.
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 = "katago-analysis"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A wrapper around KataGo's analysis engine."
documentation = "https://docs.rs/katago-analysis"
readme = "README.md"
keywords = [
    "katago",
    "go",
    "baduk",
    "weiqi",
]
categories = ["api-bindings"]
license = "MIT"
repository = "https://github.com/kendfrey/katago-analysis"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
sgf-parse = ["dep:sgf-parse"]

[lib]
name = "katago_analysis"
path = "src/lib.rs"

[[test]]
name = "analyzer"
path = "tests/analyzer.rs"
harness = false

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

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

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

[dependencies.futures-core]
version = "0.3.32"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_with]
version = "3.18.0"

[dependencies.sgf-parse]
version = "4.2.8"
optional = true

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.52.1"
features = [
    "io-util",
    "process",
    "rt",
]

[dependencies.tokio-stream]
version = "0.1.18"
features = ["io-util"]

[dev-dependencies.assert_matches]
version = "1.5.0"

[dev-dependencies.dotenv]
version = "0.15.0"

[dev-dependencies.libtest-mimic]
version = "0.8.2"

[dev-dependencies.tokio]
version = "1.52.1"
features = [
    "macros",
    "rt-multi-thread",
]