# 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 = "nskeyedarchiver_converter" version = "0.1.1" authors = ["Michael Wright "] exclude = ["demo.png"] description = "Convert NSKeyedArchiver encoded plists to human readable formats" readme = "README.md" keywords = [ "nskeyedarchiver", "plist", "parser", ] categories = [ "command-line-utilities", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/michaelwright235/nskeyedarchiver_converter" [profile.release] strip = true [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.plist] version = "1" [dependencies.serde_json] version = "1.0" optional = true [dependencies.thiserror] version = "1.0" [features] default = [] exe_serde_json = ["dep:serde_json"]