# 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 = "rschess" version = "2.0.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust chess library with the aim to be as feature-rich as possible" readme = "README.md" keywords = [ "chess", "pgn", "fen", "uci", "san", ] license = "MIT" repository = "https://github.com/prawnydagrate/rschess" [lib] name = "rschess" path = "src/lib.rs" [[example]] name = "helpmate_solver" path = "examples/helpmate_solver.rs" [dependencies.image] version = "0.25.1" optional = true [dependencies.include_dir] version = "0.7.3" optional = true [dependencies.nsvg] version = "0.5.1" optional = true [dependencies.regex] version = "1.10.4" optional = true [dependencies.thiserror] version = "1.0.61" [features] img = [ "dep:image", "dep:include_dir", "dep:nsvg", ] pgn = ["dep:regex"]