# 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 = "2018" name = "sfink_callgraph_traversal" version = "0.2.1" authors = ["Steve Fink "] description = "Experimental callgraph traversal/analysis tool, currently limited to loading an internal format produced by a static analysis" keywords = ["callgraph"] license = "MIT" [lib] name = "hazgraph" crate-type = [ "cdylib", "rlib", ] [[bin]] name = "cgtraverse" path = "src/main.rs" [dependencies.cpython] version = "0.1" features = [ "python27-sys", "extension-module-2-7", ] default-features = false [dependencies.json] version = "0.12" [dependencies.lazy_static] version = "1.3" [dependencies.petgraph] version = "0.4" [dependencies.regex] version = "1.1" [dependencies.rustyline] version = "5.0"