[dependencies]
[[example]]
name = "promotion_demo"
path = "examples/promotion_demo.rs"
[lib]
crate-type = ["lib"]
name = "fenex"
path = "src/lib.rs"
[package]
authors = ["Small San", "DefinitelyNotSmallSan@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A rust library for parsing and handling FEN and algebraic chess notations."
edition = "2021"
license = "MIT"
name = "fenex"
readme = "README.md"
repository = "https://github.com/Smallsan/fenex"
version = "0.1.10"
[[test]]
name = "fenex_test"
path = "tests/fenex_test.rs"