# 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 = "acts-channel" version = "0.6.3" authors = ["yao <39178011@qq.com>"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "acts client channel for acts-server" homepage = "https://github.com/yaojianpin/acts-channel" documentation = "https://github.com/yaojianpin/acts-channel" readme = "Readme.md" keywords = ["workflow-channel"] license = "MIT" repository = "https://github.com/yaojianpin/acts-channel.git" [lib] name = "acts_channel" path = "src/lib.rs" [dependencies.chrono] version = "0.4.38" [dependencies.futures] version = "0.3.28" [dependencies.nanoid] version = "0.4.0" [dependencies.prost] version = "0.11.8" [dependencies.prost-types] version = "0.11.9" [dependencies.regex] version = "1.11.1" [dependencies.serde] version = "1.0.158" features = ["derive"] [dependencies.serde_json] version = "1.0.94" [dependencies.serde_yaml] version = "0.9.34" [dependencies.thiserror] version = "1.0.66" [dependencies.tokio] version = "1.29.1" [dependencies.tokio-stream] version = "0.1.16" [dependencies.tonic] version = "0.8.3" [dev-dependencies.acts] version = "0.12.3" [build-dependencies.tonic-build] version = "0.8.4" [features] codegen = [] default = [] docker_test = []