# 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 = "sendfile" version = "0.3.0" authors = ["Thomas de Zeeuw "] include = ["/Cargo.toml", "/src/**/*.rs", "/README.md", "/LICENSE"] description = "Sendfile is a wrapper around the sendfile(2) system call." documentation = "https://docs.rs/sendfile" readme = "README.md" keywords = ["actor", "framework", "async", "functions"] categories = ["asynchronous", "web-programming"] license = "MIT" repository = "https://github.com/Thomasdezeeuw/sendfile" [dependencies.libc] version = "0.2.44" [dependencies.log] version = "0.4.6" [dev-dependencies.futures-test-preview] version = "0.3.0-alpha.18" [badges.travis-ci] branch = "master" repository = "Thomasdezeeuw/sendfile"