# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] name = "positioned-io-preview" version = "0.3.5" authors = [ "Dave Vasilevsky ", "Niklas Fiekas ", ] description = "Reading and writing at an offset" readme = "README.md" keywords = [ "read", "offset", "pread", "pwrite", "endian", ] categories = [ "filesystem", "os", ] license = "MIT" repository = "https://github.com/vasi/positioned-io" [dependencies.byteorder] version = "1.2" optional = true [dev-dependencies.quickcheck] version = "1" [dev-dependencies.tempfile] version = "3.0" [features] default = ["byteorder"] [target."cfg(unix)".dependencies.libc] version = "0.2" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = [ "basetsd", "minwindef", "handleapi", "fileapi", "sysinfoapi", "memoryapi", "winnt", ] [badges.appveyor] repository = "niklasf/positioned-io" [badges.maintenance] status = "deprecated" [badges.travis-ci] branch = "master" repository = "vasi/positioned-io"