# 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 = "pnafs" version = "0.0.4" authors = ["Portable-Network-Archive Developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "PNA(Portable-Network-Archive) file system" homepage = "https://portable-network-archive.github.io/fs/" readme = "README.md" keywords = [ "pna", "archive", "cli", ] categories = ["filesystem"] license = "MIT OR Apache-2.0" repository = "https://github.com/Portable-Network-Archive/fs" [profile.dist] lto = "thin" inherits = "release" [[bin]] name = "pnafs" path = "src/main.rs" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.clap-verbosity-flag] version = "2.2.2" [dependencies.clap_complete] version = "4.5.36" [dependencies.fuser] version = "0.15.0" [dependencies.id_tree] version = "1.8.0" [dependencies.libc] version = "0.2.161" [dependencies.log] version = "0.4.22" [dependencies.memmap2] version = "0.9.5" [dependencies.pna] version = "0.19.0" [dependencies.rpassword] version = "7.3.1" [dependencies.simple_logger] version = "5.0.0" optional = true [features] logging = ["dep:simple_logger"] [target."cfg(unix)".dependencies.nix] version = "0.29.0" features = ["user"]