[[bin]]
name = "tcs"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.5"
[dependencies.tcs-compiler]
version = "0.1.1"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "data-structures"]
description = "Command-line interface for TCS (Tape Canonical Serialization)"
edition = "2021"
homepage = "https://tape.network"
keywords = ["serialization", "binary", "canonical", "tapedrive", "blockchain"]
license = "MIT"
name = "tcs-cli"
readme = "README.md"
repository = "https://github.com/spool-labs/tcs"
version = "0.1.1"