🔧 Tests and benchmarks #16
@ -6,10 +6,7 @@ license = "MIT/Apache-2.0"
|
|||||||
authors = ["Julius Koskela <julius.koskela@nordic-dev.net>"]
|
authors = ["Julius Koskela <julius.koskela@nordic-dev.net>"]
|
||||||
|
|
||||||
description = """
|
description = """
|
||||||
GDSL is a graph data-structure library including graph containers,
|
Manifold is a Tensor library for Rust.
|
||||||
connected node strutures and efficient algorithms on those structures.
|
|
||||||
Nodes are independent of a graph container and can be used as connected
|
|
||||||
smart pointers.
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
repository = "https://nordic-dev.net/julius/manifold"
|
repository = "https://nordic-dev.net/julius/manifold"
|
||||||
@ -23,10 +20,10 @@ getset = "0.1.2"
|
|||||||
itertools = "0.12.0"
|
itertools = "0.12.0"
|
||||||
num = "0.4.1"
|
num = "0.4.1"
|
||||||
serde = { version = "1.0.193", features = ["derive"] }
|
serde = { version = "1.0.193", features = ["derive"] }
|
||||||
serde_json = "1.0.108"
|
|
||||||
static_assertions = "1.1.0"
|
|
||||||
thiserror = "1.0.52"
|
thiserror = "1.0.52"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
criterion = "0.5.1"
|
criterion = "0.5.1"
|
||||||
|
serde_json = "1.0.108"
|
||||||
|
static_assertions = "1.1.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user