mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-05-02 17:13:08 +00:00
Format Cargo.toml
This commit is contained in:
parent
58bd8eb5b4
commit
fe0ef398ec
@ -2,7 +2,7 @@
|
|||||||
name = "chirpstack"
|
name = "chirpstack"
|
||||||
description = "ChirpStack is an open-source LoRaWAN(TM) Network Server"
|
description = "ChirpStack is an open-source LoRaWAN(TM) Network Server"
|
||||||
repository = "https://github.com/chirpstack/chirpstack"
|
repository = "https://github.com/chirpstack/chirpstack"
|
||||||
homepage="https://www.chirpstack.io/"
|
homepage = "https://www.chirpstack.io/"
|
||||||
version = "4.3.1"
|
version = "4.3.1"
|
||||||
authors = ["Orne Brocaar <info@brocaar.com>"]
|
authors = ["Orne Brocaar <info@brocaar.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
@ -23,7 +23,14 @@ handlebars = "4.3"
|
|||||||
|
|
||||||
# Database
|
# Database
|
||||||
validator = "0.16"
|
validator = "0.16"
|
||||||
diesel = { version = "2.0", features = [ "chrono", "postgres", "r2d2", "uuid", "serde_json", "numeric" ] }
|
diesel = { version = "2.0", features = [
|
||||||
|
"chrono",
|
||||||
|
"postgres",
|
||||||
|
"r2d2",
|
||||||
|
"uuid",
|
||||||
|
"serde_json",
|
||||||
|
"numeric",
|
||||||
|
] }
|
||||||
diesel_migrations = { version = "2.0" }
|
diesel_migrations = { version = "2.0" }
|
||||||
r2d2 = "0.8"
|
r2d2 = "0.8"
|
||||||
bigdecimal = "0.3"
|
bigdecimal = "0.3"
|
||||||
@ -32,7 +39,10 @@ pq-sys = { version = "0.4", features = ["pkg-config"] }
|
|||||||
|
|
||||||
# Logging
|
# Logging
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
tracing-subscriber = { version = "0.3", features = ["fmt", "ansi"], default-features = true }
|
tracing-subscriber = { version = "0.3", features = [
|
||||||
|
"fmt",
|
||||||
|
"ansi",
|
||||||
|
], default-features = true }
|
||||||
|
|
||||||
# ChirpStack API definitions
|
# ChirpStack API definitions
|
||||||
chirpstack_api = { path = "../api/rust", features = ["default", "internal"] }
|
chirpstack_api = { path = "../api/rust", features = ["default", "internal"] }
|
||||||
@ -40,7 +50,10 @@ lrwn = { path = "../lrwn" }
|
|||||||
backend = { path = "../backend" }
|
backend = { path = "../backend" }
|
||||||
|
|
||||||
# HTTP
|
# HTTP
|
||||||
reqwest = { version = "0.11", features = ["json", "rustls-tls"], default-features = false }
|
reqwest = { version = "0.11", features = [
|
||||||
|
"json",
|
||||||
|
"rustls-tls",
|
||||||
|
], default-features = false }
|
||||||
|
|
||||||
# Integrations
|
# Integrations
|
||||||
aws-types = "0.55"
|
aws-types = "0.55"
|
||||||
@ -55,7 +68,7 @@ gcp_auth = "0.7"
|
|||||||
lapin = "2.1"
|
lapin = "2.1"
|
||||||
tokio-executor-trait = "2.1"
|
tokio-executor-trait = "2.1"
|
||||||
tokio-reactor-trait = "1.1"
|
tokio-reactor-trait = "1.1"
|
||||||
rdkafka = { version = "0.29", features = ["cmake-build"]}
|
rdkafka = { version = "0.29", features = ["cmake-build"] }
|
||||||
|
|
||||||
# gRPC and Protobuf
|
# gRPC and Protobuf
|
||||||
tonic = "0.9"
|
tonic = "0.9"
|
||||||
@ -94,11 +107,16 @@ paho-mqtt = { version = "0.12", features = ["vendored-ssl"] }
|
|||||||
hex = "0.4"
|
hex = "0.4"
|
||||||
|
|
||||||
# Codecs
|
# Codecs
|
||||||
rquickjs = { version = "0.1", features = ["bindgen", "loader", "array-buffer", "chrono"] }
|
rquickjs = { version = "0.1", features = [
|
||||||
|
"bindgen",
|
||||||
|
"loader",
|
||||||
|
"array-buffer",
|
||||||
|
"chrono",
|
||||||
|
] }
|
||||||
|
|
||||||
# Misc
|
# Misc
|
||||||
lazy_static = "1.4"
|
lazy_static = "1.4"
|
||||||
uuid = { version = "1.3", features = [ "v4", "serde" ] }
|
uuid = { version = "1.3", features = ["v4", "serde"] }
|
||||||
chrono = "0.4"
|
chrono = "0.4"
|
||||||
async-trait = "0.1"
|
async-trait = "0.1"
|
||||||
aes = "0.8"
|
aes = "0.8"
|
||||||
@ -118,8 +136,16 @@ bytes = "1.4"
|
|||||||
# Debian packaging.
|
# Debian packaging.
|
||||||
[package.metadata.deb]
|
[package.metadata.deb]
|
||||||
assets = [
|
assets = [
|
||||||
["target/release/chirpstack", "usr/bin/", "755"],
|
[
|
||||||
["configuration/*.toml", "etc/chirpstack/", "640"],
|
"target/release/chirpstack",
|
||||||
|
"usr/bin/",
|
||||||
|
"755",
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"configuration/*.toml",
|
||||||
|
"etc/chirpstack/",
|
||||||
|
"640",
|
||||||
|
],
|
||||||
]
|
]
|
||||||
conf-files = [
|
conf-files = [
|
||||||
"/etc/chirpstack/chirpstack.toml",
|
"/etc/chirpstack/chirpstack.toml",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user