crous-cli 1.0.0

CLI tool for inspecting, pretty-printing, and converting Crous files
# 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"
rust-version = "1.85.0"
name = "crous-cli"
version = "1.0.0"
authors = ["Pawan Kumar"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool for inspecting, pretty-printing, and converting Crous files"
homepage = "https://github.com/axiomchronicles/crous"
documentation = "https://docs.rs/crous-cli"
readme = "README.md"
keywords = [
    "serialization",
    "binary",
    "cli",
    "inspect",
    "crous",
]
categories = [
    "encoding",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/axiomchronicles/crous"

[[bin]]
name = "crous"
path = "src/main.rs"

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

[dependencies.crous-compression]
version = "1.0.0"

[dependencies.crous-core]
version = "1.0.0"

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"