icloud 0.1.0

基于当前公网IP位置,返回就近的 Apple iCloud 存储服务器地址(域名与解析IP)。
Documentation
# 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 = "icloud"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "基于当前公网IP位置,返回就近的 Apple iCloud 存储服务器地址(域名与解析IP)。"
documentation = "https://docs.rs/icloud"
readme = "README.md"
keywords = [
    "icloud",
    "apple",
    "ip",
    "geolocation",
    "cdn",
]
categories = [
    "network-programming",
    "api-bindings",
]
license = "MIT"
repository = "https://gitee.com/luzhihaoTestingLab/useful-cargo-packages"

[lib]
name = "icloud"
path = "src/lib.rs"

[[example]]
name = "basic"
path = "examples/basic.rs"

[dependencies.reqwest]
version = "0.11"
features = [
    "blocking",
    "rustls-tls",
    "json",
]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"