rez-next-solver 0.1.0

Intelligent dependency resolution with A* heuristic algorithms and 3-5x performance improvement
Documentation
[[bin]]
name = "test_astar_simple"
path = "src/bin/test_astar_simple.rs"

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

[dependencies.dashmap]
version = "6.1"

[dependencies.futures]
version = "0.3"

[dependencies.rayon]
version = "1.10"

[dependencies.regex]
version = "1.11"

[dependencies.rez-next-common]
version = "0.1.0"

[dependencies.rez-next-package]
version = "0.1.0"

[dependencies.rez-next-repository]
version = "0.1.0"

[dependencies.rez-next-version]
version = "0.1.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.smallvec]
version = "1.15"

[dependencies.thiserror]
version = "2.0"

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

[dev-dependencies.assert_matches]
version = "1.5"

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

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

[dev-dependencies.rstest]
version = "0.25"

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

[features]
default = []
python-bindings = ["rez-next-common/python-bindings", "rez-next-package/python-bindings", "rez-next-version/python-bindings"]

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

[package]
authors = ["LongHao <hal.long@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "algorithms", "data-structures"]
description = "Intelligent dependency resolution with A* heuristic algorithms and 3-5x performance improvement"
documentation = "https://docs.rs/rez-next-solver"
edition = "2021"
exclude = ["benches/", "examples/"]
homepage = "https://github.com/loonghao/rez-core"
keywords = ["solver", "dependency", "resolution", "algorithm", "rez"]
license = "Apache-2.0"
name = "rez-next-solver"
readme = "README.md"
repository = "https://github.com/loonghao/rez-next"
version = "0.1.0"