read_token 1.0.0

A simple library to read tokens using look ahead
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 = "read_token"
version = "1.0.0"
authors = ["bvssvni <bvssvni@gmail.com>"]
description = "A simple library to read tokens using look ahead"
homepage = "https://github.com/pistondevelopers/read_token"
readme = "README.md"
keywords = ["read", "parse", "token", "piston"]
license = "MIT"
repository = "https://github.com/pistondevelopers/read_token.git"

[lib]
name = "read_token"
path = "src/lib.rs"
[dependencies.range]
version = "1.0.0"