rico-scan 0.1.2

A high-performance CLI tool for parsing and validating Thrift IDL files
[[bin]]
name = "rico-scan"
path = "src/main.rs"

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

[dependencies.colored]
version = "2.1.0"

[dependencies.indicatif]
version = "0.17.8"

[dependencies.miette]
features = ["fancy"]
version = "7.4.0"

[dependencies.rayon]
version = "1.8.1"

[dependencies.rico]
features = ["json"]
version = "0.1.7"

[dependencies.serde_json]
version = "1.0.128"

[package]
authors = ["xxnmeet@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools", "parsing"]
description = "A high-performance CLI tool for parsing and validating Thrift IDL files"
documentation = "https://docs.rs/rico-scan"
edition = "2021"
keywords = ["thrift", "parser", "cli", "idl", "validator"]
license = "MIT"
name = "rico-scan"
publish = true
readme = "README.md"
repository = "https://github.com/xnmeet/rico"
version = "0.1.2"