# 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 = "streamgen" version = "0.1.0" authors = ["Arroyo Systems "] description = """ A tool for generating streams of data for testing and benchmarking. """ homepage = "https://arroyo.dev" readme = "README.md" keywords = [ "streaming", "data", "generator", "fake", "kafka", ] categories = [ "development-tools", "command-line-utilities", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ArroyoSystems/streamgen" [dependencies.async-trait] version = "0.1.74" [dependencies.axum] version = "0.7.1" [dependencies.axum-extra] version = "0.9.0" features = ["typed-header"] [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.clap] version = "4.4.10" features = ["derive"] [dependencies.fake] version = "2.9.1" features = [ "http", "derive", ] [dependencies.headers] version = "0.4.0" [dependencies.http] version = "1.0.0" [dependencies.rand] version = "0.8.5" [dependencies.rdkafka] version = "0.36.0" features = ["cmake-build"] optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.tokio] version = "1.34.0" features = ["full"] [dependencies.tokio-stream] version = "0.1.14" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = [ "default", "env-filter", ] [dependencies.uuid] version = "1.6.1" features = ["v4"] [features] kafka = ["rdkafka"]