[package] name = "nfd2" version = "0.3.1" edition = "2018" authors = [ "Saurav Sachidanand ", "Daniel Collin ", "Denis Kolodin ", "Embark ", "Jake Shadle ", ] documentation = "https://docs.rs/nfd2" repository = "https://github.com/EmbarkStudios/nfd2" homepage = "https://github.com/EmbarkStudios/nfd2" description = "Please use https://crates.io/crates/rfd instead" keywords = ["file", "dialog", "ui"] readme = "README.md" license = "MIT AND Zlib" include = [ "/*.toml", "/*.md", "build.rs", "LICENSE-MIT", "!Cargo.lock", "examples/*.rs", "src/*.rs", "nativefiledialog/LICENSE", "nativefiledialog/src/**", "!nativefiledialog/src/test/*", ] [badges.maintenance] status = "deprecated" build = "build.rs" [build-dependencies] cc = "1.0"