input-stream 0.4.0

IO streams similar to C++'s streams
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 = "input-stream"
version = "0.4.0"
authors = ["Adrian Budau <budau.adi@gmail.com>"]
description = "IO streams similar to C++'s streams"
documentation = "https://docs.rs/input-stream"
readme = "README.md"
keywords = ["stream", "parsing", "io"]
categories = ["parsing"]
license = "MIT"
repository = "https://gitlab.com/adrian.budau/input-stream"

[dependencies]
[dev-dependencies.rand]
version = "0.6.5"

[features]
default = []
[badges.travis-ci]
repository = "adrian-budau/input-stream"