# 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 = "pikav-client" version = "0.20.14" publish = true description = "A client that help you publish to pikav server" homepage = "https://pikav.timada.co" documentation = "https://docs.rs/pikav-client" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/timayz/pikav" [package.metadata.cargo-machete] ignored = ["prost"] [dependencies.parking_lot] version = "0.12.1" [dependencies.prost] version = "0.12.3" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.thiserror] version = "1.0.57" [dependencies.tokio] version = "1.36.0" [dependencies.tonic] version = "0.11.0" features = ["tls"] [dependencies.tracing] version = "0.1.40" [dependencies.url] version = "2.5.0" [build-dependencies.tonic-build] version = "0.11.0" features = ["prost"]