# 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 = "lobo" version = "0.2.0" description = "wolf pack services" homepage = "https://github.com/elarasuz/lobo" readme = "README.md" keywords = [ "mqtt", "archive", "storage", "s3", "gcs", ] license = "MIT OR Apache-2.0" repository = "https://github.com/elarasuz/lobo" [profile.release] opt-level = "z" lto = true codegen-units = 1 strip = "debuginfo" [dependencies.chrono] version = "0.4.26" [dependencies.clap] version = "4.3" features = ["derive"] [dependencies.config] version = "0.13" [dependencies.env_logger] version = "0.10" [dependencies.file-rotate] version = "0.7.5" [dependencies.log] version = "0.4" [dependencies.opendal] version = "0.39" [dependencies.rumqttc] version = "0.22" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.29" features = [ "macros", "rt-multi-thread", ]