pdl 0.1.1

Parse PDL file for the Chrome DevTools Protocol
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 = "pdl"
version = "0.1.1"
authors = ["Flier Lu <flier.lu@gmail.com>"]
description = "Parse PDL file for the Chrome DevTools Protocol"
homepage = "https://github.com/flier/rust-pdl"
readme = "README.md"
keywords = ["chrome", "devtools", "headless"]
categories = ["api-bindings", "development-tools"]
license = "MIT"
repository = "https://github.com/flier/rust-pdl"

[[example]]
name = "parser"
required-features = ["parse", "display", "to_json"]
[dependencies.cfg-if]
version = "0.1"

[dependencies.indented]
version = "0.1"
optional = true

[dependencies.log]
version = "0.4"
optional = true

[dependencies.nom]
version = "5"
optional = true

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.serde_json]
version = "1.0"
optional = true
[dev-dependencies.failure]
version = "0.1"

[dev-dependencies.open]
version = "1.3"

[dev-dependencies.pretty_env_logger]
version = "0.3"

[dev-dependencies.structopt]
version = "0.2"

[features]
default = ["parse", "display", "to_json"]
display = ["indented"]
parse = ["log", "nom"]
to_json = ["serde", "serde_json"]
[badges.appveyor]
branch = "master"
repository = "flier/rust-pdl"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "flier/rust-pdl"