# 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 = "xilo" version = "0.3.1" description = "A simple replacement of \"rm\" command" readme = "README.md" license = "MIT" repository = "https://github.com/e0328eric/xilo" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.anyhow] version = "1.0" features = ["std"] [dependencies.base64ct] version = "1.6" features = ["alloc"] [dependencies.clap] version = "4" features = ["derive"] [dependencies.crossterm] version = "0.27" [dependencies.dirs] version = "5.0.0" [dependencies.fs_extra] version = "1.3.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10.6" [dependencies.thiserror] version = "1.0"