pint-pkg 0.14.0

The library implementation for Pint package management.
Documentation
[dependencies.clap]
features = ["derive"]
version = "4.5"

[dependencies.essential-hash]
version = "0.10"

[dependencies.essential-types]
version = "0.8"

[dependencies.petgraph]
version = "0.7"

[dependencies.pint-abi-types]
version = "0.5.0"

[dependencies.pint-manifest]
version = "0.4.0"

[dependencies.pintc]
version = "0.14.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.toml]
version = "0.8"

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

[package]
authors = ["Essential Contributions <contact@essentialcontributions.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "The library implementation for Pint package management."
edition = "2021"
homepage = "https://essential.builders/"
license = "Apache-2.0"
name = "pint-pkg"
readme = false
repository = "https://github.com/essential-contributions/pint"
version = "0.14.0"

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

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

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

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