# 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_official_kifu" version = "0.1.2" authors = ["Rust shogi crates developers"] description = "The official notation of shogi moves" documentation = "https://docs.rs/shogi_official_kifu" readme = "README.md" keywords = [ "shogi", "engine", ] categories = [ "games", "game-engines", "game-development", "no-std", ] license = "MIT" repository = "https://github.com/rust-shogi-crates/shogi_official_kifu/tree/main/shogi_official_kifu" resolver = "1" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] crate-type = ["rlib"] [dependencies.shogi_core] version = "0.1" features = ["alloc"] default-features = false [dependencies.shogi_legality_lite] version = "0.1.2" features = ["alloc"] default-features = false [dev-dependencies.shogi_usi_parser] version = "=0.1.0" [features] default = [ "kansuji", "std", ] kansuji = [] std = [ "shogi_core/std", "shogi_legality_lite/std", ]