# 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.4.0" authors = ["David Kellum "] 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.5.3, <0.6" [dev-dependencies.rand] version = ">=0.7.0, <0.8" [dev-dependencies.remove_dir_all] version = ">=0.5.0, <0.5.3" default-features = false [dev-dependencies.tempfile] version = ">=3.1.0, <3.2" [features] default = ["mmap"] mmap = ["memmap"]