# 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 = "cfile" version = "0.5.1" authors = ["Flier Lu "] description = "Rust bindings to C *FILE stream" documentation = "https://docs.rs/crate/cfile/" readme = "README.md" keywords = ["cfile", "file", "stream", "ffi"] categories = ["api-bindings", "filesystem", "os::unix-apis", "os::windows-apis"] license = "MIT" repository = "https://github.com/flier/rust-cfile" [package.metadata.docs.rs] all-features = true default-target = "x86_64-unknown-linux-gnu" [dependencies.cfg-if] version = "0.1" [dependencies.foreign-types] version = "0.5" [dependencies.libc] version = "0.2" [features] default = [] doc = [] [target."cfg(windows)".dependencies.winapi] version = "0.3" features = ["impl-debug", "impl-default", "minwindef", "minwinbase", "winbase", "winnt", "fileapi", "handleapi", "processenv"] [badges.appveyor] repository = "flier/rust-cfile" service = "github" [badges.travis-ci] repository = "flier/rust-cfile"