# 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 = "shogi-kifu-converter" version = "0.2.2" authors = ["sugyan "] exclude = [ "data/", "examples/", ] description = "Shogi kifu parsers and converters" documentation = "https://docs.rs/shogi-kifu-converter" readme = "README.crates.io.md" keywords = [ "shogi", "kifu", "json-kifu-format", ] license = "MIT" repository = "https://github.com/sugyan/shogi-kifu-converter" [dependencies.csa] version = "1.0.2" [dependencies.encoding_rs] version = "0.8.31" [dependencies.nom] version = "7" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_repr] version = "0.1" [dependencies.shogi_core] version = "0.1.5" [dependencies.shogi_legality_lite] version = "0.1.2" [dependencies.shogi_official_kifu] version = "0.1.1" [dependencies.thiserror] version = "1.0" [dev-dependencies.jsonschema] version = "0.16"