# 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 = "mattress" version = "0.2.1" build = "build.rs" default-run = "mtr" description = "A command line tool for working with Linux extended attributes (xattrs)" readme = "README.md" license = "GPL-3.0" [profile.release] opt-level = "z" lto = true codegen-units = 1 strip = true [dependencies.clap] version = "4.3.19" features = ["derive"] [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.walkdir] version = "2.3.3" [dependencies.xattr] version = "1.0.0" default-features = false [build-dependencies.clap] version = "4.3.19" features = ["derive"] [build-dependencies.clap_complete] version = "4.3.2"