olio 1.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]
edition = "2018"
name = "olio"
version = "1.1.0"
authors = ["David Kellum <dek-oss@gravitext.com>"]
build = "build.rs"
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"

[lib]
doctest = true
[dependencies.libc]
version = ">=0.2.42, <0.3"

[dependencies.memmap]
version = ">=0.7.0, <0.8"
optional = true
[dev-dependencies.bytes]
version = ">=0.4.6, <0.5"

[dev-dependencies.rand]
version = ">=0.6.1, <0.7"

[dev-dependencies.tempfile]
version = ">=3.0.5, <3.1"

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