# 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 = "2018" name = "satysfi-parser" version = "0.0.3" authors = ["Mogami Shinichi "] description = "SATySFi parser written in Rust.\n" documentation = "https://docs.rs/satysfi-parser" readme = "README.md" keywords = ["parser", "SATySFi", "peg"] categories = ["parser-implementations"] license = "MIT" repository = "https://github.com/monaqa/satysfi-parser" [[bench]] name = "packrat" harness = false [dependencies.anyhow] version = "1.0.38" [dependencies.glob] version = "0.3.0" [dependencies.itertools] version = "0.10.0" [dependencies.log] version = "0.4.14" [dependencies.peg] version = "0.7.0" [dependencies.structopt] version = "0.3.21" [dependencies.thiserror] version = "1.0.24" [dev-dependencies.criterion] version = "0.3.4"