# 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 = "mprovision-cli" version = "7.0.0" authors = ["Aleksey Kuznetsov "] autobins = false description = "A command line tool to manage iOS provisioning profiles" readme = "README.md" keywords = [ "ios", "provisioning-profile", "mobileprovision", ] categories = [ "command-line-utilities", "development-tools", "filesystem", ] license = "MIT" repository = "https://github.com/zummenix/mprovision" resolver = "1" [[bin]] name = "mprovision" path = "src/main.rs" test = true doc = false [dependencies.clap] version = "4.3" features = ["derive"] [dependencies.colored] version = "2" [dependencies.main_error] version = "0.1" [dependencies.mprovision] version = "0.1.0" [dependencies.time] version = "0.3" features = [ "formatting", "macros", ] [dependencies.trash] version = "3.0" [dependencies.zip] version = "0.6" features = ["deflate"] default-features = false [dev-dependencies.expectest] version = "0.12"