parsiphae 0.3.0

A crate for parsing and analysing the scripting language Daedalus from the game Gothic (2).
[dependencies.clap]
version = "2.32.0"

[dependencies.encoding]
version = "0.2.33"

[dependencies.glob]
version = "0.2.11"

[dependencies.lazy_static]
version = "1.0.1"

[dependencies.nom]
features = ["verbose-errors"]
version = "4.0.0"

[dependencies.time]
version = "0.1"

[package]
authors = ["Leon von Mulert <leonvonmulert@gmail.com>"]
categories = ["parser-implementations"]
description = "A crate for parsing and analysing the scripting language Daedalus from the game Gothic (2)."
exclude = [".idea/*"]
homepage = "https://forum.worldofplayers.de/forum/threads/1525026-WIP-Tool-Parsiphae"
keywords = ["gothic", "daedalus", "parser", "compiler"]
license = "MIT"
name = "parsiphae"
readme = "Readme.md"
repository = "https://github.com/Lehona/Parsiphae"
version = "0.3.0"