# 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" rust-version = "1.74.0" name = "hf" version = "0.3.6" authors = ["Shun Sakai "] build = false include = [ "/LICENSES", "/README.md", "/src", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Cross-platform hidden file library and utility" homepage = "https://sorairolake.github.io/hf/" documentation = "https://docs.rs/hf" readme = "README.md" keywords = ["hidden"] categories = [ "command-line-utilities", "filesystem", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/sorairolake/hf" [package.metadata.docs.rs] all-features = true [profile.release] lto = true codegen-units = 1 panic = "abort" strip = true [lib] name = "hf" path = "src/lib.rs" [[bin]] name = "hf" path = "src/bin/hf/main.rs" required-features = ["application"] [dependencies.anyhow] version = "1.0.86" optional = true [dependencies.clap] version = "4.5.13" features = [ "derive", "wrap_help", ] optional = true [dependencies.clap_complete] version = "4.5.12" optional = true [dependencies.clap_complete_nushell] version = "4.5.3" optional = true [dependencies.log] version = "0.4.22" optional = true [dependencies.simplelog] version = "0.12.2" optional = true [dependencies.sysexits] version = "0.8.1" optional = true [dev-dependencies.assert_cmd] version = "2.0.15" [dev-dependencies.predicates] version = "3.1.2" [dev-dependencies.tempfile] version = "3.11.0" [features] application = [ "dep:anyhow", "dep:clap", "dep:clap_complete", "dep:clap_complete_nushell", "dep:log", "dep:simplelog", "dep:sysexits", ] default = ["application"] [target."cfg(windows)".dependencies.windows] version = "0.58.0" features = [ "Win32_Foundation", "Win32_Storage_FileSystem", ]