[dependencies.fleetspeak-proto]
version = "0.4.3"
[dependencies.log]
version = "0.4.22"
[dependencies.protobuf]
version = "3.7.1"
[[example]]
name = "hello"
path = "examples/hello.rs"
[lib]
name = "fleetspeak"
path = "src/lib.rs"
[package]
authors = ["Ćukasz Hanuszczak <hanuszczak@google.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Fleetspeak client connector library for the Rust language."
documentation = "https://docs.rs/fleetspeak"
edition = "2024"
homepage = "https://github.com/google/fleetspeak-rs"
license = "MIT"
name = "fleetspeak"
readme = false
repository = "https://github.com/google/fleetspeak-rs"
version = "0.4.3"
[target.'cfg(target_family = "unix")'.dependencies.libc]
version = "0.2.161"
[target.'cfg(target_family = "windows")'.dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_Storage_FileSystem", "Win32_System_IO"]
version = "0.60.2"