mssf-util 0.7.0

mssf utilites and extensions for tokio and more
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 = "mssf-util"
version = "0.7.0"
authors = ["youyuanwu@outlook.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "mssf utilites and extensions for tokio and more"
documentation = "https://learn.microsoft.com/en-us/azure/service-fabric/"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Azure/service-fabric-rs"
resolver = "2"

[features]
default = [
    "tokio",
    "tracing",
]
tokio = [
    "dep:tokio",
    "dep:tokio-util",
]
tracing = ["dep:tracing"]

[lib]
name = "mssf_util"
path = "src/lib.rs"

[dependencies.mssf-com]
version = "0.6"
default-features = false

[dependencies.mssf-core]
version = "0.7"
default-features = false

[dependencies.tokio]
version = "1"
features = [
    "sync",
    "rt-multi-thread",
    "rt",
    "macros",
    "time",
    "io-util",
    "net",
    "signal",
    "rt",
    "signal",
]
optional = true
default-features = false

[dependencies.tokio-util]
version = "0.7"
features = []
optional = true
default-features = false

[dependencies.tracing]
version = "0.1"
features = ["log"]
optional = true

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = ["fmt"]
default-features = false

[dev-dependencies.trait-variant]
version = "0.1"