[[bin]]
name = "rico"
path = "src/main.rs"
[dependencies.logos]
version = "0.15.0"
[dependencies.serde]
features = ["derive"]
version = "1.0.210"
[dependencies.serde_json]
version = "1.0.128"
[lib]
name = "rico"
path = "src/lib.rs"
[package]
authors = ["xxnmeet@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing", "development-tools"]
description = "A high-performance Apache Thrift IDL parser that converts Thrift IDL files to JSON AST"
documentation = "https://docs.rs/rico"
edition = "2021"
keywords = ["thrift", "parser", "ast", "idl", "json"]
license = "MIT OR Apache-2.0"
name = "rico"
readme = "README.md"
repository = "https://github.com/xxnmeet/rico"
version = "0.1.2"