pubgrub 0.4.0

PubGrub version solving algorithm
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.92"
name = "pubgrub"
version = "0.4.0"
authors = [
    "Matthieu Pizenberg <matthieu.pizenberg@gmail.com>",
    "Alex Tokarev <aleksator@gmail.com>",
    "Jacob Finkelman <Eh2406@wayne.edu>",
]
build = false
include = [
    "Cargo.toml",
    "LICENSE",
    "README.md",
    "src/**",
    "tests/**",
    "examples/**",
    "benches/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PubGrub version solving algorithm"
readme = "README.md"
keywords = [
    "dependency",
    "pubgrub",
    "semver",
    "solver",
    "version",
]
categories = ["algorithms"]
license = "MPL-2.0"
repository = "https://github.com/pubgrub-rs/pubgrub"

[features]
serde = [
    "dep:serde",
    "version-ranges/serde",
]

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

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

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

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

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

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

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

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

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

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

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

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

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

[[bench]]
name = "large_case"
path = "benches/large_case.rs"
harness = false
required-features = ["serde"]

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

[dependencies.indexmap]
version = "2.7.0"

[dependencies.log]
version = "0.4.27"

[dependencies.priority-queue]
version = "2.3.1"

[dependencies.rustc-hash]
version = "^2.1.1"

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

[dependencies.thiserror]
version = "2.0"

[dependencies.version-ranges]
version = "0.1.0"

[dev-dependencies.criterion]
version = "4.0.1"
package = "codspeed-criterion-compat"

[dev-dependencies.env_logger]
version = "0.11.6"

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

[dev-dependencies.ron]
version = "0.12.0"

[dev-dependencies.varisat]
version = "0.2.2"

[dev-dependencies.version-ranges]
version = "0.1.0"
features = ["proptest"]