# 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 = "tinyfiledialogs" version = "3.9.1" authors = ["Guillaume Vareille ", "Josh Matthews "] build = "build.rs" description = "High-level Rust binding for the tinyfiledialogs C library." readme = "README.md" keywords = ["dialog", "ui", "windows", "unix"] license = "zlib-acknowledgement" repository = "https://github.com/jdm/tinyfiledialogs-rs" [lib] name = "tinyfiledialogs" [dependencies.libc] version = "0.2.0" [build-dependencies.cc] version = "1" [features] default = ["windows-hidpi"] windows-hidpi = []