[package] name = "gryf" version = "0.0.0" authors = ["Petr Nevyhoštěný"] edition = "2021" license = "MIT OR Unlicense" description = "Graph data structure library with focus on convenience, versatility, correctness and performance." homepage = "https://github.com/pnevyk/gryf" documentation = "https://docs.rs/gryf" repository = "https://github.com/pnevyk/gryf" readme = "../README.md" keywords = ["graph", "algorithms", "data-structures"] categories = ["algorithms", "data-structures"] [dependencies]