# 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 = "trapeze" version = "0.7.5" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A rust implementation of ttrpc" homepage = "https://github.com/jprendes/trapeze" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/jprendes/trapeze" [lib] name = "trapeze" path = "src/lib.rs" [dependencies.anyhow] version = "1" optional = true [dependencies.async-stream] version = "0.3" [dependencies.async-trait] version = "0.1" [dependencies.bitflags] version = "2" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.prost] version = "0.13" [dependencies.prost-types] version = "0.13" [dependencies.thiserror] version = "2" [dependencies.tokio] version = "1" features = [ "io-util", "rt", "sync", "time", "macros", "net", ] [dependencies.tokio-stream] version = "0.1" [dependencies.tokio-util] version = "0.7" [dependencies.trapeze-codegen] version = "0.7.5" [dependencies.trapeze-macros] version = "0.7.5" [features] anyhow = ["dep:anyhow"] default = [ "vsock", "anyhow", ] vsock = ["dep:tokio-vsock"] [target."cfg(unix)".dependencies.tokio-vsock] version = "0.6" optional = true [target."cfg(windows)".dependencies.windows-sys] version = "0.59"