# 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 = "wthor" version = "0.5.0" authors = ["Emil Englesson "] exclude = [ ".github/**", "wthor-database/*", "spec/*", ] description = "Parser for WTHOR files" readme = "README.md" keywords = [ "othello", "reversi", "wthor", ] categories = [ "encoding", "parser-implementations", ] license = "MIT" repository = "https://github.com/LimeEng/wthor/" resolver = "2" [[example]] name = "serde" required-features = ["serde"] [dependencies.encoding] version = "0.2" [dependencies.serde] version = "1" features = ["derive"] optional = true [dev-dependencies.magpie] version = "0.9" [dev-dependencies.quickcheck] version = "1.0" [dev-dependencies.quickcheck_macros] version = "1.0" [dev-dependencies.serde_json] version = "1"