# 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 = "2018" rust-version = "1.56" name = "arcon" version = "0.2.1" authors = ["Max Meldrum "] description = "A runtime for writing streaming applications\n" homepage = "https://github.com/cda-group/arcon" readme = "../README.md" license = "Apache-2.0" repository = "https://github.com/cda-group/arcon" [[bench]] name = "allocator" harness = false [[bench]] name = "buffer_pool" harness = false [[bench]] name = "hash_table" harness = false [[bench]] name = "value" harness = false [dependencies.arcon_allocator] version = "0.2" [dependencies.arcon_macros] version = "0.2" [dependencies.arcon_state] version = "0.2" [dependencies.arcon_util] version = "0.2" features = ["hasher"] [dependencies.arrow] version = "5.0" [dependencies.bytes] version = "1.0" [dependencies.cfg-if] version = "0.1.10" [dependencies.crossbeam-utils] version = "0.7" [dependencies.futures] version = "0.3" optional = true [dependencies.fxhash] version = "0.2.1" [dependencies.hierarchical_hash_wheel_timer] version = "1.1" [dependencies.hocon] version = "0.3" features = ["serde-support"] optional = true default-features = false [dependencies.kompact] version = "0.11" [dependencies.metrics] version = "0.16.0" optional = true [dependencies.metrics-exporter-prometheus] version = "0.5.0" optional = true [dependencies.num_cpus] version = "1.0" [dependencies.parquet] version = "5.0" features = ["zstd"] [dependencies.prost] version = "0.9" [dependencies.rdkafka] version = "0.26" optional = true [dependencies.serde] version = "1.0.104" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0.44" optional = true [dependencies.slog] version = "2" [dependencies.slog-async] version = "2" [dependencies.slog-term] version = "2" [dependencies.snafu] version = "0.6" [dependencies.tokio] version = "1.0" features = ["full"] optional = true [dependencies.tokio-util] version = "0.6" features = ["full"] optional = true [dependencies.uuid] version = "0.8" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.once_cell] version = "1.3.1" [dev-dependencies.rand] version = "0.6.5" [dev-dependencies.slog] version = "2.2" features = ["max_level_error"] [dev-dependencies.tempfile] version = "3" [features] allocator_metrics = ["arcon_allocator/metrics"] default = [] hardware_counters = ["perf-event", "metrics"] kafka = ["rdkafka", "futures", "serde_json"] prometheus_exporter = ["metrics-exporter-prometheus", "metrics"] rocksdb = ["arcon_state/rocks"] socket = ["tokio", "tokio-util", "futures", "serde", "serde_json"] state_metrics = ["arcon_state/metrics"] [target."cfg(target_os = \"linux\")".dependencies.perf-event] version = "0.4.7" optional = true