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