# 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 = "nrm" version = "0.1.0" authors = ["myl7 "] description = "Use ptrace to trap unlink* syscall and do path validation to protect your files from sad unexpected unrecoverable deletion" homepage = "https://github.com/myl7/nrm" documentation = "https://github.com/myl7/nrm#readme" keywords = ["ptrace", "cli"] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/myl7/nrm.git" resolver = "2" [dependencies.byteorder] version = "1.4" [dependencies.clap] version = "3.1" features = ["derive"] [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.nix] version = "0.23" [dependencies.os_pipe] version = "1.0" [dependencies.path-clean] version = "0.1" [dependencies.simple_logger] version = "2.1" features = ["colors", "stderr"] default-features = false [dependencies.spawn-ptrace] version = "0.1" [dependencies.strum] version = "0.24" features = ["derive"] [features] bigendian = []