[[bin]]
name = "stof"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.95"
[dependencies.clap]
features = ["derive"]
version = "4.5.23"
[dependencies.colored]
version = "3.0.0"
[dependencies.stof]
version = "0.3.3"
[dependencies.stof-github]
version = "0.1.4"
[dependencies.stof-http]
version = "0.2.3"
[package]
authors = ["CJ Cummings <cj@formata.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "The official CLI for Stof. Stof is a unified data interface and interchange format for creating, sharing, and manipulating data. Stof removes the fragile and cumbersome parts of combining and using data in applications."
edition = "2021"
homepage = "https://docs.stof.dev"
license = "Apache-2.0"
name = "stof-cli"
readme = "README.md"
repository = "https://github.com/dev-formata-io/stof-cli"
version = "0.4.7"