depper 0.4.0

Library for basic dependency validation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "depper"
description = "Library for basic dependency validation"
repository = "https://github.com/ebakoba/depper"
documentation = "https://docs.rs/depper"
readme = "README.md"
version = "0.4.0"
authors = ["Kaarel Allemann <kaarelallemann@gmail.com>"]
edition = "2021"
license = "MIT"
include = ["**/*.rs", "Cargo.toml"]
keywords = ["dependencies", "graphs", "validation"]
categories = ["algorithms"]

[dependencies]
anyhow = "1"
insta = "1"
petgraph = "0.6"