# 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 = "bmart"
version = "0.2.9"
authors = ["Serhij S.
"]
description = "Bohemia Automation common tools library"
readme = "README.md"
keywords = [
"process",
"realtime",
"workers",
"tools",
]
license = "Apache-2.0"
[dependencies.async-channel]
version = "2.2.1"
[dependencies.bmart-derive]
version = "0.1.3"
[dependencies.colored]
version = "1"
[dependencies.log]
version = "0.4.14"
[dependencies.nix]
version = "0.22.0"
[dependencies.sysinfo]
version = "0.29.2"
[dependencies.tokio]
version = "1.9.0"
features = ["full"]
[dependencies.triggered]
version = "0.1.2"
[dependencies.uuid]
version = "0.8"
features = ["v4"]
[dependencies.winapi]
version = "0.3.6"
features = [
"psapi",
"shellapi",
]