# 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 = "2021" name = "mssf-core" version = "0.0.15" authors = ["youyuanwu@outlook.com"] include = [ "**/*.rs", "Cargo.toml", ] 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" [dependencies.bitflags] version = "2" [dependencies.config] version = "0.14" optional = true default-features = false [dependencies.ctrlc] version = "3" features = ["termination"] optional = true [dependencies.mssf-com] version = "0.0.15" default-features = false [dependencies.tokio] version = "1" features = [ "sync", "rt-multi-thread", "rt", "macros", ] optional = true [dependencies.tokio-util] version = "0.7" optional = true [dependencies.tracing] version = "0.1" features = ["log"] [dependencies.trait-variant] version = "0.1" [dependencies.windows] version = "0.57" features = [ "implement", "Win32_System_Com", "Win32_Foundation", "Win32_System_Kernel", "Win32_System_Diagnostics_Debug_Extensions", ] [dependencies.windows-core] version = "0.57" [dev-dependencies.paste] version = "1" [dev-dependencies.tokio] version = "1" features = [ "sync", "rt-multi-thread", "rt", "macros", "time", ] [features] bundled_libs = ["mssf-com/bundled_libs"] config_source = ["dep:config"] default = [ "config_source", "tokio_async", "bundled_libs", ] tokio_async = [ "dep:tokio", "dep:tokio-util", "dep:ctrlc", ]