[[bin]]
name = "cfcli"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.5.38"
[dependencies.colored]
version = "3.0.0"
[dependencies.directories]
version = "6.0.0"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.serde_yaml]
version = "0.9.34"
[dependencies.tracing]
version = "0.1.41"
[package]
authors = ["Lorenzo Tettamanti", "Pranav Verma", "Lorenzo Bradanini"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "CortexFlow command line interface made to interact with the CortexBrain core components"
documentation = "https://docs.cortexflow.org"
edition = "2024"
homepage = "https://docs.cortexflow.org"
license = "Apache-2.0"
name = "cortexflow-cli"
readme = false
repository = "https://github.com/CortexFlow/CortexBrain"
version = "0.1.2"