1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/jmjoy-apollo-client

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
Cargo.toml 2.3 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
jmjoy Отправлено 11.08.2022 11:53 ddcdece
[package]
name = "apollo-client"
version = "0.7.3"
authors = ["jmjoy <918734043@qq.com>"]
edition = "2021"
rust-version = "1.56"
description = "Ctrip Apollo client for Rust🦀."
repository = "https://github.com/jmjoy/apollo-client"
documentation = "https://docs.rs/apollo-client"
license = "Unlicense"
readme = "README.md"
keywords = ["ctrip", "apollo", "client"]
exclude = [
"sql",
"docker-compose.yml",
"test-coverage.sh",
]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
default = ["conf", "default-tls"]
default-tls = ["reqwest/default-tls"]
conf = ["async-stream", "rust-ini", "host"]
host = ["host-ip", "host-name"]
host-ip = ["systemstat", "cidr-utils"]
host-name = ["hostname"]
open = ["chrono/serde"]
full = ["open"]
auth = ["chrono","hmac","sha1","base64","urlencoding"]
[dependencies]
async-stream = { version = "0.3.2", optional = true }
async-trait = "0.1.50"
cfg-if = "1.0.0"
chrono = { version = "0.4.19", optional = true }
cidr-utils = { version = "0.5.4", optional = true }
form_urlencoded = "1.0.1"
futures-core = "0.3.15"
futures-util = "0.3.15"
hostname = { version = "0.3.1", optional = true }
http = "0.2.4"
log = "0.4.14"
once_cell = "1.8.0"
reqwest = { version = "0.11.4", features = ["cookies", "json"], default-features = false }
rust-ini = { version = "0.17.0", optional = true }
serde = "1.0.126"
serde_json = { version = "1.0.64", features = ["preserve_order"] }
systemstat = { version = "0.1.8", optional = true }
thiserror = "1.0.25"
url = "2.2.2"
hmac = { version = "0.12.1", optional = true }
sha1 = { version = "0.10.1", optional = true }
base64 = { version = "0.13.0", optional = true }
urlencoding = { version = "2.1.0", optional = true }
[dev-dependencies]
env_logger = "0.8.4"
futures = { version = "0.3.15", features = ["alloc"] }
tokio = { version = "1.7.1", features = ["full"] }
[[test]]
name = "conf"
required-features = ["conf"]
[[test]]
name = "open"
required-features = ["open"]
[[example]]
name = "basic"
required-features = ["conf"]
[[example]]
name = "auth"
required-features = ["conf","auth"]
[[example]]
name = "watch"
required-features = ["conf"]
[[example]]
name = "app"
required-features = ["open"]
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]
all-features = true

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/jmjoy-apollo-client.git
git@api.gitlife.ru:oschina-mirror/jmjoy-apollo-client.git
oschina-mirror
jmjoy-apollo-client
jmjoy-apollo-client
master