# 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" rust-version = "1.56" name = "ump-ngx" version = "0.0.1" build = false exclude = [ ".fossil-settings", ".efiles", ".fslckout", "www", "rustfmt.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Collection of ump-ng extensions." readme = "README.md" keywords = [ "ump-ng", "message-passing", ] categories = [ "concurrency", "asynchronous", ] license = "0BSD" repository = "https://repos.qrnch.tech/pub/ump-ngx" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", "--generate-link-to-definition", ] [lib] name = "ump_ngx" path = "src/lib.rs" [dependencies.sqlsrv] version = "0.5.0" optional = true [dependencies.swctx] version = "0.2.2" [dependencies.threadpool] version = "1.8.1" optional = true [dependencies.ump-ng] version = "0.1.0" [dependencies.ump-ng-server] version = "0.3.0" [features] sqlsrv = [ "dep:sqlsrv", "sqlsrv/tpool", "dep:threadpool", ] [badges.maintenance] status = "experimental"