untrustended 0.0.2

Untrustended - Untrusted Extended. A compilation of primitives for parsing values from untrusted input.
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 = "untrustended"
version = "0.0.2"
authors = ["Ossi Herrala <oherrala@iki.fi>"]
description = "Untrustended - Untrusted Extended. A compilation of primitives for parsing values from untrusted input."
homepage = "https://github.com/oherrala/untrustended#readme"
documentation = "https://docs.rs/untrustended/"
readme = "README.md"
keywords = ["untrusted", "input", "parsing", "primitives"]
categories = ["parsing", "parser-implementations"]
license = "ISC"
repository = "https://github.com/oherrala/untrustended"
[dependencies.untrusted]
version = "0.5.0"
[dev-dependencies.byteorder]
version = "1.1.0"

[dev-dependencies.quickcheck]
version = "0.4.1"
[badges.circle-ci]
repository = "oherrala/untrustended"