zencan-cli 0.0.4

Command line interface for interacting with CANOpen devices
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"
name = "zencan-cli"
version = "0.0.4"
authors = ["Jeff McBride <jeff@jeffmcbride.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command line interface for interacting with CANOpen devices"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/mcbridejc/zencan"

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

[[bin]]
name = "zencan-cli"
path = "src/bin/zencan-cli.rs"

[[bin]]
name = "zencandump"
path = "src/bin/zencandump.rs"

[dependencies.chrono]
version = "0.4.41"

[dependencies.clap]
version = "4.5.37"
features = ["derive"]

[dependencies.clap-num]
version = "1.2.0"

[dependencies.clap_complete]
version = "4.5.52"
features = ["unstable-dynamic"]

[dependencies.env_logger]
version = "0.11.8"

[dependencies.reedline]
version = "0.40.0"

[dependencies.shlex]
version = "1.3.0"

[dependencies.tokio]
version = "1.45.0"
features = [
    "net",
    "macros",
    "rt-multi-thread",
]

[dependencies.zencan-client]
version = "0.0.4"
features = ["socketcan"]

[dev-dependencies.assertables]
version = "9.8.2"