# 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 = "pipebased"
version = "0.1.0"
authors = ["Li Yu
"]
description = "runtime daemon for pipebase application"
homepage = "https://github.com/pipebase/pipebased"
readme = "../README.md"
keywords = ["pipebase", "daemon"]
license = "Apache-2.0"
repository = "https://github.com/pipebase/pipebased"
[[bin]]
name = "piped"
path = "src/daemon/main.rs"
[[bin]]
name = "pipe"
path = "src/cli/main.rs"
[dependencies.clap]
version = "3.0.13"
[dependencies.pipebased_common]
version = "0.1.0"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.termcolor]
version = "1.1"
[dependencies.tokio]
version = "1.11.0"
features = ["macros"]
[dependencies.tonic]
version = "0.6"
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-subscriber]
version = "0.2"