nfde 0.0.9

Rust bindings for Native File Dialog Extended
Documentation
# 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]
edition = "2018"
name = "nfde"
version = "0.0.9"
authors = ["Bernard Teo <btzy1996@hotmail.com>"]
build = "build.rs"
include = [
    "src/**/*",
    "README.md",
    "build.rs",
    "nativefiledialog-extended/CMakeLists.txt",
    "nativefiledialog-extended/LICENSE",
    "nativefiledialog-extended/src/**/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings for Native File Dialog Extended"
readme = "README.md"
keywords = [
    "nativefiledialog",
    "native",
    "file",
    "dialog",
]
categories = [
    "api-bindings",
    "gui",
    "filesystem",
]
license = "Zlib"
repository = "https://github.com/btzy/nfde-rs"

[lib]
name = "nfde"
path = "src/lib.rs"

[build-dependencies.cmake]
version = "0.1"

[build-dependencies.pkg-config]
version = "0.3"

[target."cfg(windows)".dependencies.widestring]
version = "1.2"