[package] name = "graphiti" version = "0.1.2" edition = "2021" authors = ["Matthew Berger "] description = """ graphiti provides a rust macro dsl and builder for creating and describing arbitrary sets of related data using a serializable description type. """ homepage = "https://github.com/matthewjberger/graphiti" repository = "https://github.com/matthewjberger/graphiti" keywords = ["graph", "simulation"] license = "MIT" [dependencies] legion = "0.4.0" petgraph = "0.6.4" snafu = "0.7.5"