organizational-intelligence-plugin 0.3.3

Organizational Intelligence Plugin - Defect pattern analysis for GitHub organizations
Documentation
# 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"
rust-version = "1.75.0"
name = "organizational-intelligence-plugin"
version = "0.3.3"
authors = ["OIP Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Organizational Intelligence Plugin - Defect pattern analysis for GitHub organizations"
readme = "README.md"
license = "MIT"
repository = "https://github.com/paiml/organizational-intelligence-plugin"

[features]
default = []
gpu = ["wgpu/default"]
viz = ["trueno-viz"]
wasm = [
    "dep:wasm-bindgen",
    "dep:js-sys",
    "dep:web-sys",
    "dep:getrandom",
    "dep:console_error_panic_hook",
]

[lib]
name = "organizational_intelligence_plugin"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

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

[[bin]]
name = "oip-gpu"
path = "src/gpu_main.rs"

[[example]]
name = "analyze_org"
path = "examples/analyze_org.rs"

[[example]]
name = "citl_import"
path = "examples/citl_import.rs"

[[example]]
name = "classify_defects"
path = "examples/classify_defects.rs"

[[example]]
name = "explore_data"
path = "examples/explore_data.rs"

[[example]]
name = "fault_localization"
path = "examples/fault_localization.rs"

[[example]]
name = "full_analysis"
path = "examples/full_analysis.rs"

[[test]]
name = "cli_integration"
path = "tests/cli_integration.rs"

[[test]]
name = "cli_tests"
path = "tests/cli_tests.rs"

[[test]]
name = "ml_trainer_coverage"
path = "tests/ml_trainer_coverage.rs"

[[test]]
name = "proptest_validation"
path = "tests/proptest_validation.rs"

[[test]]
name = "validation_test"
path = "tests/validation_test.rs"

[[bench]]
name = "gpu_benchmarks"
path = "benches/gpu_benchmarks.rs"
harness = false

[[bench]]
name = "nlp_benchmarks"
path = "benches/nlp_benchmarks.rs"
harness = false

[dependencies.alimentar]
version = "0.2.2"
features = [
    "local",
    "mmap",
    "shuffle",
]
default-features = false

[dependencies.anyhow]
version = "1.0"

[dependencies.aprender]
version = "0.24"

[dependencies.arrow]
version = "54"

[dependencies.async-trait]
version = "0.1"

[dependencies.bincode]
version = "1.3"

[dependencies.bytemuck]
version = "1.14"

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

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

[dependencies.console_error_panic_hook]
version = "0.1"
optional = true

[dependencies.futures]
version = "0.3"

[dependencies.getrandom]
version = "0.2"
features = ["js"]
optional = true

[dependencies.git2]
version = "0.20"

[dependencies.js-sys]
version = "0.3"
optional = true

[dependencies.num_cpus]
version = "1.16"

[dependencies.octocrab]
version = "0.39"

[dependencies.parquet]
version = "54"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.tempfile]
version = "3.10"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.40"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.trueno]
version = "0.14"

[dependencies.trueno-db]
version = "0.3.13"

[dependencies.trueno-graph]
version = "0.1.13"

[dependencies.trueno-rag]
version = "0.1.12"

[dependencies.trueno-viz]
version = "0.1"
optional = true

[dependencies.wasm-bindgen]
version = "0.2"
optional = true

[dependencies.web-sys]
version = "0.3"
features = ["console"]
optional = true

[dependencies.wgpu]
version = "0.19"
features = ["wgsl"]

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.proptest]
version = "1.4"

[dev-dependencies.serial_test]
version = "3.0"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1