# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "chirpstack_integration" version = "4.9.0" authors = ["Orne Brocaar "] description = "Library for building external ChirpStack integrations" homepage = "https://www.chirpstack.io/" license = "MIT" repository = "https://github.com/chirpstack/chirpstack" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1.79" [dependencies.chirpstack_api] version = "4.9.0-test.1" [dependencies.lazy_static] version = "1.4" [dependencies.redis] version = "0.26" features = [ "cluster-async", "tokio-rustls-comp", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.36" features = [ "macros", "rt-multi-thread", ] [dependencies.toml] version = "0.8" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = [ "fmt", "ansi", "json", ] default-features = true