# 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 = "ftabutil" version = "0.2.0" authors = ["turbocooler "] description = "An utility to work with ftab (aka rkosftab) files." readme = "README.md" keywords = [ "ftab", "parsing", "firmware", "apple", ] categories = [ "command-line-utilities", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/turbocool3r/ftabutil" [dependencies.clap] version = "4.0" features = ["cargo"] [dependencies.dialoguer] version = "0.10" default-features = false [dependencies.hex] version = "0.4" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.simple_logger] version = "4.0" [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.5"