# 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 = "macos-tags" version = "0.2.3" authors = ["ecklf "] build = false include = [ "src/**/*", "LICENSE.md", "README.md", "CHANGELOG.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Rust library for modifying macOS tags" documentation = "https://docs.rs/macos-tags" readme = "readme.md" keywords = [ "macos", "tags", "mac", "osx", ] license = "MIT" repository = "https://github.com/ecklf/macos-tags" [lib] name = "macos_tags" path = "src/lib.rs" [dependencies.plist] version = "1.6.1" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.thiserror] version = "1.0.60" [dependencies.xattr] version = "1.3.1" [dev-dependencies]