# 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 = "replayman" version = "0.5.1" authors = ["Sho Nakatani "] description = "Log agent to replay time-stamped log stream." documentation = "https://docs.rs/replayman" readme = "README.md" keywords = [ "springql", "log-agent", ] categories = [] license = "MIT OR Apache-2.0" repository = "https://github.com/SpringQL/replayman" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.csv] version = "1.1" [dependencies.env_logger] version = "0.9" [dependencies.log] version = "0.4" [dependencies.rdkafka] version = "0.29" features = ["cmake-build"] [dependencies.rumqttc] version = "0.17" [dependencies.serde_json] version = "1.0" [dependencies.time] version = "0.3.9" features = [ "formatting", "parsing", "macros", ] [dependencies.tokio] version = "1.21" features = ["full"]