code-moniker-workspace 0.4.0

Workspace model, ports, snapshots, linkage, and change analysis for code-moniker.
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"
rust-version = "1.86"
name = "code-moniker-workspace"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Workspace model, ports, snapshots, linkage, and change analysis for code-moniker."
homepage = "https://github.com/ng-galien/code-moniker"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/ng-galien/code-moniker"
resolver = "2"

[features]
heap-profile = ["dep:dhat"]

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

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

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

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.code-moniker-core]
version = "0.4.0"
features = ["serde"]

[dependencies.dhat]
version = "0.3"
optional = true

[dependencies.ignore]
version = "0.4"

[dependencies.rayon]
version = "1"

[dependencies.regex]
version = "1"

[dependencies.roaring]
version = "0.11.4"

[dependencies.rustc-hash]
version = "2"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.8"

[dev-dependencies.criterion]
version = "0.7"
features = ["cargo_bench_support"]
default-features = false

[dev-dependencies.proptest]
version = "1"
features = ["std"]
default-features = false

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

[target.'cfg(not(target_os = "macos"))'.dependencies.notify]
version = "8.2"
features = ["macos_fsevent"]
default-features = false

[target.'cfg(target_os = "macos")'.dependencies.notify]
version = "8.2"
features = [
    "macos_fsevent",
    "macos_fsevent",
]
default-features = false