# 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" rust-version = "1.80.1" name = "logimesh" version = "0.1.9" authors = ["Andeya Lee "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "logimesh is a Rust RPC Microservice 2.0 framework." documentation = "https://docs.rs/logimesh" readme = "README.md" keywords = [ "rpc", "server", "api", "microservices", "servicemesh", ] categories = [ "asynchronous", "network-programming", "web-programming", ] license = "MIT" repository = "https://github.com/andeya/logimesh" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "logimesh" crate-type = ["lib"] path = "src/lib.rs" test = true doctest = true bench = true doc = true proc-macro = false harness = true required-features = [] [[example]] name = "compression" path = "examples/compression.rs" [[example]] name = "custom_transport" path = "examples/custom_transport.rs" [[example]] name = "pubsub" path = "examples/pubsub.rs" [[example]] name = "readme" path = "examples/readme.rs" [[example]] name = "simple" path = "examples/simple.rs" [[example]] name = "simple_expand" path = "examples/simple_expand.rs" [[example]] name = "tls_over_tcp" path = "examples/tls_over_tcp.rs" [[example]] name = "tracing" path = "examples/tracing.rs" [dependencies.anyhow] version = "1.0" [dependencies.async-broadcast] version = "0.7" [dependencies.bytes] version = "1" features = [ "serde", "serde", ] [dependencies.faststr] version = "0.2" [dependencies.futures] version = "0.3.22" [dependencies.futures-core] version = "0.3.22" [dependencies.futures-util] version = "0.3.22" features = ["alloc"] default-features = false [dependencies.logimesh-macro] version = "0.1" features = ["serde1"] [dependencies.metainfo] version = "0.7" [dependencies.pin-project-lite] version = "0.2.7" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.socket2] version = "0.5" features = ["all"] [dependencies.tarpc] version = "=0.34.0-copy.f81ddd6" features = ["full"] package = "tarpc-copy" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = [ "full", "test-util", "tracing", "rt-multi-thread", "macros", ] [dependencies.tokio-serde] version = "0.9" features = [ "json", "bincode", ] [dependencies.tracing] version = "0.1" features = [ "attributes", "log", ] default-features = false [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.assert_matches] version = "1.4" [dev-dependencies.bincode] version = "1.3" [dev-dependencies.bytes] version = "1" features = [ "serde", "serde", ] [dev-dependencies.console-subscriber] version = "0.2" [dev-dependencies.flate2] version = "1.0" [dev-dependencies.futures] version = "0.3.22" [dev-dependencies.futures-test] version = "0.3" [dev-dependencies.opentelemetry] version = "0.24.0" default-features = false [dev-dependencies.opentelemetry-otlp] version = "0.17.0" [dev-dependencies.opentelemetry-semantic-conventions] version = "0.16.0" [dev-dependencies.opentelemetry_sdk] version = "0.24.1" features = ["rt-tokio"] [dev-dependencies.pin-utils] version = "0.1.0" [dev-dependencies.rustls-pemfile] version = "2.0" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_bytes] version = "0.11" [dev-dependencies.tokio] version = "1" features = [ "full", "test-util", "tracing", "rt-multi-thread", "macros", ] [dev-dependencies.tokio-rustls] version = "0.25" [dev-dependencies.tokio-serde] version = "0.9" features = [ "json", "bincode", ] [dev-dependencies.tracing] version = "0.1" features = [ "attributes", "log", ] default-features = false [dev-dependencies.tracing-opentelemetry] version = "0.25.0" default-features = false [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dev-dependencies.trybuild] version = "1.0" [features] default = [] full = [ "serde-transport-messagepack", "serde-transport-cbor", ] serde-transport-cbor = ["tokio-serde/cbor"] serde-transport-messagepack = ["tokio-serde/messagepack"]