ltrait-source-task 0.1.0

A LTrait source for user defined command
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 = "ltrait-source-task"
version = "0.1.0"
authors = ["satler <satler@satler.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A LTrait source for user defined command"
readme = false
license = "MIT"
repository = "https://github.com/satler-git/ltrait-source-task"

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

[dependencies.async-stream]
version = "0.3.6"

[dependencies.dirs]
version = "6.0.0"

[dependencies.ltrait]
version = "1.5.0"

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

[dependencies.thiserror]
version = "2.0.17"

[dependencies.toml]
version = "0.9.8"