[package] name = "graphlang" version = "0.1.3" edition = "2021" authors = ["David Bänsch "] readme = "README.md" description = "Terminal and graphical tool to create and explore graph grammars." documentation = "https://docs.rs/graphlang" repository = "https://gitlab.com/dBnx/graphlang" license = "MIT OR Apache-2.0" keywords = ["science", "graphs", "graphgrammar"] categories = ["command-line-utilities"] [dependencies] #graph_builder = "0.2" serde = {version = "1.0", features = ["derive"]} serde_json = "1.0" rand = "^0.8.5" humantime = "1.3" log = "0.4" pretty_env_logger = "0.4" #forceatlas2 = "*" dot = "0.1.4" clap = { version = "3.1.8", features = ["derive"] } [dev-dependencies] rusty-hook = "^0.11.2"