xkb-parser 0.1.0

Parses `.xkb` (X keyboard extension) files
Documentation
# 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 = "xkb-parser"
version = "0.1.0"
authors = ["Pascal Hertleif <pascal@technocreatives.com>"]
description = "Parses `.xkb` (X keyboard extension) files"
readme = "Readme.md"
license = "Apache-2.0/MIT"
repository = "https://github.com/divvun/xkb-parser"
[dependencies.derivative]
version = "1.0.2"

[dependencies.from-pest]
version = "0.3.1"

[dependencies.log]
version = "0.4.6"

[dependencies.pest]
version = "2.1.1"
features = ["pretty-print"]

[dependencies.pest-ast]
version = "0.3.3"

[dependencies.pest_derive]
version = "2.1.0"

[dependencies.shrinkwraprs]
version = "0.2.1"
[dev-dependencies.env_logger]
version = "0.6.2"

[dev-dependencies.rayon]
version = "1.1.0"

[dev-dependencies.walkdir]
version = "2.2.8"