fleetspeak 0.4.4

A Fleetspeak client connector library for the Rust language.
Documentation
# 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 = "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",
]