# 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 = "actyxos_data_flow" version = "0.1.0" authors = ["Actyx AG "] description = "Tools for exporting live data from ActyxOS to external systems" homepage = "https://developer.actyx.com" documentation = "https://docs.rs/actyxos_data_flow" readme = "README.md" keywords = ["distributed", "decentralized", "event-sourcing"] categories = ["network-programming"] license = "Apache-2.0" repository = "https://github.com/Actyx/actyxos_data_flow" [dependencies.abomonation] version = "0.7" [dependencies.abomonation_derive] version = "0.5" [dependencies.actyxos_sdk] version = "0.3.1" features = ["client", "dataflow"] [dependencies.anyhow] version = "1" [dependencies.chrono] version = "0.4" [dependencies.chrono-tz] version = "0.5" [dependencies.derive_more] version = "0.99" [dependencies.differential-dataflow] version = "0.11" [dependencies.futures] version = "0.3" features = ["compat"] [dependencies.futures-state-stream] version = "0.1" [dependencies.futures01] version = "0.1" package = "futures" [dependencies.itertools] version = "0.9" [dependencies.native-tls] version = "0.2" [dependencies.postgres] version = "0.17" features = ["with-chrono-0_4", "with-serde_json-1"] [dependencies.postgres-native-tls] version = "0.3" [dependencies.rusqlite] version = "0.22" features = ["bundled", "backup"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_cbor] version = "0.11" [dependencies.serde_json] version = "1" features = ["raw_value"] [dependencies.tiberius] version = "0.3" features = ["chrono"] [dependencies.timely] version = "0.11" [dependencies.tokio] version = "0.2" features = ["rt-threaded", "macros", "time"] [dependencies.tracing] version = "0.1.15" [dev-dependencies.test-env-log] version = "0.2" features = ["trace"] default-features = false [dev-dependencies.tracing-subscriber] version = "0.2.6" features = ["chrono", "env-filter", "fmt"]