# 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 = "vldpipe" version = "0.1.4" authors = ["Cheradenine Zakalwe "] build = "build.rs" description = "Publish and consume TCP services over the Veilid network." readme = "README.md" license = "MPL-2.0" repository = "https://gitlab.com/vatueil/vldpipe/" [dependencies.async-trait] version = "0.1.73" [dependencies.backoff] version = "0.4.0" features = ["tokio"] [dependencies.capnp] version = "0.17.2" default_features = false [dependencies.clap] version = "4.4.0" features = ["derive"] [dependencies.flume] version = "0.11.0" [dependencies.futures-lite] version = "1.13.0" [dependencies.futures-util] version = "0.3.28" [dependencies.thiserror] version = "1.0.47" [dependencies.tokio] version = "1" [dependencies.tracing] version = "0.1.37" features = [ "log", "attributes", ] [dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"] [dependencies.veilid-core] version = "0.2.1" features = ["rt-tokio"] [build-dependencies.capnpc] version = "0.17.2"