# 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 = "2021" name = "refind" version = "0.1.2" authors = ["thewh1teagle"] description = "Cross platform file locator by file ID. Keep track of files even after they're renamed or moved." readme = "README.md" keywords = [ "file", "system", "cross-platform", "sync", "search", ] license = "MIT" repository = "https://github.com/thewh1teagle/refind" [dependencies.dunce] version = "1.0.4" [dependencies.eyre] version = "0.6.12" [dependencies.log] version = "0.4.21" [dev-dependencies.env_logger] version = "0.11.3" [target."cfg(unix)".dependencies.libc] version = "0.2.154" [target."cfg(windows)".dependencies.windows] version = "0.56.0" features = [ "Storage", "Win32", "Win32_Storage", "Win32_Storage_FileSystem", "Win32_Security", ]