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