# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "mapo" version = "0.1.1" authors = ["Richard Dodd "] description = "A(nother) graph drawing library" license = "MIT/Apache-2.0" repository = "https://github.com/derekdreery/mapo" resolver = "2" [dependencies.itertools] version = "0.9.0" [dependencies.piet-common] version = "0.5.0" [dependencies.to_precision] version = "0.1.1" [dev-dependencies.anyhow] version = "1.0.28" [dev-dependencies.clap] version = "3.0.14" [dev-dependencies.csv] version = "1.1.3" [dev-dependencies.fake] version = "2.4.3" [dev-dependencies.piet-common] version = "0.5.0" [dev-dependencies.qu] version = "0.4.2" [dev-dependencies.rand] version = "0.8.4" [dev-dependencies.rand_distr] version = "0.4.3"