# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "pgn-lexer" version = "0.2.0-alpha" authors = ["Lakin Wecker "] exclude = ["examples/*"] description = "A lexer for PGN files for chess. Provides an iterator over the tokens from a byte stream." readme = "README.md" keywords = ["chess", "pgn", "lexer", "tokenizer"] categories = ["parser-implementations"] license = " GPL-3.0" repository = "https://github.com/lakinwecker/pgn-lexer" [[bench]] name = "parsing" harness = false [dependencies.lazy_static] version = "^0.2" [dependencies.nom] version = "6" features = [] [dev-dependencies.clap] version = "2.26.0" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.memmap] version = "0.5.2"