# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "arcon_compiler" version = "0.1.1" authors = ["Max Meldrum "] description = "arconc is the Arc backend compiler targeting the Arcon runtime.\n" homepage = "https://github.com/cda-group/arcon" readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/cda-group/arcon" [[bin]] name = "arconc" path = "src/main.rs" bench = false [dependencies.arcon_codegen] version = "0.1" [dependencies.arcon_proto] version = "0.1" features = ["arconc"] [dependencies.arcon_spec] version = "0.1" [dependencies.clap] version = "2.33.0" [dependencies.daemonize] version = "0.4.1" [dependencies.failure] version = "0.1.5" [dependencies.ferris-says] version = "0.1" [dependencies.futures] version = "0.1.16" [dependencies.grpcio] version = "0.4" features = ["protobuf-codec"] default-features = false [dependencies.lazy_static] version = "1.3.0" [dependencies.log] version = "0.4" [dependencies.num_cpus] version = "1" [dependencies.path-clean] version = "0.1.0" [dependencies.pretty_env_logger] version = "0.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.toml] version = "0.5" [dev-dependencies.tempfile] version = "3"