[package] name = "r-graph" version = "0.1.5" authors = ["Greast "] edition = "2018" repository = "https://github.com/Greast/r-graph" license = "MIT" keywords = ["graph"] description = "Modular Graph library for Rust-lang" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.7.3" itertools = "0.8.2"