idtree 0.3.1

ID-Tree dynamic connectivity data structure
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 = "idtree"
version = "0.3.1"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ID-Tree dynamic connectivity data structure"
documentation = "https://docs.rs/idtree"
readme = "README.md"
license = "Unlicense"
repository = "https://github.com/Thell/idtree"

[features]
cpp = [
    "dep:cxx",
    "dep:cxx-build",
]
default = []
python = ["pyo3"]

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

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

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

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

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

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

[[bench]]
name = "common"
path = "benches/common.rs"

[dependencies.cxx]
version = "1.0"
optional = true

[dependencies.fixedbitset]
version = "0.5"

[dependencies.nohash-hasher]
version = "0.2"

[dependencies.pyo3]
version = "0.23.2"
features = ["extension-module"]
optional = true

[dependencies.rapidhash]
version = "4.4.1"

[dependencies.simple_logger]
version = "5.2.0"

[dependencies.smallvec]
version = "1.15.1"

[dev-dependencies.hdrhistogram]
version = "7.5.4"

[dev-dependencies.log]
version = "0.4.29"

[dev-dependencies.rand]
version = "0.10.0"

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

[dev-dependencies.statrs]
version = "0.18.0"

[build-dependencies.cxx-build]
version = "1.0"
optional = true

[profile.release]
debug = 2