# 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 = "vegafusion-server" version = "2.0.1" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "VegaFusion Server" readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/vega/vegafusion" [[bin]] name = "vegafusion-server" path = "src/main.rs" [[test]] name = "test_task_graph_runtime" path = "tests/test_task_graph_runtime.rs" [dependencies.clap] version = "4.2.1" features = ["derive"] [dependencies.datafusion] version = "43.0.0" features = ["nested_expressions"] default-features = false [dependencies.futures-util] version = "0.3.21" [dependencies.h2] version = "0.3.16" [dependencies.prost] version = "0.13.3" [dependencies.regex] version = "^1.5.5" [dependencies.serde_json] version = "1.0.91" default-features = false [dependencies.tokio] version = "1.36.0" features = [ "rt-multi-thread", "macros", "time", ] [dependencies.tonic] version = "0.12.3" features = ["tls"] [dependencies.tonic-web] version = "0.12.3" [dependencies.vegafusion-common] version = "2.0.1" [dependencies.vegafusion-core] version = "2.0.1" features = ["tonic_support"] [dependencies.vegafusion-runtime] version = "2.0.1" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.predicates] version = "3.0.2" [dev-dependencies.serde_json] version = "1.0.91" [build-dependencies.prost-build] version = "0.13.3" [build-dependencies.protobuf-src] version = "1.1.0" optional = true [build-dependencies.tonic-build] version = "0.12.3" [features] protobuf-src = [ "vegafusion-core/protobuf-src", "dep:protobuf-src", ]