ress 0.6.2

A sanner/tokenizer for JS 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]
name = "ress"
version = "0.6.2"
authors = ["Robert Masen <r@robertmasen.pizza>"]
description = "A sanner/tokenizer for JS files"
readme = "./README.md"
keywords = ["JavaScript", "parsing", "JS", "ES", "ECMA"]
categories = ["parsing", "text-processing", "web-programming"]
license = "MIT"
repository = "https://github.com/freemasen/ress"

[[example]]
name = "major_libs"
path = "examples/major_libs/src/main.rs"

[[example]]
name = "clear-comments"
path = "examples/clear-comments/src/main.rs"

[[example]]
name = "semi_finder"
path = "examples/semi_finder/src/main.rs"
[dependencies.combine]
version = "3.3"

[dependencies.log]
version = "0.4"

[dependencies.unic-ucd-ident]
version = "0.7"
features = ["id"]
[dev-dependencies.docopt]
version = "1.0"

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

[dev-dependencies.proptest]
version = "0.8"

[dev-dependencies.serde]
version = "1.0"

[dev-dependencies.serde_derive]
version = "1.0"

[dev-dependencies.walkdir]
version = "2.2"
[badges.appveyor]
branch = "master"
repository = "FreeMasen/RESS"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "FreeMasen/RESS"