# 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 = "sf-rs" version = "0.2.1" description = "A Rust library for interacting with the Service Fabric COM API on Windows." readme = "README.md" keywords = [ "service-fabric", "sf", ] categories = [ "api-bindings", "external-ffi-bindings", ] license = "MIT" repository = "https://github.com/avranju/sf-rs" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.20" [dependencies.num-derive] version = "0.4.1" [dependencies.num-traits] version = "0.2.17" [dependencies.thiserror] version = "1.0.50" [dependencies.tokio] version = "1.34.0" features = [ "rt-multi-thread", "sync", "macros", ] [dependencies.tokio-retry] version = "0.3.0" [dependencies.windows] version = "0.48.0" features = [ "implement", "Win32_Foundation", "Win32_System_LibraryLoader", ]