1[package]
2name = "same-file"
3version = "1.0.6" #:version
4authors = ["Andrew Gallant <jamslam@gmail.com>"]
5description = """
6A simple crate for determining whether two file paths point to the same file.
7"""
8documentation = "https://docs.rs/same-file"
9homepage = "https://github.com/BurntSushi/same-file"
10repository = "https://github.com/BurntSushi/same-file"
11readme = "README.md"
12keywords = ["same", "file", "equal", "inode"]
13license = "Unlicense/MIT"
14exclude = ["/.github"]
15edition = "2018"
16
17[target.'cfg(windows)'.dependencies.winapi-util]
18version = "0.1.1"
19
20[dev-dependencies]
21doc-comment = "0.3"
22