nom-operator 0.0.2

Precedence climbing operator parser written with nom
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]
name = "nom-operator"
version = "0.0.2"
authors = ["Afonso Bordado <afonsobordado@az8.co>"]
include = ["**/*.rs", "Cargo.toml", "LICENSE-MIT", "LICENSE-APACHE", "README.md"]
description = "Precedence climbing operator parser written with nom\n"
homepage = "https://github.com/afonso360/nom-operator"
documentation = "https://docs.rs/nom-operator/"
readme = "README.md"
keywords = ["nom", "operator", "precedence"]
license = "MIT/Apache-2.0"
repository = "https://github.com/afonso360/nom-operator"

[lib]
name = "nom_operator"
crate-type = ["rlib", "dylib"]
[dependencies.nom]
version = "^3.1"

[dependencies.clippy]
version = "^0.0"
optional = true

[features]
default = []
[badges.travis-ci]
repository = "afonso360/nom-operator"

[badges.appveyor]
repository = "afonso360/nom-operator"