# 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 = "bayou" version = "0.1.3" description = "iot real-time analytics" homepage = "https://github.com/elarasuz/bayou" readme = "README.md" keywords = [ "iot", "analytics", "real-time", "store", ] license = "MIT OR Apache-2.0" repository = "https://github.com/elarasuz/bayou" [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", ] [dependencies.tokio-cron-scheduler] version = "0.9"