-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCargo.toml
More file actions
21 lines (19 loc) · 742 Bytes
/
Cargo.toml
File metadata and controls
21 lines (19 loc) · 742 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "hypergraph"
version = "0.1.0"
edition = "2021"
license = "MIT"
description = "Utilities for cospans, wiring diagrams, frobenius algebras, en operads and spans along with more basic utilities for morphisms in (symmetric) monoidal categories, flavors of FinSet and for nicely presented monoids"
repository = "https://github.com/Cobord/Hypergraph"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nonempty = "^0.8.1"
either = "^1.8.1"
petgraph = "^0.5.0"
union-find = "0.4.1"
env_logger = "^0.9.3"
log = { version = "^0.4.17", features = ["max_level_debug", "release_max_level_warn"] }
permutations = "^0.1.1"
rand = "^0.8.5"
num = "^0.4.0"
itertools = "^0.10.5"