1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[]
= "rust-ucenter"
= "0.1.1"
= ["saas"]
= "2021"
= "rust-ucenter"
= "MIT OR Apache-2.0" # 必须:必须是 SPDX 标识符
= "https://github.com/username/repo"
# 项目级配置,覆盖全局镜像源
[]
= "https://github.com/rust-lang/crates.io-index"
[]
= "4.0.1"
= {="1.0.136", =["derive"]}
= "1.0.79"
# deadpool-redis="0.10.2"
="0.21.5"
= "0.1"
= "1.0"
= { = "1.17.0", = ["full"] }
# [dependencies.hex]
# version = "0.4"
# default-features = false
# features = ["std"]
# [profile.dev]
# split-debuginfo = "unpacked"
# [build]
# rustflags = ["-C", "link-arg=-fuse-ld=lld"]