# 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_common" version = "0.1.0" authors = ["Li Yu "] description = "lib for pipebased components" homepage = "https://github.com/pipebase/pipebased" documentation = "https://docs.rs/pipebased_common/" readme = "README.md" keywords = ["pipebase", "daemon"] license = "Apache-2.0" repository = "https://github.com/pipebase/pipebased" [dependencies.fslock] version = "0.2.0" [dependencies.pipebuilder_common] version = "0.2.2" [dependencies.prost] version = "0.9" [dependencies.prost-types] version = "0.9" [dependencies.rand] version = "0.8.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.8" [dependencies.systemd_client] version = "0.2.1" [dependencies.thiserror] version = "1.0.29" [dependencies.tonic] version = "0.6" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.2" [dependencies.zbus] version = "2.0.1" [dependencies.zvariant] version = "3.0.0" [build-dependencies.prost-build] version = "0.9" [build-dependencies.tonic-build] version = "0.6"