mssf-core 0.6.2

Rust for Azure Service Fabric. Rust safe APIs.
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-core"
version = "0.6.2"
authors = ["youyuanwu@outlook.com"]
build = false
include = [
    "**/*.rs",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust for Azure Service Fabric. Rust safe APIs."
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]
config_source = ["dep:config"]
default = [
    "config_source",
    "tracing",
]
tracing = ["dep:tracing"]

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

[dependencies.async-trait]
version = "0.1"

[dependencies.bitflags]
version = "2"

[dependencies.config]
version = "0.15"
optional = true
default-features = false

[dependencies.futures-channel]
version = "0.3"
features = ["std"]
default-features = false

[dependencies.lazy_static]
version = "1.5"

[dependencies.libloading]
version = "0.9"

[dependencies.mssf-com]
version = "0.6"
features = [
    "ServiceFabric_FabricClient",
    "ServiceFabric_FabricCommon",
    "ServiceFabric_FabricTypes",
    "ServiceFabric_FabricRuntime",
]
default-features = false

[dependencies.mssf-pal]
version = "0.5"
default-features = true

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

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

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

[target."cfg(windows)".dependencies.windows]
version = "0.62"
features = ["Win32_System_Diagnostics_Debug_Extensions"]
default-features = false