# 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 = "temporal-sdk-core" version = "0.1.0-alpha.1" authors = ["Spencer Judge ", "Vitaly Arbuzov "] description = "Library for building new Temporal SDKs" homepage = "https://temporal.io/" keywords = ["temporal", "workflow"] categories = ["development-tools"] license-file = "LICENSE.txt" repository = "https://github.com/temporalio/sdk-core" [lib] [[test]] name = "integ_tests" path = "tests/main.rs" test = false [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1" [dependencies.base64] version = "0.13" [dependencies.crossbeam] version = "0.8" [dependencies.dashmap] version = "4.0" [dependencies.derive_more] version = "0.99" [dependencies.futures] version = "0.3" [dependencies.itertools] version = "0.10" [dependencies.once_cell] version = "1.5" [dependencies.opentelemetry] version = "0.13" features = ["rt-tokio"] [dependencies.opentelemetry-jaeger] version = "0.12" [dependencies.parking_lot] version = "0.11" [dependencies.prost] version = "0.7" [dependencies.prost-types] version = "0.7" [dependencies.rand] version = "0.8.3" [dependencies.rustfsm] version = "0.1" [dependencies.slotmap] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.1" features = ["rt", "rt-multi-thread", "parking_lot", "time"] [dependencies.tonic] version = "0.4" [dependencies.tracing] version = "0.1" features = ["log"] [dependencies.tracing-futures] version = "0.2" [dependencies.tracing-opentelemetry] version = "0.12" [dependencies.tracing-subscriber] version = "0.2" [dependencies.url] version = "2.2" [dependencies.uuid] version = "0.8.2" features = ["v4"] [dev-dependencies.assert_matches] version = "1.4" [dev-dependencies.lazy_static] version = "1.4" [dev-dependencies.mockall] version = "0.9" [dev-dependencies.rstest] version = "0.7" [build-dependencies.tonic-build] version = "0.4"