# 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 = "csa" version = "1.0.2" authors = ["nozaq"] description = "A Shogi game serialization/deserialization library in CSA format." documentation = "http://nozaq.github.io/csa-rs" readme = "README.md" keywords = [ "shogi", "csa", "parser", ] categories = ["game-engines"] license = "MIT" repository = "https://github.com/nozaq/csa-rs" resolver = "2" [dependencies.nom] version = "7" [dependencies.time] version = "0.3" features = [ "formatting", "std", ] [badges.appveyor] repository = "nozaq/csa-rs" [badges.travis-ci] repository = "nozaq/csa-rs"