# 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" rust-version = "1.60" name = "shogi_legality_lite" version = "0.1.2" authors = ["Rust shogi crates developers"] description = "Legality checking in shogi without tables" documentation = "https://docs.rs/shogi_legality_lite" readme = "README.md" keywords = [ "shogi", "engine", ] categories = [ "games", "game-engines", "game-development", "no-std", ] license = "MIT" repository = "https://github.com/rust-shogi-crates/shogi_legality_lite/tree/main/shogi_legality_lite" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] crate-type = ["rlib"] [dependencies.shogi_core] version = "0.1.3" default-features = false [dev-dependencies.shogi_usi_parser] version = "=0.1.0" default-features = false [features] alloc = ["shogi_core/alloc"] default = ["std"] std = [ "alloc", "shogi_core/std", ]