agent-can 0.1.0

Agent-first CAN control daemon
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 = "2024"
name = "agent-can"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Agent-first CAN control daemon"
readme = "README.md"
categories = [
    "command-line-utilities",
    "hardware-support",
]
license = "MIT"
repository = "https://github.com/tomrford/agent-can"

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

[[bin]]
name = "agent-can"
path = "src/main.rs"

[dependencies.can-dbc]
version = "8"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

[dependencies.dirs]
version = "6"

[dependencies.interprocess]
version = "2.4.0"
features = ["tokio"]

[dependencies.libc]
version = "0.2"

[dependencies.rmcp]
version = "1.4.0"
features = ["transport-io"]

[dependencies.schemars]
version = "1.2.1"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "io-util",
    "macros",
    "process",
    "rt-multi-thread",
    "sync",
    "time",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "fmt",
]

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]

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

[target."cfg(windows)".dependencies.peak-can-sys]
version = "0.2.0"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.61.2"
features = [
    "Win32_Foundation",
    "Win32_Storage_FileSystem",
    "Win32_System_Threading",
]