normalize-facts 0.3.2

Code fact extraction and storage library
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 = "2024"
name = "normalize-facts"
version = "0.3.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Code fact extraction and storage library"
readme = false
license = "MIT"
repository = "https://github.com/rhi-zone/normalize"
resolver = "2"

[features]
cli = [
    "dep:server-less",
    "dep:schemars",
    "dep:normalize-output",
]
default = []

[lib]
name = "normalize_facts"
path = "src/lib.rs"

[[bin]]
name = "normalize-facts"
path = "src/main.rs"
required-features = ["cli"]

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

[dependencies.bincode]
version = "1"

[dependencies.blake3]
version = "1"

[dependencies.dirs]
version = "5"

[dependencies.gix]
version = "0.81"
features = [
    "sha1",
    "revision",
    "blob-diff",
    "index",
    "blame",
    "status",
]
default-features = false

[dependencies.ignore]
version = "0.4"

[dependencies.indicatif]
version = "0.17"
features = ["rayon"]

[dependencies.libsql]
version = "0.9"

[dependencies.normalize-cfg]
version = "0.3.2"
default-features = false

[dependencies.normalize-facts-core]
version = "0.3.2"

[dependencies.normalize-languages]
version = "0.3.2"

[dependencies.normalize-local-deps]
version = "0.3.2"

[dependencies.normalize-output]
version = "0.3.2"
optional = true

[dependencies.rayon]
version = "1.10"

[dependencies.schemars]
version = "1"
optional = true

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

[dependencies.serde_json]
version = "1"

[dependencies.server-less]
version = "0.4.9"
features = [
    "cli",
    "jsonschema",
    "config",
]
optional = true
default-features = false

[dependencies.streaming-iterator]
version = "0.1"

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

[dependencies.tracing]
version = "0.1"

[dependencies.tree-sitter]
version = "0.26"

[dev-dependencies.normalize-manifest]
version = "0.3.2"

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tokio]
version = "1"
features = ["full"]