[package] name = "snarl" version = "0.0.1" authors = ["Weizmann Institute of Science", "Oren Ben-Kiki "] edition = "2018" license = "GPL-3.0" description = "Compute a planar layout for a weighted graph." repository = "https://github.com/orenbenkiki/snarl" readme = "README.md" keywords = ["graphics", "visualization", "graph", "2d"] categories =["graphics", "visualization", "algorithms"] [badges.travis-ci] repository = "orenbenkiki/snarl" [badges.codecov] repository = "orenbenkiki/snarl" [lib] name = "snarl" path = "src/lib.rs" [[bin]] name = "snarl" path = "src/main.rs" [dependencies]