# 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 = "graphlang" version = "0.1.3" authors = ["David Bänsch "] description = "Terminal and graphical tool to create and explore graph grammars." documentation = "https://docs.rs/graphlang" readme = "README.md" keywords = [ "science", "graphs", "graphgrammar", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/dBnx/graphlang" resolver = "2" [dependencies.clap] version = "3.1.8" features = ["derive"] [dependencies.dot] version = "0.1.4" [dependencies.humantime] version = "1.3" [dependencies.log] version = "0.4" [dependencies.pretty_env_logger] version = "0.4" [dependencies.rand] version = "^0.8.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dev-dependencies.rusty-hook] version = "^0.11.2"