-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: crate name change to nacos-sdk (#7)
* feat: crate name change to nacos-sdk * fix: CHANGELOG.md * fix: invalid length 7, expected at most 5 keywords per crate * fix: invalid length 24, expected a keyword with less than 20 characters * upgrade: 0.1.1, exclude build.rs
- Loading branch information
1 parent
c52de30
commit be475fc
Showing
6 changed files
with
39 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# 变更日志 | Change log | ||
|
||
### 0.1.1 | ||
|
||
- Config 模块基本可用 | ||
- 欢迎更多贡献、修复和标准化 api | ||
|
||
--- | ||
|
||
- The module of Config basically available | ||
- Welcome more contributions, fixes and standardized APIs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,9 +17,19 @@ | |
# | ||
|
||
[package] | ||
name = "nacos-client" | ||
version = "0.1.0" | ||
name = "nacos-sdk" | ||
version = "0.1.1" | ||
edition = "2021" | ||
authors = ["nacos-group", "CheirshCai <[email protected]>", "onewe <[email protected]>"] | ||
license = "Apache-2.0" | ||
readme = "README.md" | ||
documentation = "https://docs.rs/nacos-sdk/latest" | ||
repository = "https://github.com/nacos-group/nacos-sdk-rust" | ||
homepage = "https://nacos.io/en-us/" | ||
description = "Nacos client in Rust." | ||
categories = ["network-programming", "development-tools"] | ||
keywords = ["microservices", "config", "naming", "service-discovery", "config-management"] | ||
exclude = [".github", "proto", "build.rs"] | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
[features] | ||
|
@@ -30,7 +40,7 @@ naming = [] | |
[dependencies] | ||
thiserror = "1.0" | ||
tokio = { version = "1.21", features = ["full"] } | ||
tokio-stream = { version = "0.1", features = ["net"] } | ||
#tokio-stream = { version = "0.1", features = ["net"] } | ||
futures = "0.3" | ||
grpcio = { version = "0.11", default-features = false, features = ["prost-codec"] } | ||
prost = "0.10" | ||
|
@@ -43,7 +53,7 @@ lazy_static = "1.4" | |
#async-trait = "0" | ||
#async_once = "0" | ||
|
||
opentelemetry = "0" | ||
#opentelemetry = "0" | ||
tracing = "0.1" | ||
local_ipaddress = "0.1.3" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters