# 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 = "blueshim" version = "0.0.0" description = "An open source iMessage implementation" readme = "README.md" license = "MIT OR Apache-2.0" [dependencies.base64] version = "0.21.5" [dependencies.log] version = "0.4.20" [dependencies.plist] version = "1.6.0" [dependencies.rsa] version = "0.9.6" features = ["hazmat"] [dependencies.rustls] version = "0.22.1" [dependencies.rustls-pemfile] version = "2.0.0" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.uuid] version = "1.6.1" features = [ "v4", "serde", ] [dependencies.x509-cert] version = "0.2.4" features = [ "builder", "hazmat", ]