[package]
name = "modeling"
version = "0.5.0"
authors = ["Inherd Group <group@inherd.org>", "Phodal Huang <h@phodal.com>"]
edition = "2018"
license = "MIT"
readme = "README.md"
repository = "https://github.com/inherd/modeling"
documentation = "https://github.com/inherd/modeling"
homepage = "https://github.com/inherd/modeling"
description = """
Modeling is a tools to analysis different languages by Ctags
"""
categories = ["text-processing", "command-line-interface", "development-tools"]
exclude = [
".github/*",
".gitattributes",
".adr.json",
]
[dependencies]
nix = "0.19"
tempfile = "3"
failure = "0.1"
serde = "1"
serde_derive = "1"
serde_json = "1"
lazy_static = "1.4.0"
regex = "1"
ignore = "0.4"
clap = "3.0.0-beta.2"
structopt = "0.3"
structopt-toml = "0.4"
grep-regex = "0.1.9"
grep-searcher = "0.1.8"
similar = { version = "2.1.0", features = ["text", "inline", "bytes"] }
console = "0.15.0"
prettytable-rs = "^0.8"
env_logger = "0.8.4"
log = "0.4"
tokenizers = "0.11.0"