-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
33 lines (31 loc) · 1.2 KB
/
Cargo.toml
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
[package]
authors = ["Jingcheng Yang <[email protected]>"]
# build = "build/build.rs"
documentation = "https://github.com/yjcyxky/biominer-indexd/blob/master/README.md"
edition = "2021"
homepage = "https://github.com/yjcyxky/biominer-indexd"
keywords = ["biominer", "indexd"]
name = "biominer-indexd"
readme = "README.md"
repository = "https://github.com/yjcyxky/biominer-indexd"
version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0"
chrono = "^0"
dotenv = "0.15.0"
lazy_static = "1.3"
log = "0.4"
log4rs = "1.0.0"
poem = { version="1.3.27", features = ["embed"] }
poem-openapi = {version = "1.3.27", features = ["swagger-ui", "chrono", "uuid"]}
rbatis = {version = "3.0.32", default-features = false, features = ["mysql", "postgres", "runtime-tokio-rustls", "debug_mode", "upper_case_sql_keyword"]}
rbson = "2.0"
regex = "1"
serde = {version = "1.0.136", features = ["derive"]}
serde_json = "1.0.79"
structopt = {version = "0.3", default-features = false}
tokio = {version = "1.17.0", features = ["rt-multi-thread", "macros", "signal"]}
uuid = {version = "^0", features = ["serde", "v4"]}
rust-embed = "6.3.0"
custom_error = "1.9.2"