# 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] name = "parsiphae" version = "0.3.0" authors = ["Leon von Mulert "] exclude = [".idea/*"] description = "A crate for parsing and analysing the scripting language Daedalus from the game Gothic (2)." homepage = "https://forum.worldofplayers.de/forum/threads/1525026-WIP-Tool-Parsiphae" readme = "Readme.md" keywords = ["gothic", "daedalus", "parser", "compiler"] categories = ["parser-implementations"] license = "MIT" repository = "https://github.com/Lehona/Parsiphae" [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] version = "4.0.0" features = ["verbose-errors"] [dependencies.time] version = "0.1"