[package] name = "sfrm" version = "0.1.0" edition = "2021" license = "MIT OR Apache-2.0" description = "Safe rm alternative" documentation = "https://docs.rs/sfrm" readme = "README.md" homepage = "https://gitlab.com/magmast/sfrm" repository = "https://gitlab.com/magmast/sfrm" keywords = ["rm"] categories = ["command-line-utilities"] [dependencies] structopt = "0.3.26" thiserror = "1.0.30" tokio = { version = "1.17.0", features = ["fs", "macros", "rt-multi-thread"] } trash = "2.0.4"