mabi-cli 1.3.2

Mabinogion - Industrial Protocol Simulator CLI
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 = "2021"
rust-version = "1.75"
name = "mabi-cli"
version = "1.3.2"
authors = ["Seo Dong Gyun <seadonggyun@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Mabinogion - Industrial Protocol Simulator CLI"
homepage = "https://github.com/seadonggyun4/mabinogion"
documentation = "https://docs.rs/mabi-cli"
readme = "README.md"
keywords = [
    "cli",
    "industrial",
    "protocol",
    "simulator",
    "modbus",
]
categories = [
    "command-line-utilities",
    "simulation",
]
license = "Apache-2.0"
repository = "https://github.com/seadonggyun4/mabinogion"

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

[[bin]]
name = "mabi"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4.4"
features = [
    "derive",
    "env",
    "wrap_help",
    "color",
]

[dependencies.clap_complete]
version = "4.4"

[dependencies.comfy-table]
version = "7.1"

[dependencies.console]
version = "0.15"

[dependencies.ctrlc]
version = "3.4"

[dependencies.dialoguer]
version = "0.11"

[dependencies.futures]
version = "0.3"

[dependencies.humansize]
version = "2.1"

[dependencies.humantime]
version = "2.1"

[dependencies.indicatif]
version = "0.17"

[dependencies.libc]
version = "0.2"

[dependencies.mabi-bacnet]
version = "1.3.2"

[dependencies.mabi-chaos]
version = "1.3.2"

[dependencies.mabi-core]
version = "1.3.2"

[dependencies.mabi-knx]
version = "1.3.2"

[dependencies.mabi-modbus]
version = "1.3.2"

[dependencies.mabi-opcua]
version = "1.3.2"

[dependencies.mabi-scenario]
version = "1.3.2"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.35"
features = [
    "full",
    "tracing",
]

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "json",
    "time",
    "registry",
]

[dev-dependencies.assert_cmd]
version = "2.0"

[dev-dependencies.predicates]
version = "3.1"

[dev-dependencies.tempfile]
version = "3.17"