olio 0.1.0

Miscellaneous I/O utilities
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 = "olio"
version = "0.1.0"
authors = ["David Kellum <dek-oss@gravitext.com>"]
exclude = [".gitignore", ".travis.yml", "appveyor.yml"]
description = "Miscellaneous I/O utilities"
documentation = "https://docs.rs/olio"
readme = "README.md"
keywords = ["file", "fs", "io"]
categories = ["filesystem"]
license = "MIT/Apache-2.0"
repository = "https://github.com/dekellum/olio"
[package.metadata.docs.rs]
features = ["memmap"]

[lib]
doctest = false
[dependencies.memmap]
version = ">=0.6.2, <2"
optional = true
[dev-dependencies.bytes]
version = ">=0.4.6, <2"

[dev-dependencies.tempfile]
version = ">=2.2.0, <4"

[features]
default = ["memmap"]
[badges.travis-ci]
repository = "dekellum/olio"