# 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" version = "0.1.1" authors = ["Aleksey Kuznetsov "] description = "Set of types and functions to manage iOS provisioning profiles" readme = "README.md" keywords = [ "ios", "provisioning-profile", "mobileprovision", ] categories = [ "development-tools", "filesystem", ] license = "MIT" repository = "https://github.com/zummenix/mprovision" resolver = "1" [dependencies.dirs] version = "5.0" [dependencies.memchr] version = "2.5.0" [dependencies.plist] version = "1.5" [dependencies.rayon] version = "1.7" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.time] version = "0.3" features = [ "formatting", "macros", ] [dev-dependencies.expectest] version = "0.12" [dev-dependencies.tempfile] version = "3.6"