infigraph-cli 1.5.2

CLI for infigraph — AST-powered code analysis and impact review
# 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 = "2021"
name = "infigraph-cli"
version = "1.5.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for infigraph — AST-powered code analysis and impact review"
homepage = "https://intuit.github.io/infigraph/"
readme = "README.md"
keywords = [
    "cli",
    "code-analysis",
    "impact-analysis",
    "developer-tools",
    "codebase",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "Apache-2.0"
repository = "https://github.com/intuit/infigraph"

[[bin]]
name = "cozo_smoke"
path = "src/bin/cozo_smoke.rs"

[[bin]]
name = "cozo_vs_kuzu"
path = "src/bin/cozo_vs_kuzu.rs"

[[bin]]
name = "golden_cozo_export"
path = "src/bin/golden_cozo_export.rs"

[[bin]]
name = "golden_export"
path = "src/bin/golden_export.rs"

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

[[bin]]
name = "kuzu_to_cozo"
path = "src/bin/kuzu_to_cozo.rs"

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.cozo]
version = "0.7.6"
features = ["storage-sqlite"]

[dependencies.ctrlc]
version = "3"

[dependencies.dirs]
version = "5"

[dependencies.infigraph-confluence]
version = "1.5.2"

[dependencies.infigraph-core]
version = "1.5.2"

[dependencies.infigraph-docs]
version = "1.5.2"

[dependencies.infigraph-grammar-plugin]
version = "1.5.2"

[dependencies.infigraph-languages]
version = "1.5.2"

[dependencies.kuzu]
version = "= 0.16.0"
package = "lbug"

[dependencies.rayon]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.ureq]
version = "2"